ops:biblio-searchType

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
total-result-count xs:nonNegativeInteger optional
with-biblio xs:boolean false optional

Used By

Source

<xs:complexType name="biblio-searchType">
  <xs:sequence>
    <xs:element ref="ops:query"/>
    <xs:element ref="ops:range" minOccurs="0" maxOccurs="1"/>
    <xs:element ref="ops:search-result" minOccurs="0"/>
  </xs:sequence>
  <xs:attribute name="with-biblio" type="xs:boolean" use="optional" default="false"/>
  <xs:attribute name="total-result-count" type="xs:nonNegativeInteger" use="optional"/>
</xs:complexType>