Open the Portico Developer Guide site
PosGateway Schema
PDLCardTypeRspType Complex Type
PosGateway Schema : PDLCardTypeRspType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
Table60Flag Element Table60Version Element Table50Flag Element Table50Version Element Table40Flag Element Table40Version Element CardType Element Sequence PDLCardTypeRspType Complex Type
Overview
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
CardTypes Element
Source
<xs:complexType name="PDLCardTypeRspType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element name="CardType" type="PDLCardTypeType">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Card type</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Table40Version" type="PDLVersionType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Indicates the current version of Table-ID 40 available to the POS</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Table40Flag" type="booleanType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Indicates if a Table-ID 40 download is required</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Table50Version" type="PDLVersionType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Indicates the current version of Table-ID 50 available to the POS</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Table50Flag" type="booleanType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Indicates if a Table-ID 50 download is required</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Table60Version" type="PDLVersionType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Indicates the current version of Table-ID 60 available to the POS</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Table60Flag" type="booleanType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Indicates if a Table-ID 60 download is required</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
See Also
PosGateway Schema