<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>
|