Open the Portico Developer Guide site
PosGateway Schema
advancedDepositTypeType Simple Type
PosGateway Schema : advancedDepositTypeType Simple Type
Namespace http://Hps.Exchange.PosGateway
Type
Restriction of xs:string
Overview
advancedDepositTypeType Restriction of xs:string
Facets
EnumerationASSURED_RESERVATION
EnumerationCARD_DEPOSIT
EnumerationPURCHASE
EnumerationOTHER
Source
<xs:simpleType name="advancedDepositTypeType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="ASSURED_RESERVATION" />
    <xs:enumeration value="CARD_DEPOSIT" />
    <xs:enumeration value="PURCHASE" />
    <xs:enumeration value="OTHER" />
  </xs:restriction>
</xs:simpleType>
See Also
PosGateway Schema