complexType NasSpotInformationType
diagram Nas_diagrams/Nas_p114.png
namespace http://www.fixm.aero/ext/nas/4.3
children nas:provenance nas:spotRegion
used by
elements NasArrivalType/arrivalSpotPredicted NasDepartureType/departureSpotPredicted
annotation
documentation
Contains supplementary provenance information and information for the spot.
source <xs:complexType name="NasSpotInformationType">
 
<xs:annotation>
   
<xs:documentation>Contains supplementary provenance information and information for the spot.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="provenance" type="nas:ProvenanceType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Contains the provenance information such as the reported timestamp and the source of the report.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="spotRegion" type="nas:SurfaceRegionNameType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The spot region</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element NasSpotInformationType/provenance
diagram Nas_diagrams/Nas_p115.png
namespace http://www.fixm.aero/ext/nas/4.3
type nas:ProvenanceType
properties
minOcc 0
maxOcc 1
content complex
nillable true
children nas:reportedTimestamp nas:source
annotation
documentation
Contains the provenance information such as the reported timestamp and the source of the report.
source <xs:element name="provenance" type="nas:ProvenanceType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Contains the provenance information such as the reported timestamp and the source of the report.</xs:documentation>
 
</xs:annotation>
</xs:element>

element NasSpotInformationType/spotRegion
diagram Nas_diagrams/Nas_p116.png
namespace http://www.fixm.aero/ext/nas/4.3
type nas:SurfaceRegionNameType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
minLength 0
maxLength 4096
pattern [A-Za-z0-9_]{1,20}
annotation
documentation
The spot region
source <xs:element name="spotRegion" type="nas:SurfaceRegionNameType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The spot region</xs:documentation>
 
</xs:annotation>
</xs:element>


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