j:CrashVehicleOccupantType

complexType CrashVehicleOccupantType in namespace http://release.niem.gov/niem/domains/jxdm/6.2/

Definition

A data type for any vehicle occupant involved in a traffic accident.

Diagram

XML Schema

<xs:complexType name="CrashVehicleOccupantType">
<xs:annotation>
<xs:documentation>
A data type for any vehicle occupant 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:OccupantAirBagDeployedAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:OccupantEjectionAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:OccupantProtectionSystemUseAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:OccupantSeatAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:OccupantSeatOtherLocationAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:OccupantSeatRowAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:CrashVehicleOccupantAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>