ncic:VOWCodeSimpleType

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

Definition

A data type for 8 - Vehicle Ownership (VOW) Field Codes

Diagram

Enumerations

ValueDefinition
AA - REGISTERED TO ACQUAINTANCE
FF - REGISTERED TO RELATIVE THAT DOES NOT SHARE RESIDENCE
HH - REGISTERED TO MEMBER OF HOUSEHOLD
LL - LOANER
PP - PERSONAL
RR - RENTAL
WW - WORK
YY - OTHER (SEE MIS)

XML Schema

<xs:simpleType name="VOWCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for 8 - Vehicle Ownership (VOW) Field Codes
</xs:documentation>
</xs:annotation>
<xs:enumeration value="A">
<xs:annotation>
<xs:documentation>
A - REGISTERED TO ACQUAINTANCE
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="F">
<xs:annotation>
<xs:documentation>
F - REGISTERED TO RELATIVE THAT DOES NOT SHARE RESIDENCE
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="H">
<xs:annotation>
<xs:documentation>
H - REGISTERED TO MEMBER OF HOUSEHOLD
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="L">
<xs:annotation>
<xs:documentation>
L - LOANER
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="P">
<xs:annotation>
<xs:documentation>
P - PERSONAL
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="R">
<xs:annotation>
<xs:documentation>
R - RENTAL
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="W">
<xs:annotation>
<xs:documentation>
W - WORK
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Y">
<xs:annotation>
<xs:documentation>
Y - OTHER (SEE MIS)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>