Open the Portico Developer Guide site
PosGateway Schema
PDLResponseType Complex Type
PosGateway Schema : PDLResponseType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
TableData Element ConfirmationFlag Element EndOfTableFlag Element CardType Element TableID Element BlockSequence Element Version Element Sequence PDLResponseType Complex Type
Overview
Sequence
Version optional PDLVersionType Simple Type

Parameter or table version

BlockSequence PDLBlockSequenceType Simple Type

Sequence number for each block

EndOfTableFlag optional booleanType Simple Type

End of table flag

Choice
Sequence
EMVEnabled booleanType Simple Type

Indicates whether EMV is enabled for the POS

Table30Version optional PDLVersionType Simple Type

Indicates the current version of Table-ID 30 available to the POS

Table30Flag optional booleanType Simple Type

Indicates if a Table-ID 30 download is required

TableBlock xs:string

Table 30-60 table data block

Used By
PDLResponse Element
Source
<xs:complexType name="PDLResponseType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element name="Version" type="PDLVersionType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Parameter or table version</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="BlockSequence" type="PDLBlockSequenceType">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Sequence number for each block</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TableID" type="PDLTableIDType">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Table id</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="CardType" type="PDLCardTypeType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Card type</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="EndOfTableFlag" type="booleanType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">End of table flag</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ConfirmationFlag" type="PDLConfirmationFlagType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Confirmation flag</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TableData" type="PDLTableDataRspType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Table data</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
See Also
PosGateway Schema