mmucc:MotoristPersonCategoryCodeSimpleType

simpleType MotoristPersonCategoryCodeSimpleType in namespace http://release.niem.gov/niem/codes/mmucc/4.1/

Definition

A data type for a motorist person category code.

Diagram

Enumerations

ValueDefinition
1Driver of a Motor Vehicle In-Transport
2Passenger of a Motor Vehicle In-Transport
9Unknown Occupant Type in a Motor Vehicle In-Transport

XML Schema

<xs:simpleType name="MotoristPersonCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a motorist person category code.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
Driver of a Motor Vehicle In-Transport
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
Passenger of a Motor Vehicle In-Transport
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="9">
<xs:annotation>
<xs:documentation>
Unknown Occupant Type in a Motor Vehicle In-Transport
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>