complexType NasAircraftTypeType
diagram Nas_diagrams/Nas_p8.png
namespace http://www.fixm.aero/ext/nas/4.4
type extension of fb:AircraftTypeExtensionType
properties
base fb:AircraftTypeExtensionType
children nas:asdexManualAircraftType
annotation
documentation
NAS specific extensions to aircraft type information.
source <xs:complexType name="NasAircraftTypeType">
 
<xs:annotation>
   
<xs:documentation>NAS specific extensions to aircraft type information.</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="fb:AircraftTypeExtensionType">
     
<xs:sequence>
       
<xs:element name="asdexManualAircraftType" type="fb:AircraftTypeDesignatorType" nillable="true" minOccurs="0" maxOccurs="1">
         
<xs:annotation>
           
<xs:documentation>Type of aircraft obtained via manual tag.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element NasAircraftTypeType/asdexManualAircraftType
diagram Nas_diagrams/Nas_p9.png
namespace http://www.fixm.aero/ext/nas/4.4
type fb:AircraftTypeDesignatorType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
minLength 0
maxLength 4096
pattern [A-Z0-9]{2,4}
annotation
documentation
Type of aircraft obtained via manual tag.
source <xs:element name="asdexManualAircraftType" type="fb:AircraftTypeDesignatorType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Type of aircraft obtained via manual tag.</xs:documentation>
 
</xs:annotation>
</xs:element>


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