Open the Portico Developer Guide site
PosGateway Schema
attachmentFormatType Simple Type
PosGateway Schema : attachmentFormatType Simple Type
Namespace http://Hps.Exchange.PosGateway
Type
Restriction of xs:string
Overview
attachmentFormatType Restriction of xs:string
Facets
EnumerationPNG
EnumerationJPG
EnumerationTIF
EnumerationBMP
EnumerationPDF
EnumerationDOCX
EnumerationDOC
EnumerationTXT
EnumerationXLS
EnumerationXLSX
Source
<xs:simpleType name="attachmentFormatType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="PNG" />
    <xs:enumeration value="JPG" />
    <xs:enumeration value="TIF" />
    <xs:enumeration value="BMP" />
    <xs:enumeration value="PDF" />
    <xs:enumeration value="DOCX" />
    <xs:enumeration value="DOC" />
    <xs:enumeration value="TXT" />
    <xs:enumeration value="XLS" />
    <xs:enumeration value="XLSX" />
  </xs:restriction>
</xs:simpleType>
See Also
PosGateway Schema