ucr:MethodOfEntryCodeSimpleType

simpleType MethodOfEntryCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ucr/4.1/

Definition

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

Diagram

Enumerations

ValueDefinition
FForce
NNo 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="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>