Open the Portico Developer Guide site
PosGateway Schema
PDLTable10RspType Complex Type
PosGateway Schema : PDLTable10RspType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
CardTypes Element Table30Flag Element Table30Version Element EMVEnabled Element Sequence PDLTable10RspType Complex Type
Overview
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

Used By
Table10 Element
Source
<xs:complexType name="PDLTable10RspType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element name="EMVEnabled" type="booleanType">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Indicates whether EMV is enabled for the POS</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Table30Version" type="PDLVersionType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Indicates the current version of Table-ID 30 available to the POS</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Table30Flag" type="booleanType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Indicates if a Table-ID 30 download is required</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="CardTypes" type="PDLCardTypeRspType" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Card type data</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
See Also
PosGateway Schema