j:CrashDriverLicenseType

complexType CrashDriverLicenseType in namespace http://release.niem.gov/niem/domains/jxdm/6.1/

Definition

A data type for information about a driver license of a person at the time of a crash.

Diagram

XML Schema

<xs:complexType name="CrashDriverLicenseType">
<xs:annotation>
<xs:documentation>
A data type for information about a driver license of a person at the time of a crash.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="j:CrashDriverAuthorizationRestriction" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:CrashDriverLicenseCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:CrashDriverLicenseClassAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:CrashDriverLicenseAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>