ncic:CBTYCodeSimpleType

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

Definition

A data type for 6 - Canadian Boat Type (TYP) Field Codes

Diagram

Enumerations

ValueDefinition
HOUSEHOUSEBOAT
OTOTHER (ANY BOAT NOT COVERED BY THE ABOVE CODES SUCH AS HYDROPLANE, HYDROFOIL, ICE BOAT, JET SKI, AIR CUSHIONED VEHICLE, AND SAILBOARD/WINDSURFERS--DESCRIBED IN THE MIS FIELD)
POWERPOWERBOAT (A BOAT GENERALLY LESS THAN 15 METERS LONG WITH A CABIN CONTAINING NECESSARY EQUIPMENT FOR LIVING ABOARD)
RUNRUNABOUT (SMALL LIGHT BOAT SUCH AS MOTORBOAT, CANOE, KAYAK, ROWBOAT, SKIFF, AIRBOAT)
SAILSAILBOAT

XML Schema

<xs:simpleType name="CBTYCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for 6 - Canadian Boat Type (TYP) Field Codes
</xs:documentation>
</xs:annotation>
<xs:enumeration value="HOUSE">
<xs:annotation>
<xs:documentation>
HOUSEBOAT
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OT">
<xs:annotation>
<xs:documentation>
OTHER (ANY BOAT NOT COVERED BY THE ABOVE CODES SUCH AS HYDROPLANE, HYDROFOIL, ICE BOAT, JET SKI, AIR CUSHIONED VEHICLE, AND SAILBOARD/WINDSURFERS--DESCRIBED IN THE MIS FIELD)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="POWER">
<xs:annotation>
<xs:documentation>
POWERBOAT (A BOAT GENERALLY LESS THAN 15 METERS LONG WITH A CABIN CONTAINING NECESSARY EQUIPMENT FOR LIVING ABOARD)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="RUN">
<xs:annotation>
<xs:documentation>
RUNABOUT (SMALL LIGHT BOAT SUCH AS MOTORBOAT, CANOE, KAYAK, ROWBOAT, SKIFF, AIRBOAT)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SAIL">
<xs:annotation>
<xs:documentation>
SAILBOAT
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>