Open the Portico Developer Guide site
PosGateway Schema
accountTypeType Simple Type
PosGateway Schema : accountTypeType Simple Type
Namespace http://Hps.Exchange.PosGateway
Type
Restriction of xs:string
Overview
accountTypeType Restriction of xs:string
Facets
EnumerationCHECKING
EnumerationSAVINGS
Source
<xs:simpleType name="accountTypeType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="CHECKING" />
    <xs:enumeration value="SAVINGS" />
  </xs:restriction>
</xs:simpleType>
See Also
PosGateway Schema