mmucc:InformationSourceCodeSimpleType
simpleType InformationSourceCodeSimpleType in namespace http://release.niem.gov/niem/codes/mmucc/4.0/
Definition
A data type for an affiliation of the person completing the crash report such as Source of Information
Diagram
Enumerations
Value | Definition |
1 | Law Enforcement Agency |
2 | Motorist |
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:restriction base="xs:token">
<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>