j:DrivingRestrictionType
complexType DrivingRestrictionType in namespace http://release.niem.gov/niem/domains/jxdm/6.2/
Definition
A data type for a restriction applicable to a driver permit or license.
Diagram
XML Schema
<xs:complexType name="DrivingRestrictionType">
<xs:annotation>
<xs:documentation>
A data type for a restriction applicable to a driver permit or license.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="j:DrivingRestrictionAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:DrivingRestrictionDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:DrivingRestrictionEndDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:DrivingRestrictionAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>