j:CrashPersonType

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

Definition

A data type for any person involved in a traffic accident.

Diagram

XML Schema

<xs:complexType name="CrashPersonType">
<xs:annotation>
<xs:documentation>
A data type for any person 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:CrashPersonEMSTransportation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:CrashPersonInjury" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:AlcoholTestResultQuantityText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:EmergencyMedicalServiceCall" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:PatientMedicalFacility" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:AlcoholInvolvementSuspicionAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:AlcoholTestCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:AlcoholTestResultAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:AlcoholTestStatusAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:DrugInvolvementSuspicionAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:DrugTestCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:DrugTestResultAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:DrugTestStatusAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:InjuredTransportationSourceAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:CrashPersonAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>