<xs:complexTypename="AttachmentRspDataType"xmlns:xs="http://www.w3.org/2001/XMLSchema"><xs:all><xs:elementname="GatewayTxnId"type="txnIdType"minOccurs="0"><xs:annotation><xs:documentation><pxmlns="http://Hps.Exchange.PosGateway">Gateway-generated transaction identifier returned in the response of the original transaction.</p></xs:documentation></xs:annotation></xs:element><xs:elementname="AttachmentType"type="xs:string"><xs:annotation><xs:documentation><pxmlns="http://Hps.Exchange.PosGateway">Identifies the attachment types to be returned; see the attachmentTypeType enumerations for specific values supported.</p></xs:documentation></xs:annotation></xs:element><xs:elementname="AttachmentData"type="xs:string"><xs:annotation><xs:documentation><pxmlns="http://Hps.Exchange.PosGateway">Base64 encoded attachment data</p></xs:documentation></xs:annotation></xs:element><xs:elementname="AttachmentFormat"type="xs:string"><xs:annotation><xs:documentation><pxmlns="http://Hps.Exchange.PosGateway">Identifies the format of the attachment data; see the attachmentFormatType enumerations for specific values supported.</p></xs:documentation></xs:annotation></xs:element><xs:elementname="Height"type="xs:int"minOccurs="0"><xs:annotation><xs:documentation><pxmlns="http://Hps.Exchange.PosGateway">For image formats, this is the height calculated internally based on the provided data.</p></xs:documentation></xs:annotation></xs:element><xs:elementname="Width"type="xs:int"minOccurs="0"><xs:annotation><xs:documentation><pxmlns="http://Hps.Exchange.PosGateway">For image formats, this is the width calculated internally based on the provided data.</p></xs:documentation></xs:annotation></xs:element><xs:elementname="AttachmentName"minOccurs="0"><xs:annotation><xs:documentation><pxmlns="http://Hps.Exchange.PosGateway">A merchant-assigned name for the associated attachment</p></xs:documentation></xs:annotation><xs:simpleType><xs:restrictionbase="xs:string"><xs:maxLengthvalue="150"/></xs:restriction></xs:simpleType></xs:element><xs:elementname="AttachmentDataId"type="xs:int"><xs:annotation><xs:documentation><pxmlns="http://Hps.Exchange.PosGateway">Gateway-generated attachment identifier</p></xs:documentation></xs:annotation></xs:element></xs:all></xs:complexType>