ndex:IncidentStatusCodeSimpleType
simpleType IncidentStatusCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ndex/4.0/
Definition
A data type for a code that identifies the current disposition of the incident.
Diagram
Enumerations
Value | Definition |
ACTIVE | Active |
ADMINISTRATIVELY CLOSED | Administratively Closed |
CLEARED BY ARREST | Cleared by Arrest |
CLEARED BY EXCEPTIONAL MEANS | Cleared by Exceptional Means |
CLOSED | Closed |
COLD | Cold |
INACTIVE | Inactive |
OPEN | Open |
PENDING | Pending |
RE_OPENED | Re_opened |
UNFOUNDED | Unfounded |
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:restriction base="xs:token">
<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>