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

ValueDefinition
AREGISTERED TO ACQUAINTANCE
FREGISTERED TO RELATIVE THAT DOES NOT SHARE RESIDENCE
HREGISTERED TO MEMBER OF HOUSEHOLD
LLOANER
PPERSONAL
RRENTAL
WWORK
YOTHER (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>
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>