<xs:complexType name="FeeType">
<xs:annotation>
<xs:documentation xml:lang="en">Used for non-tax fees and charges (e.g. service charges) .</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Taxes" type="TaxesType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Used for taxes on the associated fee.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Description" type="ParagraphType" minOccurs="0" maxOccurs="5">
<xs:annotation>
<xs:documentation xml:lang="en">Text description of the fees in a given language.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="TaxInclusive" type="xs:boolean">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates whether taxes are included when figuring the fees. </xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attributeGroup ref="FeeTaxGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Provides details of the fee.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
<xs:attributeGroup ref="EffectiveExpireOptionalDateGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Provides the effective and expiry dates for the fee.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
<xs:attribute name="MandatoryIndicator" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">When true, indicates the fee is mandatory. When false, the fee is not mandatory.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="RPH" type="RPH_Type" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">An index code to identify an instance in a collection of like items.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attributeGroup ref="ChargeUnitGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies charge information by unit (e.g., room, person, item) and frequency (e.g., daily, weekly, stay).</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
<xs:attribute name="TaxableIndicator" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">When true, indicates that the fee is subject to tax.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
|