nc:DriverLicenseRestriction
A restriction on a driver license or driver license permit.
Element information
Namespace: http://niem.gov/niem/niem-core/2.0
Schema document: niem-core/2.0/niem-core.xsd
Type: nc:DrivingRestrictionType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- Choice [0..*]
- nc:DrivingRestrictionCode A category of a driving restriction.
- nc:DrivingRestrictionText A category of a driving restriction.
from subst. group nc:DrivingRestrictionValue - nc:DrivingRestrictionDescriptionText [0..*] An explanation of the nature of a restriction
- nc:DrivingRestrictionEndDate [0..*] A date on which a special restriction ends.
- Choice [0..*]
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 nc:DriverLicenseBaseType (Element nc:DriverLicenseBase)
- Type j:CrashDriverLicensePermitType via extension of nc:DriverLicenseBaseType (Element j:CrashDriverLicensePermit)
- Type j:CrashDriverLicenseType via extension of nc:DriverLicenseBaseType (Element j:CrashDriverLicense)
- Type j:DriverLicenseType via extension of nc:DriverLicenseBaseType (Element j:DriverLicense)
- Type nc:DriverLicensePermitType via extension of nc:DriverLicenseBaseType (Element nc:DriverLicensePermit)
- Type nc:DriverLicenseType via extension of nc:DriverLicenseBaseType (Element nc:DriverLicense)
Sample instance
<nc:DriverLicenseRestriction> <nc:DrivingRestrictionCode>W</nc:DrivingRestrictionCode> <nc:DrivingRestrictionDescriptionText>string</nc:DrivingRestrictionDescriptionText> <nc:DrivingRestrictionEndDate> <nc:Date>2000-01-01</nc:Date> </nc:DrivingRestrictionEndDate> </nc:DriverLicenseRestriction>