<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>
|