j:DriverLicenseDrivingIncidentAssociationType

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

Definition

A data type for an association between a driver license and a driving incident.

Diagram

XML Schema

<xs:complexType name="DriverLicenseDrivingIncidentAssociationType">
<xs:annotation>
<xs:documentation>
A data type for an association between a driver license and a driving incident.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:Person" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:DriverLicense" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:DrivingIncident" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:DriverConviction" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:DriverLicenseDrivingIncidentAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>