Open the Portico Developer Guide site
PosGateway Schema
PosParameterDownloadReqType Complex Type
PosGateway Schema : PosParameterDownloadReqType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
Block1 Element All PosParameterDownloadReqType Complex Type
Overview
All
Block1 ParameterDownloadReqBlock1Type Complex Type

Contains a series of required and optional elements

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
ParameterDownload Element
Source
<xs:complexType name="PosParameterDownloadReqType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:all>
    <xs:element name="Block1" type="ParameterDownloadReqBlock1Type">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Contains a series of required and optional elements</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:all>
</xs:complexType>
See Also
PosGateway Schema