aamva_d20:DrivingInsuranceStatusCodeSimpleType
simpleType DrivingInsuranceStatusCodeSimpleType in namespace http://release.niem.gov/niem/codes/aamva_d20/4.0/
Definition
A data type for the ways in which a driver of a vehicle may or may not be insured.
Diagram
Enumerations
| Value | Definition |
| N | No insurance |
| O | Insured owner |
| P | Insured non-owner |
XML Schema
<xs:simpleType name="DrivingInsuranceStatusCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the ways in which a driver of a vehicle may or may not be insured.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="N">
<xs:annotation>
<xs:documentation>
No insurance</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="O">
<xs:annotation>
<xs:documentation>
Insured owner</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="P">
<xs:annotation>
<xs:documentation>
Insured non-owner</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>