ndex:IncidentStatusCodeSimpleType

simpleType IncidentStatusCodeSimpleType in namespace http://release.niem.gov/niem/codes/ndex/5.0/

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>