QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
total-result-count | xs:nonNegativeInteger | optional |
Element | ops:register-search |
<xs:complexType name="registerSearchType"> <xs:sequence> <xs:element ref="ops:query"/> <xs:element ref="ops:range" minOccurs="0" maxOccurs="1"/> <xs:element ref="reg:register-documents" minOccurs="0" maxOccurs="unbounded"/> <xs:element ref="ops:search-result" minOccurs="0"/> </xs:sequence> <xs:attribute name="total-result-count" type="xs:nonNegativeInteger" use="optional"/> </xs:complexType> |