<xs:complexType name="SeatingPrefType">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies a seating preference.</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="StringLength0to64">
<xs:attributeGroup ref="PreferLevelGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Used to indicate a level of preference for seat information.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
<xs:attribute name="SeatDirection" type="StringLength1to16" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Direction seat faces during travel, when conveyance allows.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="SeatLocation" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Location of seat in cabin of conveyance. Suggested values include: Forward, Middle, Aft, ExitRow, Bulkhead, Right or Left Side, etc.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="SeatPosition" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Preferred position of seat in a row, such as Aisle, Middle, Center, Window, etc.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="SeatRow" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Preferred row for seating, indicates specific row number and/or seat identifier.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
|