mmucc:CrashClassificationLandOwnershipCodeSimpleType

simpleType CrashClassificationLandOwnershipCodeSimpleType in namespace http://release.niem.gov/niem/codes/mmucc/4.0/

Definition

A data type for the ownership of the land where the crash occurred.

Diagram

Enumerations

ValueDefinition
1Private Property
2Public 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: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>