aamva_d20:DecalPeriodCodeSimpleType

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

Definition

A data type for the lifespan of a decal.

Diagram

Enumerations

ValueDefinition
22 Years
FFull Year Decal
IInfinite
PPartial Year Decal
RProrated Decal

XML Schema

<xs:simpleType name="DecalPeriodCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the lifespan of a decal.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
2 Years
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="F">
<xs:annotation>
<xs:documentation>
Full Year Decal
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="I">
<xs:annotation>
<xs:documentation>
Infinite
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="P">
<xs:annotation>
<xs:documentation>
Partial Year Decal
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="R">
<xs:annotation>
<xs:documentation>
Prorated Decal
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>