mmucc:InformationSourceCodeSimpleType

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

Definition

A data type for an affiliation of the person completing the crash report such as Source of Information

Diagram

Enumerations

ValueDefinition
1Law Enforcement Agency
2Motorist

XML Schema

<xs:simpleType name="InformationSourceCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for an affiliation of the person completing the crash report such as Source of Information
</xs:documentation>
</xs:annotation>
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
Law Enforcement Agency
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
Motorist
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>