ops:description-type

The description of the kind of document returned.

Simple Type Information

Used By

Source

<xs:simpleType name="description-type">
  <xs:annotation>
    <xs:documentation>The description of the kind of document returned.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="Drawing"/>
    <xs:enumeration value="FirstPageClipping"/>
    <xs:enumeration value="FullDocument"/>
    <xs:enumeration value="FirstPageImage"/>
    <xs:enumeration value="JapaneseAbstract"/>
    <xs:enumeration value="UNKNOWN"/>
  </xs:restriction>
</xs:simpleType>