j:CrashType

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

Definition

A data type for a traffic accident.

Diagram

XML Schema

<xs:complexType name="CrashType">
<xs:annotation>
<xs:documentation>
A data type for a traffic accident.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="j:CrashServiceCall" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:CrashInformationSource" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:CrashWorkZone" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:CrashVehicle" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:CrashNonMotorist" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:CrashPerson" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:Location" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:CrashEnvironmentContributingCircumstancesAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:CrashFirstHarmfulEventLocationAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:CrashJunctionRelationAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:CrashLightConditionAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:CrashMannerAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:CrashRoadContributingCircumstancesAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:CrashRoadSurfaceConditionAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:CrashSchoolBusRelatedAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:CrashWeatherConditionAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:CrashAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>