Open the Portico Developer Guide site
PosGateway Schema
currencyType Simple Type
PosGateway Schema : currencyType Simple Type
Namespace http://Hps.Exchange.PosGateway
Type
Restriction of xs:string
Overview
currencyType Restriction of xs:string
Facets
EnumerationUSD
EnumerationPOINTS
EnumerationCAD
Source
<xs:simpleType name="currencyType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="USD" />
    <xs:enumeration value="POINTS" />
    <xs:enumeration value="CAD" />
  </xs:restriction>
</xs:simpleType>
See Also
PosGateway Schema