<xs:simpleType name="SeatRoleCodeType">
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="Column">
<xs:annotation>
<xs:documentation xml:lang="EN">The parent container corresponds to an entire Column (possibly with restrictions provided by other attributes and elements of the parent container)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Row">
<xs:annotation>
<xs:documentation xml:lang="EN">The parent container corresponds to an entire Row (possibly with restrictions provided by other attributes and elements of the parent container)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Seat">
<xs:annotation>
<xs:documentation xml:lang="EN">The parent container corresponds to a true seat. If not specified, the default role can be sometimes deduced from the presence or a Row, Column or Number attribute. By default, it would correspond to a Seat.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SeatMap">
<xs:annotation>
<xs:documentation xml:lang="EN">The parent container corresponds to an entire Seat Map (possibly with restrictions provided by other attributes and elements of the parent container, such as a given cabin or a row or column range for instance)</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType> |