j:CrashDriverType

complexType CrashDriverType in namespace http://release.niem.gov/niem/domains/jxdm/6.0/

Definition

A data type for a motor vehicle driver involved in a traffic accident.

Diagram

XML Schema

<xs:complexType name="CrashDriverType">
<xs:annotation>
<xs:documentation>
A data type for a motor vehicle driver involved in a traffic accident.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:RoleOfPerson" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:DriverLicense" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:CrashDriverContributingCircumstancesAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:CrashDriverDistractionAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:CrashDriverViolationAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:CrashDrivingViolationAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:CrashDriverAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>