ncic:AircraftCodeSimpleType

simpleType AircraftCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ncic/4.2/

Definition

A data type for 2.3: Aircraft Make/Brand Name (VMA) Fields

Diagram

Enumerations

ValueDefinition
BLMBLIMP
DRNDRONE
HELHELICOPTERS AND OTHER ROTOR WING (OR ROTARY-BLADE DRIVE AIRCRAFT)
HOTHOT AIR BALLOON
JETJET PROPELLED (VST BASED ON NUMBER OF ENGINES)
PROPROPELLER DRIVEN (VST BASED ON NUMBER OF ENGINES)
SALSAILPLANE (GLIDER)
ULTULTRALIGHTS

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: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>