complexType NasIntersectedAirspaceType
diagram Nas_diagrams/Nas_p101.png
namespace http://www.fixm.aero/ext/nas/4.3
children nas:airspaceIdentifier nas:earliestAirspaceEntryTime
used by
elements FlowProgramInformationType/intersectedAirspace NasTrajectoryOptionType/intersectedAirspace
annotation
documentation
Constrained airspace intersected by the flight.
source <xs:complexType name="NasIntersectedAirspaceType">
 
<xs:annotation>
   
<xs:documentation>Constrained airspace intersected by the flight.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="airspaceIdentifier" type="fb:CharacterStringType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Unique Identifier for the constrained airspace to be traversed by the flight.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="earliestAirspaceEntryTime" type="fb:TimeType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The earliest time the flight could enter the constrained airspace.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element NasIntersectedAirspaceType/airspaceIdentifier
diagram Nas_diagrams/Nas_p102.png
namespace http://www.fixm.aero/ext/nas/4.3
type fb:CharacterStringType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
minLength 0
maxLength 4096
annotation
documentation
Unique Identifier for the constrained airspace to be traversed by the flight.
source <xs:element name="airspaceIdentifier" type="fb:CharacterStringType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Unique Identifier for the constrained airspace to be traversed by the flight.</xs:documentation>
 
</xs:annotation>
</xs:element>

element NasIntersectedAirspaceType/earliestAirspaceEntryTime
diagram Nas_diagrams/Nas_p103.png
namespace http://www.fixm.aero/ext/nas/4.3
type fb:TimeType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
pattern -?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T(([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?|(24:00:00(\.0+)?))Z
annotation
documentation
The earliest time the flight could enter the constrained airspace.
source <xs:element name="earliestAirspaceEntryTime" type="fb:TimeType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The earliest time the flight could enter the constrained airspace.</xs:documentation>
 
</xs:annotation>
</xs:element>


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