simpleType RowLocationType
type restriction of s:string
properties
base s:string
used by
attribute SeatMapRowType/Facility/@Location
facets
Kind Value Annotation
enumeration Front
enumeration Middle
enumeration Rear
annotation
documentation
Row location:
Front, precedes first row number within cabin class/compartment.
Middle, between row numbers within a cabin class/compartment
Rear, follows last row number within cabin class/compartment
source <s:simpleType name="RowLocationType">
 
<s:annotation>
   
<s:documentation>Row location:
Front, precedes first row number within cabin class/compartment.
Middle, between row numbers within a cabin class/compartment
Rear, follows last row number within cabin class/compartment
</s:documentation>
 
</s:annotation>
 
<s:restriction base="s:string">
   
<s:enumeration value="Front"/>
   
<s:enumeration value="Middle"/>
   
<s:enumeration value="Rear"/>
 
</s:restriction>
</s:simpleType>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy