ncic:HSPCodeSimpleType

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

Definition

A data type for 8 - Boat Hull Shape (HSP) Field Codes

Diagram

Enumerations

ValueDefinition
CMCATAMARAN
DVDEEP-V
FBFLAT BOTTOM
OTOTHER
PTPONTOON
RBROUND BOTTOM
SVSEMI-V
THTRI-HULL
TUTUNNEL

XML Schema

<xs:simpleType name="HSPCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for 8 - Boat Hull Shape (HSP) Field Codes
</xs:documentation>
</xs:annotation>
<xs:enumeration value="CM">
<xs:annotation>
<xs:documentation>
CATAMARAN
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="DV">
<xs:annotation>
<xs:documentation>
DEEP-V
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="FB">
<xs:annotation>
<xs:documentation>
FLAT BOTTOM
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OT">
<xs:annotation>
<xs:documentation>
OTHER
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PT">
<xs:annotation>
<xs:documentation>
PONTOON
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="RB">
<xs:annotation>
<xs:documentation>
ROUND BOTTOM
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SV">
<xs:annotation>
<xs:documentation>
SEMI-V
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="TH">
<xs:annotation>
<xs:documentation>
TRI-HULL
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="TU">
<xs:annotation>
<xs:documentation>
TUNNEL
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>