Open the Portico Developer Guide site
PosGateway Schema
PDLTableDataRspType Complex Type
PosGateway Schema : PDLTableDataRspType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
TableBlock Element Table10 Element Choice PDLTableDataRspType Complex Type
Overview
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

Sequence
Table40Version optional PDLVersionType Simple Type

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

Table40Flag optional booleanType Simple Type

Indicates if a Table-ID 40 download is required

Table50Version optional PDLVersionType Simple Type

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

Table50Flag optional booleanType Simple Type

Indicates if a Table-ID 50 download is required

Table60Version optional PDLVersionType Simple Type

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

Table60Flag optional booleanType Simple Type

Indicates if a Table-ID 60 download is required

TableBlock xs:string

Table 30-60 table data block

Used By
TableData Element
Source
<xs:complexType name="PDLTableDataRspType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:choice>
    <xs:element name="Table10" type="PDLTable10RspType">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Table-10 data</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TableBlock" type="xs:string">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Table 30-60 table data block</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:choice>
</xs:complexType>
See Also
PosGateway Schema