<xs:complexType name="ExtraChargesDataType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:all>
<xs:element name="Restaurant" type="booleanType" default="N" minOccurs="0">
<xs:annotation>
<xs:documentation>
<p xmlns="http://Hps.Exchange.PosGateway">Restaurant charge</p>
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="GiftShop" type="booleanType" default="N" minOccurs="0">
<xs:annotation>
<xs:documentation>
<p xmlns="http://Hps.Exchange.PosGateway">Gift shop charge</p>
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="MiniBar" type="booleanType" default="N" minOccurs="0">
<xs:annotation>
<xs:documentation>
<p xmlns="http://Hps.Exchange.PosGateway">Mini-bar charge</p>
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Telephone" type="booleanType" default="N" minOccurs="0">
<xs:annotation>
<xs:documentation>
<p xmlns="http://Hps.Exchange.PosGateway">Telephone charge</p>
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Other" type="booleanType" default="N" minOccurs="0">
<xs:annotation>
<xs:documentation>
<p xmlns="http://Hps.Exchange.PosGateway">Other charge</p>
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Laundry" type="booleanType" default="N" minOccurs="0">
<xs:annotation>
<xs:documentation>
<p xmlns="http://Hps.Exchange.PosGateway">Laundry charge</p>
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:all>
</xs:complexType>
|