ndex:IncidentStatusCodeSimpleType

simpleType IncidentStatusCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ndex/4.1/

Definition

A data type for a code that identifies the current disposition of the incident.

Diagram

Enumerations

ValueDefinition
ACTIVEActive
ADMINISTRATIVELY CLOSEDAdministratively Closed
CLEARED BY ARRESTCleared by Arrest
CLEARED BY EXCEPTIONAL MEANSCleared by Exceptional Means
CLOSEDClosed
COLDCold
INACTIVEInactive
OPENOpen
PENDINGPending
RE_OPENEDRe_opened
UNFOUNDEDUnfounded

XML Schema

<xs:simpleType name="IncidentStatusCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code that identifies the current disposition of the incident.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="ACTIVE">
<xs:annotation>
<xs:documentation>
Active
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ADMINISTRATIVELY CLOSED">
<xs:annotation>
<xs:documentation>
Administratively Closed
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CLEARED BY ARREST">
<xs:annotation>
<xs:documentation>
Cleared by Arrest
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CLEARED BY EXCEPTIONAL MEANS">
<xs:annotation>
<xs:documentation>
Cleared by Exceptional Means
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CLOSED">
<xs:annotation>
<xs:documentation>
Closed
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="COLD">
<xs:annotation>
<xs:documentation>
Cold
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="INACTIVE">
<xs:annotation>
<xs:documentation>
Inactive
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OPEN">
<xs:annotation>
<xs:documentation>
Open
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PENDING">
<xs:annotation>
<xs:documentation>
Pending
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="RE_OPENED">
<xs:annotation>
<xs:documentation>
Re_opened
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="UNFOUNDED">
<xs:annotation>
<xs:documentation>
Unfounded
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>