Open the Portico Developer Guide site
PosGateway Schema
AttachmentInfoType Complex Type
PosGateway Schema : AttachmentInfoType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
AIFormat Element AIType Element All AttachmentInfoType Complex Type
Overview
All
AIType xs:string

Identifies the attachment type; see Simple Types, attachmentTypeType enumerations for specific values supported.

AIFormat optional xs:string

Identifies the format of the attachment data; see Simple Types, attachmentFormatType enumerations for specific values supported

Used By
AttachmentInfo Element
AttachmentInfo Element
AttachmentInfo Element
Source
<xs:complexType name="AttachmentInfoType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:all>
    <xs:element name="AIType" type="xs:string">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Identifies the attachment type; see Simple Types, attachmentTypeType enumerations for specific values supported.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="AIFormat" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Identifies the format of the attachment data; see Simple Types, attachmentFormatType enumerations for specific values supported</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:all>
</xs:complexType>
See Also
PosGateway Schema