ncic:VOWCodeSimpleType
simpleType VOWCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ncic/4.0/
Definition
A data type for 8 - Vehicle Ownership (VOW) Field Codes
Diagram
Enumerations
Value | Definition |
A | A - REGISTERED TO ACQUAINTANCE |
F | F - REGISTERED TO RELATIVE THAT DOES NOT SHARE RESIDENCE |
H | H - REGISTERED TO MEMBER OF HOUSEHOLD |
L | L - LOANER |
P | P - PERSONAL |
R | R - RENTAL |
W | W - WORK |
Y | Y - 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:restriction base="xs:token">
<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>