Open the Portico Developer Guide site
PosGateway Schema
PDLRequestType Complex Type
PosGateway Schema : PDLRequestType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
BlockSequence Element Version Element CardType Element TableID Element ParamType Element All PDLRequestType Complex Type
Overview
All
ParamType PDLParamTypeType Simple Type

Indicates the action the terminal is requesting or terminal confirmation that the PDL data has been received

TableID PDLTableIDType Simple Type

Indicates the type of EMV PDL data the POS is requesting

CardType optional PDLCardTypeType Simple Type

Indicates the card type as returned in Table-ID 10 table versions and flags

Version optional PDLVersionType Simple Type

Parameter or table version; parameter version is used for Table-ID 10 only while table version is used for Table-IDs 30–60.

BlockSequence PDLBlockSequenceType Simple Type

BlockSequence of 00 should be used for Table-ID 10 or when confirming a download. 01-99 for Table IDs 30-60, incremented as required.

Used By
PDLRequest Element
Source
<xs:complexType name="PDLRequestType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:all>
    <xs:element name="ParamType" type="PDLParamTypeType">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Indicates the action the terminal is requesting or terminal confirmation that the PDL data has been received</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TableID" type="PDLTableIDType">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Indicates the type of EMV PDL data the POS is requesting</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">Indicates the card type as returned in Table-ID 10 table versions and flags</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Version" type="PDLVersionType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Parameter or table version; parameter version is used for Table-ID 10 only while table version is used for Table-IDs 30–60.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="BlockSequence" type="PDLBlockSequenceType">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">BlockSequence of 00 should be used for Table-ID 10 or when confirming a download. 01-99 for Table IDs 30-60, incremented as required.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:all>
</xs:complexType>
See Also
PosGateway Schema