mmucc:CrashClassificationLandOwnershipCodeSimpleType
simpleType CrashClassificationLandOwnershipCodeSimpleType in namespace http://release.niem.gov/niem/codes/mmucc/4.1/
Definition
A data type for the ownership of the land where the crash occurred.
Diagram
Enumerations
Value | Definition |
1 | Private Property |
2 | Public Property |
XML Schema
<xs:simpleType name="CrashClassificationLandOwnershipCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the ownership of the land where the crash occurred.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
Private Property</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
Public Property</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>