hs:LawEnforcementContactVehiclePositionCodeSimpleType
simpleType LawEnforcementContactVehiclePositionCodeSimpleType in namespace http://release.niem.gov/niem/domains/humanServices/4.1/
Definition
A data type for describing the location of the contact subject in a vehicle.
Diagram
Enumerations
| Value | Definition | 
| Driver | Driver | 
| Passenger | Passenger | 
| Pedestrian | Pedestrian | 
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:restriction base="xs:token">
<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>