aamva_d20:DecalPeriodCodeSimpleType
simpleType DecalPeriodCodeSimpleType in namespace http://release.niem.gov/niem/codes/aamva_d20/4.0/
Definition
A data type for the lifespan of a decal.
Diagram
Enumerations
Value | Definition |
2 | 2 Years |
F | Full Year Decal |
I | Infinite |
P | Partial Year Decal |
R | Prorated 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:restriction base="xs:token">
<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>