Definition Type: AttributeGroup
Name: SeatDetailsGroup
Containing Schema: OTA_AirCommonTypes.xsd
Documentation:
Describes the seat attributes.
Collapse XSD Schema Diagram:
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_xsdXSD Diagram of SeatDetailsGroup in schema ota_aircommontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attributeGroup name="SeatDetailsGroup">
    <xs:annotation>
        <xs:documentation xml:lang="en">Describes the seat attributes.</xs:documentation>
    </xs:annotation>
    <xs:attribute name="SeatAvailability" type="OTA_CodeType" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">Availability status of the particular seat. Refer to OTA Code List Seat Availability (SAV).</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="SeatNumber" type="AlphaLength1" use="required">
        <xs:annotation>
            <xs:documentation xml:lang="en">Actual seat number within a particular row, typically A, B etc.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="SeatCharacteristics" type="ListOfOTA_CodeType" use="required">
        <xs:annotation>
            <xs:documentation xml:lang="en">Describes the characteristics of a specific seat. Refer to OTA Code List Air Seat Type (AST).</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="AirBookDesigCode" type="AlphaLength1to2" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">Allows that a seat may be assigned a class code.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
</xs:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
SeatAvailability SeatAvailability Optional
SeatNumber SeatNumber Required
SeatCharacteristics SeatCharacteristics Required
AirBookDesigCode AirBookDesigCode Optional