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