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
Value | Definition |
FORCE | FORCE |
NO_FORCE | NO 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:restriction base="xs:token">
<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>