ncic:BTYCodeSimpleType

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

Definition

A data type for 5 - Boat Type (BTY) Field Codes

Diagram

Enumerations

ValueDefinition
AIRAIRBOAT
COMCOMMERCIAL
CRUCRUISER (A BOAT WITH AN INBOARD MOTOR)
HOVHOVERCRAFT
HROHYDROPLANE
HSEHOUSEBOAT
HYDHYDROFOIL
JSKJET-SKI (AQUA BIKE)
RUNRUNABOUT (LAUNCH MOTORBOAT OUTRIDER)
SALSAILBOAT (CAT CATAMARAN CUTTER BARK)
UTLUTILITY (FISHERMAN SEDAN ETC.)
YATYACHT (A BOAT WITH AN INBOARD MOTOR)
YYYALL OTHER (CANOE DINGHY DORY JOHNBOAT)

XML Schema

<xs:simpleType name="BTYCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for 5 - Boat Type (BTY) Field Codes
</xs:documentation>
</xs:annotation>
<xs:enumeration value="AIR">
<xs:annotation>
<xs:documentation>
AIRBOAT
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="COM">
<xs:annotation>
<xs:documentation>
COMMERCIAL
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CRU">
<xs:annotation>
<xs:documentation>
CRUISER (A BOAT WITH AN INBOARD MOTOR)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="HOV">
<xs:annotation>
<xs:documentation>
HOVERCRAFT
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="HRO">
<xs:annotation>
<xs:documentation>
HYDROPLANE
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="HSE">
<xs:annotation>
<xs:documentation>
HOUSEBOAT
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="HYD">
<xs:annotation>
<xs:documentation>
HYDROFOIL
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="JSK">
<xs:annotation>
<xs:documentation>
JET-SKI (AQUA BIKE)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="RUN">
<xs:annotation>
<xs:documentation>
RUNABOUT (LAUNCH MOTORBOAT OUTRIDER)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SAL">
<xs:annotation>
<xs:documentation>
SAILBOAT (CAT CATAMARAN CUTTER BARK)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="UTL">
<xs:annotation>
<xs:documentation>
UTILITY (FISHERMAN SEDAN ETC.)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="YAT">
<xs:annotation>
<xs:documentation>
YACHT (A BOAT WITH AN INBOARD MOTOR)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="YYY">
<xs:annotation>
<xs:documentation>
ALL OTHER (CANOE DINGHY DORY JOHNBOAT)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>