complexType FaaIdentifier
diagram mmixm_diagrams/mmixm_p142.png
namespace https://mmixm.aero/features/2.1.0
children mx:faaPartNumber mx:facaNumber
used by
element AssetIdentifier/faaIdentifier
annotation
documentation
Complex type grouping of asset identifiers assigned by the FAA.
source <xs:complexType name="FaaIdentifier">
 
<xs:annotation>
   
<xs:documentation>Complex type grouping of asset identifiers assigned by the FAA.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="faaPartNumber" type="mb:String50Type" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Part number assigned by the FAA.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="facaNumber" type="xs:string" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The FA/CA number (Federal Aviation/Civil Aviation Number) is an alphanumeric reference designator that individually differentiates each Equipment type from others with the same short name.   An example of the correct FA/CA# format is FA-10065. The manufacturer's model number is used when an FA/CA is not available.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element FaaIdentifier/faaPartNumber
diagram mmixm_diagrams/mmixm_p143.png
namespace https://mmixm.aero/features/2.1.0
type mb:String50Type
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 50
annotation
documentation
Part number assigned by the FAA.
source <xs:element name="faaPartNumber" type="mb:String50Type" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Part number assigned by the FAA.</xs:documentation>
 
</xs:annotation>
</xs:element>

element FaaIdentifier/facaNumber
diagram mmixm_diagrams/mmixm_p144.png
namespace https://mmixm.aero/features/2.1.0
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The FA/CA number (Federal Aviation/Civil Aviation Number) is an alphanumeric reference designator that individually differentiates each Equipment type from others with the same short name.   An example of the correct FA/CA# format is FA-10065. The manufacturer's model number is used when an FA/CA is not available.
source <xs:element name="facaNumber" type="xs:string" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The FA/CA number (Federal Aviation/Civil Aviation Number) is an alphanumeric reference designator that individually differentiates each Equipment type from others with the same short name.   An example of the correct FA/CA# format is FA-10065. The manufacturer's model number is used when an FA/CA is not available.</xs:documentation>
 
</xs:annotation>
</xs:element>


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