complexType SmpIdentificationKeyType
diagram Nas_diagrams/Nas_p222.png
namespace http://www.fixm.aero/ext/nas/4.3
children nas:aerodrome nas:identifier
used by
element NasDepartureType/smpIdentifier
annotation
documentation
Provides a numeric identifier for an SMP and an aerodrome name.
source <xs:complexType name="SmpIdentificationKeyType">
 
<xs:annotation>
   
<xs:documentation>Provides a numeric identifier for an SMP and an aerodrome name.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="aerodrome" type="fb:LocationIndicatorType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Aerodrome identifier.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="identifier" type="nas:SmpIdType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The SMP ID.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element SmpIdentificationKeyType/aerodrome
diagram Nas_diagrams/Nas_p223.png
namespace http://www.fixm.aero/ext/nas/4.3
type fb:LocationIndicatorType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
minLength 0
maxLength 4096
pattern [A-Z]{4}
annotation
documentation
Aerodrome identifier.
source <xs:element name="aerodrome" type="fb:LocationIndicatorType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Aerodrome identifier.</xs:documentation>
 
</xs:annotation>
</xs:element>

element SmpIdentificationKeyType/identifier
diagram Nas_diagrams/Nas_p224.png
namespace http://www.fixm.aero/ext/nas/4.3
type nas:SmpIdType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
minLength 0
maxLength 4096
pattern [0-9]{4}(0[1-9]|1[0-2])(0[1-9]|[1-2][0-9]|3[0-1])[0-9]{4}
annotation
documentation
The SMP ID.
source <xs:element name="identifier" type="nas:SmpIdType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The SMP ID.</xs:documentation>
 
</xs:annotation>
</xs:element>


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