simpleType DeckType
type restriction of s:string
properties
base s:string
used by
attribute SeatMapCabinType/@Deck
facets
Kind Value Annotation
enumeration Lowerdeck
enumeration Maindeck
enumeration Upperdeck
annotation
documentation
Deck type:
Lowerdeck, Maindeck, Upperdeck
source <s:simpleType name="DeckType">
 
<s:annotation>
   
<s:documentation>Deck type:
Lowerdeck, Maindeck, Upperdeck
</s:documentation>
 
</s:annotation>
 
<s:restriction base="s:string">
   
<s:enumeration value="Lowerdeck"/>
   
<s:enumeration value="Maindeck"/>
   
<s:enumeration value="Upperdeck"/>
 
</s:restriction>
</s:simpleType>


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