Open the Portico Developer Guide site
PosGateway Schema
IssuerAppDataDataType Complex Type
PosGateway Schema : IssuerAppDataDataType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
IssuerAppAddress Element IssuerAppName Element IssuerAppOsType Element All IssuerAppDataDataType Complex Type
Overview
All
IssuerAppOsType Restriction of xs:string

The operating system type of the issuing bank’s mobile application.

IssuerAppName Restriction of xs:string

The name of the issuing bank’s mobile application for display purpose.

IssuerAppAddress Restriction of xs:string

The package name of the issuing bank’s mobile application.

Used By
IssuerAppData Element
Source
<xs:complexType name="IssuerAppDataDataType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:all>
    <xs:element name="IssuerAppOsType">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">The operating system type of the issuing bank’s mobile application.</p>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string" />
      </xs:simpleType>
    </xs:element>
    <xs:element name="IssuerAppName">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">The name of the issuing bank’s mobile application for display purpose.</p>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string" />
      </xs:simpleType>
    </xs:element>
    <xs:element name="IssuerAppAddress">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">The package name of the issuing bank’s mobile application.</p>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string" />
      </xs:simpleType>
    </xs:element>
  </xs:all>
</xs:complexType>
See Also
PosGateway Schema