ncic:AircraftCodeSimpleType
simpleType AircraftCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ncic/4.0/
Definition
A data type for 2.3: Aircraft Make/Brand Name (VMA) Fields
Diagram
Enumerations
Value | Definition |
BLM | BLIMP |
DRN | DRONE |
HEL | HELICOPTERS AND OTHER ROTOR WING (OR ROTARY-BLADE DRIVE AIRCRAFT) |
HOT | HOT AIR BALLOON |
JET | JET PROPELLED (VST BASED ON NUMBER OF ENGINES) |
PRO | PROPELLER DRIVEN (VST BASED ON NUMBER OF ENGINES) |
SAL | SAILPLANE (GLIDER) |
ULT | ULTRALIGHTS |
XML Schema
<xs:simpleType name="AircraftCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for 2.3: Aircraft Make/Brand Name (VMA) Fields</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="BLM">
<xs:annotation>
<xs:documentation>
BLIMP</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="DRN">
<xs:annotation>
<xs:documentation>
DRONE</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="HEL">
<xs:annotation>
<xs:documentation>
HELICOPTERS AND OTHER ROTOR WING (OR ROTARY-BLADE DRIVE AIRCRAFT)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="HOT">
<xs:annotation>
<xs:documentation>
HOT AIR BALLOON</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="JET">
<xs:annotation>
<xs:documentation>
JET PROPELLED (VST BASED ON NUMBER OF ENGINES)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PRO">
<xs:annotation>
<xs:documentation>
PROPELLER DRIVEN (VST BASED ON NUMBER OF ENGINES)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SAL">
<xs:annotation>
<xs:documentation>
SAILPLANE (GLIDER)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ULT">
<xs:annotation>
<xs:documentation>
ULTRALIGHTS</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>