ops:registerSearchType

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
total-result-count xs:nonNegativeInteger optional

Used By

Source

<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>