Definition Type: Element
Name: Date
Containing Schema: OTA_AirCommonTypes.xsd
MinOccurs 0
MaxOccurs 5
Abstract
Documentation:
Date information applicable to the fare rules.
Collapse XSD Schema Diagram:
Drilldown into Type in schema ota_aircommontypes_xsd Drilldown into Date in schema ota_aircommontypes_xsdXSD Diagram of Date in schema ota_aircommontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="Date" minOccurs="0" maxOccurs="5">
    <xs:annotation>
        <xs:documentation xml:lang="en">Date information applicable to the fare rules.
</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:attribute name="Date" type="DateOrDateTimeType" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">The applicable date for the purpose specified in the Type attribute.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="Type" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">Specifies the type of date.</xs:documentation>
            </xs:annotation>
            <xs:simpleType>
                <xs:restriction base="xs:NMTOKEN">
                    <xs:enumeration value="LastRuleChange">
                        <xs:annotation>
                            <xs:documentation xml:lang="en">The last date the rule was changed.</xs:documentation>
                        </xs:annotation>
                    </xs:enumeration>
                    <xs:enumeration value="RuleBecomesInvalid">
                        <xs:annotation>
                            <xs:documentation xml:lang="en">The date after which the rule is no longer valid.</xs:documentation>
                        </xs:annotation>
                    </xs:enumeration>
                    <xs:enumeration value="RestrictiveFareEffective">
                        <xs:annotation>
                            <xs:documentation xml:lang="en">The date on which the restrictive fare becomes effective.</xs:documentation>
                        </xs:annotation>
                    </xs:enumeration>
                    <xs:enumeration value="RestrictiveFareDiscontinue">
                        <xs:annotation>
                            <xs:documentation xml:lang="en">The date on which the restrictive fare is discontinued.
</xs:documentation>
                        </xs:annotation>
                    </xs:enumeration>
                </xs:restriction>
            </xs:simpleType>
        </xs:attribute>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
Date Date Optional
Type Type Optional