Definition Type: Element
Name: AirSeat
Containing Schema: OTA_AirCommonTypes.xsd
MinOccurs (1)
MaxOccurs 99
Abstract
Documentation:
A Seat within a row
Collapse XSD Schema Diagram:
Drilldown into RPH in schema ota_aircommontypes_xsd Drilldown into AirBookDesigCode in schema ota_aircommontypes_xsd Drilldown into SeatCharacteristics in schema ota_aircommontypes_xsd Drilldown into SeatNumber in schema ota_aircommontypes_xsd Drilldown into SeatAvailability in schema ota_aircommontypes_xsd Drilldown into SeatDetailsGroup in schema ota_aircommontypes_xsd1XSD Diagram of AirSeat in schema ota_aircommontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
SeatAvailability SeatAvailability Optional
SeatNumber SeatNumber Required
SeatCharacteristics SeatCharacteristics Required
AirBookDesigCode AirBookDesigCode Optional
RPH RPH Optional