Open the Portico Developer Guide site
PosGateway Schema
ParameterDownloadReqBlock1Type Complex Type
PosGateway Schema : ParameterDownloadReqBlock1Type Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
PDLRequest Element PDLBlockReq Element Choice ParameterDownloadReqBlock1Type Complex Type
Overview
Choice
PDLBlockReq xs:string

Pass-through PDL block request; full definition of this field must be obtained from the Parameter Data Download system.

PDLRequest PDLRequestType Complex Type

Abstracted PDL request; full definition of these fields must be obtained from the Parameter Data Download system.

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
Block1 Element
Source
<xs:complexType name="ParameterDownloadReqBlock1Type" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:choice>
    <xs:element name="PDLBlockReq" type="xs:string">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Pass-through PDL block request; full definition of this field must be obtained from the Parameter Data Download system.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="PDLRequest" type="PDLRequestType">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Abstracted PDL request; full definition of these fields must be obtained from the Parameter Data Download system.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:choice>
</xs:complexType>
See Also
PosGateway Schema