ucr:MethodOfEntryCodeSimpleType
simpleType MethodOfEntryCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ucr/4.2/
Definition
A data type for methods of entry into a structure or premises.
Diagram
Enumerations
Value | Definition |
F | Force |
N | 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="F">
<xs:annotation>
<xs:documentation>
Force</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="N">
<xs:annotation>
<xs:documentation>
No Force</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>