scr:RiskCategoryCodeSimpleType
simpleType RiskCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/screening/4.2/
Definition
A data type describing the kinds of risk categories for screening purposes
Diagram
Enumerations
Value | Definition |
Alert | Medium high risk. Historically, this has been used to indicate a higher level of attention then Recidivist, but not a WatchList. |
Derogatory History | Low risk or Noteworthy. Some derogatory information is associated. Historically this has indicated a past or expired want or warrant. |
None | Lowest risk. There is no applicable derogatory information. |
Recidivist | Medium risk. Historically, this has been used to indicate that a pattern of behavior indicates a potential to return to criminal habits. |
Watchlist | High risk. This indicates the need for further investigation. |
XML Schema
<xs:simpleType name="RiskCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type describing the kinds of risk categories for screening purposes</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Alert">
<xs:annotation>
<xs:documentation>
Medium high risk. Historically, this has been used to indicate a higher level of attention then Recidivist, but not a WatchList.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Derogatory History">
<xs:annotation>
<xs:documentation>
Low risk or Noteworthy. Some derogatory information is associated. Historically this has indicated a past or expired want or warrant.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="None">
<xs:annotation>
<xs:documentation>
Lowest risk. There is no applicable derogatory information.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Recidivist">
<xs:annotation>
<xs:documentation>
Medium risk. Historically, this has been used to indicate that a pattern of behavior indicates a potential to return to criminal habits.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Watchlist">
<xs:annotation>
<xs:documentation>
High risk. This indicates the need for further investigation.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>