ncic:HULCodeSimpleType
simpleType HULCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ncic/4.0/
Definition
A data type for 1 - Outer Boat Hull Material (HUL) Field Codes
Diagram
Enumerations
Value | Definition |
0T | OTHER |
ML | METAL (ALUMINUM,STEEL,ETC) |
PL | PLASTIC (FIBERGLASS UNIGLAS,ETC.) |
WD | WOOD (CEDAR,PLYWOOD,FIR,ETC.) |
XML Schema
<xs:simpleType name="HULCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for 1 - Outer Boat Hull Material (HUL) Field Codes</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="0T">
<xs:annotation>
<xs:documentation>
OTHER</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ML">
<xs:annotation>
<xs:documentation>
METAL (ALUMINUM,STEEL,ETC)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PL">
<xs:annotation>
<xs:documentation>
PLASTIC (FIBERGLASS UNIGLAS,ETC.)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="WD">
<xs:annotation>
<xs:documentation>
WOOD (CEDAR,PLYWOOD,FIR,ETC.)</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>