simpleType TypeOfServiceType
type restriction of s:string
properties
base s:string
used by
attributes RouteType/@TypeOfService FlightScheduleType/FlightDetails/@TypeOfService
facets
Kind Value Annotation
enumeration Charter
enumeration Regular
annotation
documentation
Regular or Charter
source <s:simpleType name="TypeOfServiceType">
 
<s:annotation>
   
<s:documentation>Regular or Charter</s:documentation>
 
</s:annotation>
 
<s:restriction base="s:string">
   
<s:enumeration value="Charter"/>
   
<s:enumeration value="Regular"/>
 
</s:restriction>
</s:simpleType>


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