ucr:MethodOfEntryCodeSimpleType

simpleType MethodOfEntryCodeSimpleType in namespace http://release.niem.gov/niem/codes/ucr/5.0/

Definition

A data type for methods of entry into a structure or premises.

Diagram

Enumerations

ValueDefinition
FORCEFORCE
NO_FORCENO FORCE

XML Schema

<xs:simpleType name="MethodOfEntryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for methods of entry into a structure or premises.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="FORCE">
<xs:annotation>
<xs:documentation>
FORCE
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NO_FORCE">
<xs:annotation>
<xs:documentation>
NO FORCE
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>