Open the Portico Developer Guide site
PosGateway Schema
PrestigiousPropertyLimitType Complex Type
PosGateway Schema : PrestigiousPropertyLimitType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
LIMIT_1500 Element LIMIT_1000 Element LIMIT_500 Element NON_PARTICIPATING Element All PrestigiousPropertyLimitType Complex Type
Overview
All
NON_PARTICIPATING Restriction of xs:string

Restaurant Charge

LIMIT_500 Restriction of xs:string

GiftShop Charge

LIMIT_1000 Restriction of xs:string

MiniBar charge

LIMIT_1500 Restriction of xs:string

Telephone Charge

Source
<xs:complexType name="PrestigiousPropertyLimitType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:all>
    <xs:element name="NON_PARTICIPATING" fixed=" ">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Restaurant Charge</p>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:length value="1" />
          <xs:enumeration value=" " />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="LIMIT_500" fixed="D">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">GiftShop Charge</p>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:length value="1" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="LIMIT_1000" fixed="B">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">MiniBar charge</p>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:length value="1" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="LIMIT_1500" fixed="S">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Telephone Charge</p>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:length value="1" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
  </xs:all>
</xs:complexType>
See Also
PosGateway Schema