Definition Type: Element
Name: Penalty
Containing Schema: OTA_AirCommonTypes.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Specifies penalty charges as either a currency amount or a percentage of the fare
Collapse XSD Schema Diagram:
Drilldown into Percent in schema ota_aircommontypes_xsd Drilldown into DecimalPlaces in schema ota_commontypes_xsd1 Drilldown into CurrencyCode in schema ota_commontypes_xsd1 Drilldown into CurrencyCodeGroup in schema ota_commontypes_xsd Drilldown into Amount in schema ota_commontypes_xsd1 Drilldown into CurrencyAmountGroup in schema ota_commontypes_xsd Drilldown into DepartureStatus in schema ota_aircommontypes_xsd Drilldown into PenaltyType in schema ota_aircommontypes_xsdXSD Diagram of Penalty in schema ota_aircommontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="Penalty" minOccurs="0">
    <xs:annotation>
        <xs:documentation xml:lang="en">Specifies penalty charges as either a currency amount or a percentage of the fare</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:attribute name="PenaltyType" type="xs:string" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en"> Indicates the type of penalty involved in the search or response.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="DepartureStatus" type="xs:string" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">Identifier used to indicate whether the change occurs before or after departure from the origin city.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attributeGroup ref="CurrencyAmountGroup">
            <xs:annotation>
                <xs:documentation xml:lang="en">The penalty charge defined a fee in terms of its amount, currency and decimal laces.</xs:documentation>
            </xs:annotation>
        </xs:attributeGroup>
        <xs:attribute name="Percent" type="Percentage">
            <xs:annotation>
                <xs:documentation xml:lang="en">The penalty charge conveyed as a percent of the total fare. </xs:documentation>
            </xs:annotation>
        </xs:attribute>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
PenaltyType PenaltyType Optional
DepartureStatus DepartureStatus Optional
Percent Percent (Optional)