Definition Type: Element
Name: AirSeats
Containing Schema: OTA_AirCommonTypes.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Documentation:
A Collection of Air Seat
Collapse XSD Schema Diagram:
Drilldown into AirSeat in schema ota_aircommontypes_xsd1XSD Diagram of AirSeats in schema ota_aircommontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="AirSeats">
    <xs:annotation>
        <xs:documentation xml:lang="en">A Collection of Air Seat</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="AirSeat" maxOccurs="99">
                <xs:annotation>
                    <xs:documentation xml:lang="en">A Seat within a row</xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:annotation>
                        <xs:documentation xml:lang="en"> Describes the seat attributes.</xs:documentation>
                    </xs:annotation>
                    <xs:attributeGroup ref="SeatDetailsGroup" />
                    <xs:attribute name="RPH" type="RPH_Type" use="optional">
                        <xs:annotation>
                            <xs:documentation xml:lang="en">Should be used for situations in which a passenger in the input request is already assigned a seat. The RPH value will correspond to the RPH in the element  TravelRefNumber within the element TravelerInfoSummary.</xs:documentation>
                        </xs:annotation>
                    </xs:attribute>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AirSeat AirSeat (1) 99