ops:fulltext-retrievalType

A type that defines the possible input format for fulltext retrieval requests.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
format ops:fulltext-formatValues required
format-version xs:string optional

Used By

Source

<xs:complexType name="fulltext-retrievalType">
  <xs:annotation>
    <xs:documentation>A type that defines the possible input format for fulltext retrieval requests.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="ops:any-publication-referenceType">
      <xs:attribute name="format" type="ops:fulltext-formatValues" use="required"/>
      <xs:attribute name="format-version" type="xs:string" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>