j:DriverLicenseAugmentation
Additional information about a driver license.
Element information
Namespace: http://niem.gov/niem/domains/jxdm/4.1
Schema document: domains/jxdm/4.1/jxdm.xsd
Type: j:DriverLicenseAugmentationType
Properties: Global, Qualified
NIEM properties:
- Applies to: nc:DriverLicenseType
Content
- Sequence [1..1]
- j:DriverLicenseCardDesignRevisionDate [0..*] An implementation date of the most recent version or modification to the visible design of a jurisdictions driver license or ID card.
- j:DriverLicenseIssuingCountryCode [0..*] An identifier of the country in which an identity document was issued.
- j:DriverLicenseLimitedTermIndicator [0..*] True if a driver license or identification card is classified by DHS regulations as a temporary or limited-term document (i.e. the expiration date of the card is limited to the duration of an aliens legal stay in the U.S.); false otherwise.
- j:DriverLicenseREALIDComplianceCode [0..*] An indication of the degree to which a driver license or ID Card is compliant with the REAL ID Act.
- j:DriverLicenseCardID [0..*] An identifier that is affixed to the raw materials (card stock, laminate, etc.) used in producing driver licenses and ID cards. The numbers are issued by the material's manufacturer and provide a unique reference to a card within a jurisdiction.
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
s:id | [0..1] | xsd:ID | from type s:AugmentationType | |
s:metadata | [0..1] | xsd:IDREFS | from type s:AugmentationType |
Substitution hierarchy
- s:Augmentation
- can be substituted with j:DriverLicenseAugmentation
Sample instance
<j:DriverLicenseAugmentation> <j:DriverLicenseCardDesignRevisionDate> <nc:Date>2000-01-01</nc:Date> </j:DriverLicenseCardDesignRevisionDate> <j:DriverLicenseIssuingCountryCode>USA</j:DriverLicenseIssuingCountryCode> <j:DriverLicenseLimitedTermIndicator>true</j:DriverLicenseLimitedTermIndicator> <j:DriverLicenseREALIDComplianceCode>N</j:DriverLicenseREALIDComplianceCode> <j:DriverLicenseCardID> <nc:IdentificationID>string</nc:IdentificationID> <nc:IdentificationCategoryText>string</nc:IdentificationCategoryText> <nc:IdentificationCategoryDescriptionText>string</nc:IdentificationCategoryDescriptionText> <nc:IdentificationEffectiveDate> <nc:Date>2000-01-01</nc:Date> </nc:IdentificationEffectiveDate> <nc:IdentificationExpirationDate> <nc:Date>2000-01-01</nc:Date> </nc:IdentificationExpirationDate> <nc:IdentificationJurisdictionFIPS10-4Code>KS</nc:IdentificationJurisdictionFIPS10-4Code> <nc:IdentificationSourceText>string</nc:IdentificationSourceText> </j:DriverLicenseCardID> </j:DriverLicenseAugmentation>