aamva_d20:DrivingInsuranceStatusCodeSimpleType

simpleType DrivingInsuranceStatusCodeSimpleType in namespace http://release.niem.gov/niem/codes/aamva_d20/5.0/

Definition

A data type for the ways in which a driver of a vehicle may or may not be insured.

Diagram

Enumerations

ValueDefinition
NNo insurance
OInsured owner
PInsured 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: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>