Definition Type: Element
Name: ChargesRules
Containing Schema: OTA_AirCommonTypes.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
General container for rules specifying amounts for such things as: surcharges, deposits, change penalties, cancellation penalties, etc.
Collapse XSD Schema Diagram:
Drilldown into VoluntaryRefunds in schema ota_aircommontypes_xsd1 Drilldown into VoluntaryChanges in schema ota_aircommontypes_xsd1XSD Diagram of ChargesRules in schema ota_aircommontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="ChargesRules" minOccurs="0">
    <xs:annotation>
        <xs:documentation xml:lang="en">General container for rules specifying amounts for such things as: surcharges, deposits, change penalties, cancellation penalties, etc.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="VoluntaryChanges" type="VoluntaryChangesType" minOccurs="0">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Specifies a voluntary change charge.</xs:documentation>
                </xs:annotation>
            </xs:element>
            <xs:element name="VoluntaryRefunds" type="VoluntaryChangesType" minOccurs="0">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Specifies a Voluntary Refund (cancellation) charge.</xs:documentation>
                </xs:annotation>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
VoluntaryChanges VoluntaryChanges 0 (1)
VoluntaryRefunds VoluntaryRefunds 0 (1)