Definition Type: Element
Name: ResTicketingRules
Containing Schema: OTA_AirCommonTypes.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
General container for rules regarding fare reservation, ticketing and sale restrictions
Collapse XSD Schema Diagram:
Drilldown into AdvResTicketing in schema ota_aircommontypes_xsd1XSD Diagram of ResTicketingRules in schema ota_aircommontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="ResTicketingRules" minOccurs="0">
    <xs:annotation>
        <xs:documentation xml:lang="en">General container for rules regarding fare reservation,  ticketing and sale restrictions</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="AdvResTicketing" minOccurs="0">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Container for holding rules regarding advance reservation or ticketing restrictions. </xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:complexContent>
                        <xs:extension base="AdvResTicketingType">
                            <xs:attribute name="FirstTicketDate" type="DateOrDateTimeType" use="optional">
                                <xs:annotation>
                                    <xs:documentation xml:lang="en">The first date that a ticket may be issued for this fare.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="LastTicketDate" type="DateOrDateTimeType" use="optional">
                                <xs:annotation>
                                    <xs:documentation xml:lang="en">The last date that a ticket may be issued for this fare.
</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                        </xs:extension>
                    </xs:complexContent>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AdvResTicketing AdvResTicketing 0 (1)