Changeset 5981 for TI01-discovery/branches/ws-Discovery2-MEDIN/discoveryUpgrade/wsdl/DiscoverySchema.xsd
- Timestamp:
- 09/11/09 12:44:59 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI01-discovery/branches/ws-Discovery2-MEDIN/discoveryUpgrade/wsdl/DiscoverySchema.xsd
r5972 r5981 15 15 <xs:complexType name="PresentType"> 16 16 <xs:sequence> 17 <xs:element name="documents" type="tns:DocumentsType" minOccurs="0"/> 17 <xs:element name="documents" minOccurs="0"> 18 <xs:complexType> 19 <xs:complexContent> 20 <xs:extension base="tns:DocumentsType"> 21 <xs:sequence> 22 <xs:element ref="tns:documentId" maxOccurs="unbounded"/> 23 </xs:sequence> 24 </xs:extension> 25 </xs:complexContent> 26 </xs:complexType> 27 </xs:element> 18 28 <xs:element name="format" type="xs:string" minOccurs="0"> 19 29 <xs:annotation> … … 51 61 <xs:element name="start" type="xs:positiveInteger" minOccurs="0"> 52 62 <xs:annotation> 53 <xs:documentation>Sequential record number within result set used as first record within returned search response. Useful for pag 9ination. Default = 1.</xs:documentation>63 <xs:documentation>Sequential record number within result set used as first record within returned search response. Useful for pagination.</xs:documentation> 54 64 </xs:annotation> 55 65 </xs:element> 56 66 <xs:element name="howMany" type="xs:positiveInteger" minOccurs="0"> 57 67 <xs:annotation> 58 <xs:documentation>How many records from result set to include in search response. Default = 30.</xs:documentation>68 <xs:documentation>How many records from result set to include in search response.</xs:documentation> 59 69 </xs:annotation> 60 70 </xs:element>
Note: See TracChangeset
for help on using the changeset viewer.