ops:classification-searchType

This element describes a classification search output.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
scheme-type ops:classificationType-Type optional
total-result-count xs:nonNegativeInteger optional

Used By

Source

<xs:complexType name="classification-searchType">
  <xs:annotation>
    <xs:documentation>This element describes a classification search output.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="ops:query"/>
    <xs:element ref="ops:search-result"/>
  </xs:sequence>
  <xs:attribute name="total-result-count" type="xs:nonNegativeInteger" use="optional"/>
  <xs:attribute name="scheme-type" type="ops:classificationType-Type" use="optional"/>
</xs:complexType>