Changeset 2560
- Timestamp:
- 08/06/07 09:08:37 (14 years ago)
- Location:
- TI01-discovery/trunk/ws-Discovery2/wsdl
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TI01-discovery/trunk/ws-Discovery2/wsdl/Discovery.wsdl
r1871 r2560 30 30 <xs:element name="orderByDirection" type="tns:orderByDirectionType" minOccurs="0"/> 31 31 <xs:element name="scope" type="xs:string" minOccurs="0" maxOccurs="unbounded"/> 32 <xs:element name="spatialOperator" type="xs:string" minOccurs="0" maxOccurs="1"/> 32 33 <xs:element name="BoundingBox" type="tns:BoundingBoxType" minOccurs="0"/> 34 <xs:element name="temporalOperator" type="xs:string" minOccurs="0" maxOccurs="1"/> 33 35 <xs:element name="DateRange" type="tns:DateRangeType" minOccurs="0"/> 34 36 </xs:sequence> -
TI01-discovery/trunk/ws-Discovery2/wsdl/DiscoverySchema.xsd
r1871 r2560 28 28 <xs:element name="orderByDirection" type="tns:orderByDirectionType" minOccurs="0"/> 29 29 <xs:element name="scope" type="xs:string" minOccurs="0" maxOccurs="unbounded"/> 30 <xs:element name="spatialOperator" type="xs:string" minOccurs="0" maxOccurs="1"/> 30 31 <xs:element name="BoundingBox" type="tns:BoundingBoxType" minOccurs="0"/> 32 <xs:element name="temporalOperator" type="xs:string" minOccurs="0" maxOccurs="1"/> 31 33 <xs:element name="DateRange" type="tns:DateRangeType" minOccurs="0"/> 32 34 </xs:sequence>
Note: See TracChangeset
for help on using the changeset viewer.