j:DriverLicensePermitEndorsementType
complexType DriverLicensePermitEndorsementType in namespace http://release.niem.gov/niem/domains/jxdm/6.0/
Definition
A data type for an endorsement on a driver license permit which authorizes the operation of specified types of vehicles carrying specified loads.
Diagram
XML Schema
<xs:complexType name="DriverLicensePermitEndorsementType">
<xs:annotation>
<xs:documentation>
A data type for an endorsement on a driver license permit which authorizes the operation of specified types of vehicles carrying specified loads.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="j:DriverLicenseBaseEndorsementType">
<xs:sequence>
<xs:element ref="j:DriverLicensePermitEndorsementCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:DriverLicensePermitEndorsementAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>