Open the Portico Developer Guide site
PosGateway Schema
programType Simple Type
PosGateway Schema : programType Simple Type
Namespace http://Hps.Exchange.PosGateway
Type
Restriction of xs:string
Overview
programType Restriction of xs:string
Facets
EnumerationHSBCIPP
EnumerationmIPP
EnumerationSIP
EnumerationVIS
Source
<xs:simpleType name="programType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="HSBCIPP" />
    <xs:enumeration value="mIPP" />
    <xs:enumeration value="SIP" />
    <xs:enumeration value="VIS" />
  </xs:restriction>
</xs:simpleType>
See Also
PosGateway Schema