Open the Portico Developer Guide site
PosGateway Schema
Block1 Element
PosGateway Schema > PosAddAttachmentReqType Complex Type : Block1 Element
Description

This list will contain one to five sets of attachment data.

Namespace http://Hps.Exchange.PosGateway
Type
AttachmentDataType Complex Type
Diagram
AttachmentName Element AttachmentFormat Element AttachmentData Element AttachmentType Element All Block1 Element
Overview
Block1 1..5 AttachmentDataType Complex Type

This list will contain one to five sets of attachment data.

All
AttachmentType attachmentTypeType Simple Type

Identifies the attachment type; see the associated Type enumerations for specific values supported.

AttachmentData Restriction of xs:string

The base64 encoded attachment data.

Note: The code limits the maximum size beyond the limit in the schema. The maximum document and image data size allowed is 300K which includes the encoding overhead.

AttachmentFormat attachmentFormatType Simple Type

Identifies the format of the attachment data; see the associated Type enumerations for specific values supported.

AttachmentName optional Restriction of xs:string

A merchant assigned name for the associated attachment.

Source
<xs:element name="Block1" type="AttachmentDataType" maxOccurs="5" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">This list will contain one to five sets of attachment data.</p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
See Also
PosAddAttachmentReqType Complex TypePosGateway Schema