j:DriverLicenseRestrictionType
complexType DriverLicenseRestrictionType in namespace http://release.niem.gov/niem/domains/jxdm/6.0/
Definition
A data type for a restriction applicable to a driver license.
Diagram
XML Schema
<xs:complexType name="DriverLicenseRestrictionType">
<xs:annotation>
<xs:documentation>
A data type for a restriction applicable to a driver license.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="j:DrivingRestrictionType">
<xs:sequence>
<xs:element ref="j:DriverLicenseRestrictionCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:DriverLicenseRestrictionAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>