SeatFacingCodeType

Simple Type Information

Used By

Attribute SeatGroup/@Facing

Source

<xs:simpleType name="SeatFacingCodeType">
  <xs:restriction base="xs:NMTOKEN">
    <xs:enumeration value="Lateral"/>
    <xs:enumeration value="Front"/>
    <xs:enumeration value="Rear"/>
    <xs:enumeration value="Unknown"/>
  </xs:restriction>
</xs:simpleType>