hs:LawEnforcementContactVehiclePositionCodeSimpleType

simpleType LawEnforcementContactVehiclePositionCodeSimpleType in namespace http://release.niem.gov/niem/domains/humanServices/5.0/

Definition

A data type for describing the location of the contact subject in a vehicle.

Diagram

Enumerations

ValueDefinition
DriverDriver
PassengerPassenger
PedestrianPedestrian

XML Schema

<xs:simpleType name="LawEnforcementContactVehiclePositionCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for describing the location of the contact subject in a vehicle.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="Driver">
<xs:annotation>
<xs:documentation>
Driver
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Passenger">
<xs:annotation>
<xs:documentation>
Passenger
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Pedestrian">
<xs:annotation>
<xs:documentation>
Pedestrian
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>