Open the Portico Developer Guide site
PosGateway Schema
prestigiousPropertyType Simple Type
PosGateway Schema : prestigiousPropertyType Simple Type
Namespace http://Hps.Exchange.PosGateway
Type
Restriction of xs:string
Overview
prestigiousPropertyType Restriction of xs:string
Facets
EnumerationNOT_PARTICIPATING
EnumerationLIMIT_500
EnumerationLIMIT_1000
EnumerationLIMIT_1500
Source
<xs:simpleType name="prestigiousPropertyType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="NOT_PARTICIPATING" />
    <xs:enumeration value="LIMIT_500" />
    <xs:enumeration value="LIMIT_1000" />
    <xs:enumeration value="LIMIT_1500" />
  </xs:restriction>
</xs:simpleType>
See Also
PosGateway Schema