complexType RouteTrajectoryConstraintType
diagram FficeMessage_diagrams/FficeMessage_p546.png
namespace http://www.fixm.aero/flight/4.2
children fx:departureOrArrivalIndicator fx:description fx:extension fx:level fx:restrictionReference fx:speed fx:time
used by
element RouteTrajectoryElementType/constraint
annotation
documentation
A class that defines a constraint to a route point or trajectory.
source <xs:complexType name="RouteTrajectoryConstraintType">
 
<xs:annotation>
   
<xs:documentation>A class that defines a constraint to a route point or trajectory.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="departureOrArrivalIndicator" type="fx:DepartureOrArrivalIndicatorType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Identifies whether the constraint is applicable on climb or descent.  This provides an indication of which constraints take priority in the event of conflict when establishing
a profile.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="description" type="fb:CharacterStringType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Textual description of the constraint.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="extension" type="fb:RouteTrajectoryConstraintExtensionType" nillable="true" minOccurs="0" maxOccurs="2000">
     
<xs:annotation>
       
<xs:documentation>An extension hook for attaching extension (non-core) classes.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="level" type="fx:LevelConstraintType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The level constraint applicable to a specific point or segment on the route. </xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="restrictionReference" type="fb:RestrictionReferenceType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Reference to a named restriction, if applicable.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="speed" type="fx:SpeedConstraintType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The speed constraint applicable to a specific point or segment on the route.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="time" type="fx:TimeConstraintType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The time constraint applicable to a specific point on the route. </xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element RouteTrajectoryConstraintType/departureOrArrivalIndicator
diagram FficeMessage_diagrams/FficeMessage_p547.png
namespace http://www.fixm.aero/flight/4.2
type fx:DepartureOrArrivalIndicatorType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
enumeration DEPARTURE
enumeration ARRIVAL
annotation
documentation
Identifies whether the constraint is applicable on climb or descent.  This provides an indication of which constraints take priority in the event of conflict when establishing
a profile.
source <xs:element name="departureOrArrivalIndicator" type="fx:DepartureOrArrivalIndicatorType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Identifies whether the constraint is applicable on climb or descent.  This provides an indication of which constraints take priority in the event of conflict when establishing
a profile.
</xs:documentation>
 
</xs:annotation>
</xs:element>

element RouteTrajectoryConstraintType/description
diagram FficeMessage_diagrams/FficeMessage_p548.png
namespace http://www.fixm.aero/flight/4.2
type fb:CharacterStringType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
minLength 0
maxLength 4096
annotation
documentation
Textual description of the constraint.
source <xs:element name="description" type="fb:CharacterStringType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Textual description of the constraint.</xs:documentation>
 
</xs:annotation>
</xs:element>

element RouteTrajectoryConstraintType/extension
diagram FficeMessage_diagrams/FficeMessage_p549.png
namespace http://www.fixm.aero/flight/4.2
type fb:RouteTrajectoryConstraintExtensionType
properties
minOcc 0
maxOcc 2000
content complex
nillable true
annotation
documentation
An extension hook for attaching extension (non-core) classes.
source <xs:element name="extension" type="fb:RouteTrajectoryConstraintExtensionType" nillable="true" minOccurs="0" maxOccurs="2000">
 
<xs:annotation>
   
<xs:documentation>An extension hook for attaching extension (non-core) classes.</xs:documentation>
 
</xs:annotation>
</xs:element>

element RouteTrajectoryConstraintType/level
diagram FficeMessage_diagrams/FficeMessage_p550.png
namespace http://www.fixm.aero/flight/4.2
type fx:LevelConstraintType
properties
minOcc 0
maxOcc 1
content complex
nillable true
children fx:activation fx:condition fx:extension fx:level
annotation
documentation
The level constraint applicable to a specific point or segment on the route.
source <xs:element name="level" type="fx:LevelConstraintType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The level constraint applicable to a specific point or segment on the route. </xs:documentation>
 
</xs:annotation>
</xs:element>

element RouteTrajectoryConstraintType/restrictionReference
diagram FficeMessage_diagrams/FficeMessage_p551.png
namespace http://www.fixm.aero/flight/4.2
type fb:RestrictionReferenceType
properties
minOcc 0
maxOcc 1
content complex
nillable true
children fb:extension fb:restrictionIdentifier fb:restrictionType
attributes
Name  Type  Use  Default  Fixed  Annotation
href  fb:HypertextReferenceType  optional      
documentation
Provides an optional mechanism enabling FIXM aeronautical fields to be supplemented with references to AIXM features.  This field should be considered functionally equivalent to the xlink:href field used in AIXM to reference features.  [FIXM]
annotation
documentation
Reference to a named restriction, if applicable.
source <xs:element name="restrictionReference" type="fb:RestrictionReferenceType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Reference to a named restriction, if applicable.</xs:documentation>
 
</xs:annotation>
</xs:element>

element RouteTrajectoryConstraintType/speed
diagram FficeMessage_diagrams/FficeMessage_p552.png
namespace http://www.fixm.aero/flight/4.2
type fx:SpeedConstraintType
properties
minOcc 0
maxOcc 1
content complex
nillable true
children fx:activation fx:condition fx:extension fx:speed
annotation
documentation
The speed constraint applicable to a specific point or segment on the route.
source <xs:element name="speed" type="fx:SpeedConstraintType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The speed constraint applicable to a specific point or segment on the route.</xs:documentation>
 
</xs:annotation>
</xs:element>

element RouteTrajectoryConstraintType/time
diagram FficeMessage_diagrams/FficeMessage_p553.png
namespace http://www.fixm.aero/flight/4.2
type fx:TimeConstraintType
properties
minOcc 0
maxOcc 1
content complex
nillable true
children fx:condition fx:extension fx:timeSpecification
annotation
documentation
The time constraint applicable to a specific point on the route.
source <xs:element name="time" type="fx:TimeConstraintType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The time constraint applicable to a specific point on the route. </xs:documentation>
 
</xs:annotation>
</xs:element>


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