ops:document-formatType-SOAP

- SINGLE_PAGE_PDF: A single page of the document in PDF format.
- SINGLE_PAGE_TIFF: A single page of the document as a TIFF image.
- FIRST_PAGE_PNG: A first page clipping as a PNG image.

Simple Type Information

Source

<xs:simpleType name="document-formatType-SOAP">
  <xs:annotation>
    <xs:documentation>- SINGLE_PAGE_PDF: A single page of the document in PDF format. - SINGLE_PAGE_TIFF: A single page of the document as a TIFF image. - FIRST_PAGE_PNG: A first page clipping as a PNG image.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="SINGLE_PAGE_PDF"/>
    <xs:enumeration value="SINGLE_PAGE_TIFF"/>
    <xs:enumeration value="FIRST_PAGE_PNG"/>
  </xs:restriction>
</xs:simpleType>