Open the Portico Developer Guide site
PosGateway Schema
DestinationType Complex Type
PosGateway Schema : DestinationType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
Data Element DataType Element Sequence DestinationType Complex Type
Overview
Sequence
DataType Restriction of xs:string

The type of data being provided; see the associated Type enumerations for specific values supported.

Data Restriction of xs:string
Used By
Destination Element
Source
<xs:complexType name="DestinationType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element name="DataType">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">The type of data being provided; see the associated Type enumerations for specific values supported.</p>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="EMAIL_TO" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="Data">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:minLength value="1" />
          <xs:maxLength value="250" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
See Also
PosGateway Schema