ndex:RiskLevelCodeSimpleType
simpleType RiskLevelCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ndex/4.2/
Definition
A data type for a code that identifies a risk level corresponding to the assessment score estimating the likelihood that the offender will recidivate during his or her term of supervision.
Diagram
Enumerations
Value | Definition |
EXTREME | Extreme |
HIGH | High |
LOW | Low |
LOW-MEDIUM | Low-Medium |
MEDIUM | Medium |
MEDIUM-HIGH | Medium-High |
XML Schema
<xs:simpleType name="RiskLevelCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code that identifies a risk level corresponding to the assessment score estimating the likelihood that the offender will recidivate during his or her term of supervision.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="EXTREME">
<xs:annotation>
<xs:documentation>
Extreme</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="HIGH">
<xs:annotation>
<xs:documentation>
High</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LOW">
<xs:annotation>
<xs:documentation>
Low</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LOW-MEDIUM">
<xs:annotation>
<xs:documentation>
Low-Medium</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MEDIUM">
<xs:annotation>
<xs:documentation>
Medium</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MEDIUM-HIGH">
<xs:annotation>
<xs:documentation>
Medium-High</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>