complexType InstrumentRouteDesignatorType
diagram Nas_diagrams/Nas_p7.png
namespace http://www.fixm.aero/ext/nas/4.3
children nas:designator nas:routeType
used by
elements NasDepartureType/departureProcedure NasArrivalType/tfmsStar
annotation
documentation
This is a route designator from the flight plan route of flight.  It can be defined as one of several specific TFMS route types.
source <xs:complexType name="InstrumentRouteDesignatorType">
 
<xs:annotation>
   
<xs:documentation>This is a route designator from the flight plan route of flight.  It can be defined as one of several specific TFMS route types.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="designator" type="fb:SidStarDesignatorType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The name of the instrument route.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="routeType" type="nas:TfmsRouteTypeType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Provides the route type for a Departure Procedure or a Standard Instrument Arrival.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element InstrumentRouteDesignatorType/designator
diagram Nas_diagrams/Nas_p8.png
namespace http://www.fixm.aero/ext/nas/4.3
type fb:SidStarDesignatorType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
minLength 1
maxLength 7
pattern ([A-Z]|[0-9])+([ \+\-/]*([A-Z]|[0-9])+)*
annotation
documentation
The name of the instrument route.
source <xs:element name="designator" type="fb:SidStarDesignatorType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The name of the instrument route.</xs:documentation>
 
</xs:annotation>
</xs:element>

element InstrumentRouteDesignatorType/routeType
diagram Nas_diagrams/Nas_p9.png
namespace http://www.fixm.aero/ext/nas/4.3
type nas:TfmsRouteTypeType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
enumeration AIRWAY
documentation
Airway Route
enumeration CODED_ROUTE
documentation
Coded Departure Route
enumeration DIRECT
documentation
Direct Route
enumeration SID
documentation
RNAV Standard Instrument Departure
enumeration STAR
documentation
Standard Terminal Arrival
enumeration AAR
documentation
Adapted Arrival Route
enumeration ADR
documentation
Adapted Departure Route
enumeration ADAR
documentation
Adapted Departure and Arrival Route
enumeration UNKNOWN
documentation
Unknown Route Type
enumeration OTHER
documentation
Other Route Type
annotation
documentation
Provides the route type for a Departure Procedure or a Standard Instrument Arrival.
source <xs:element name="routeType" type="nas:TfmsRouteTypeType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Provides the route type for a Departure Procedure or a Standard Instrument Arrival.</xs:documentation>
 
</xs:annotation>
</xs:element>


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