nc:DriverLicense
Details about a license issued to a person granting driving privileges.
Element information
Namespace: http://niem.gov/niem/niem-core/2.0
Schema document: lexs.gov/niem/niem-core/2.0/niem-core.xsd
Type: nc:DriverLicenseType
Properties: Global, Qualified, Nillable
Content
- nc:DriverLicenseIdentification [0..1]Details about a driver license identifier or driver license permit identifier, including the number and state.
from type nc:DriverLicenseBaseType
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
s:id | [0..1] | xsd:ID | from type s:ComplexObjectType | |
s:metadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType | |
s:linkMetadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType |
Used in
- Type j:PersonAugmentationType (Element j:PersonAugmentation)
Sample instance
<nc:DriverLicense> <nc:DriverLicenseIdentification> <nc:IdentificationID>DL12345</nc:IdentificationID> <j:PersonIDCategoryCode>AR</j:PersonIDCategoryCode> <nc:IdentificationEffectiveDate> <nc:Date>1967-08-13</nc:Date> </nc:IdentificationEffectiveDate> <nc:IdentificationExpirationDate> <nc:Date>1968-08-13</nc:Date> </nc:IdentificationExpirationDate> <nc:IdentificationJurisdictionText>Georgia</nc:IdentificationJurisdictionText> <nc:IdentificationStatus> <nc:StatusDate> <nc:Date>1967-08-13</nc:Date> </nc:StatusDate> <nc:StatusDescriptionText>Revoked</nc:StatusDescriptionText> <nc:StatusIssuerText>DMV</nc:StatusIssuerText> </nc:IdentificationStatus> </nc:DriverLicenseIdentification> </nc:DriverLicense>