complexType RouteType
diagram sigws_p458.png
used by
element SIG_AirRoutesRS/Routes/Route
attributes
Name  Type  Use  Default  Fixed  Annotation
Departure  s:string  required      
documentation
Departure point
Arrival  s:string  required      
documentation
Arrival point
TypeOfService  TypeOfServiceType        
source <s:complexType name="RouteType">
 
<s:attribute name="Departure" type="s:string" use="required">
   
<s:annotation>
     
<s:documentation>Departure point</s:documentation>
   
</s:annotation>
 
</s:attribute>
 
<s:attribute name="Arrival" type="s:string" use="required">
   
<s:annotation>
     
<s:documentation>Arrival point</s:documentation>
   
</s:annotation>
 
</s:attribute>
 
<s:attribute name="TypeOfService" type="TypeOfServiceType"/>
</s:complexType>

attribute RouteType/@Departure
type s:string
properties
use required
annotation
documentation
Departure point
source <s:attribute name="Departure" type="s:string" use="required">
 
<s:annotation>
   
<s:documentation>Departure point</s:documentation>
 
</s:annotation>
</s:attribute>

attribute RouteType/@Arrival
type s:string
properties
use required
annotation
documentation
Arrival point
source <s:attribute name="Arrival" type="s:string" use="required">
 
<s:annotation>
   
<s:documentation>Arrival point</s:documentation>
 
</s:annotation>
</s:attribute>

attribute RouteType/@TypeOfService
type TypeOfServiceType
facets
Kind Value Annotation
enumeration Charter
enumeration Regular
source <s:attribute name="TypeOfService" type="TypeOfServiceType"/>


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