complexType TrajectoryOptionRouteType
diagram Nas_diagrams/Nas_p647.png
namespace http://www.fixm.aero/ext/nas/4.3
children nas:codedDepartureRoute nas:routeText
used by
element NasTrajectoryOptionType/route
annotation
documentation
ICAO route string which allows for a CDR code.
source <xs:complexType name="TrajectoryOptionRouteType">
 
<xs:annotation>
   
<xs:documentation>ICAO route string which allows for a CDR code.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="codedDepartureRoute" type="nas:CodedDepartureRouteType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Identifies the CDR code associated with this route.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="routeText" type="nas:IcaoRouteStringType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Route data as defined in ICAO 4444 field 15c.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element TrajectoryOptionRouteType/codedDepartureRoute
diagram Nas_diagrams/Nas_p648.png
namespace http://www.fixm.aero/ext/nas/4.3
type nas:CodedDepartureRouteType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
minLength 0
maxLength 4096
pattern [A-Z0-9]{8}
annotation
documentation
Identifies the CDR code associated with this route.
source <xs:element name="codedDepartureRoute" type="nas:CodedDepartureRouteType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Identifies the CDR code associated with this route.</xs:documentation>
 
</xs:annotation>
</xs:element>

element TrajectoryOptionRouteType/routeText
diagram Nas_diagrams/Nas_p649.png
namespace http://www.fixm.aero/ext/nas/4.3
type nas:IcaoRouteStringType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
minLength 0
maxLength 4096
pattern ([0-9a-zA-Z/]{2,28}( [0-9a-zA-Z/]{2,28}){0,}){0,1}
annotation
documentation
Route data as defined in ICAO 4444 field 15c.
source <xs:element name="routeText" type="nas:IcaoRouteStringType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Route data as defined in ICAO 4444 field 15c.</xs:documentation>
 
</xs:annotation>
</xs:element>


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