j:DriverLicenseBaseEndorsementType

complexType DriverLicenseBaseEndorsementType in namespace http://release.niem.gov/niem/domains/jxdm/6.2/

Definition

A data type for an endorsement on a driver license or driver license permit which authorizes the operation of specified types of vehicles carrying specified loads.

Diagram

XML Schema

<xs:complexType name="DriverLicenseBaseEndorsementType">
<xs:annotation>
<xs:documentation>
A data type for an endorsement on a driver license or driver license permit which authorizes the operation of specified types of vehicles carrying specified loads.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="j:DriverLicenseEndorsementText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:DriverLicenseEndorsementEndDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:DriverLicenseHMEThreatDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:DriverLicenseHMEThreatAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:DriverLicenseBaseEndorsementAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>