scr:ConfidenceLevelCategoryCodeSimpleType

simpleType ConfidenceLevelCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/screening/5.0/

Definition

A data type for a kind of confidence level.

Diagram

Enumerations

ValueDefinition
1Low
2Medium
3High
HighHigh
LowLow
MediumMedium

XML Schema

<xs:simpleType name="ConfidenceLevelCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a kind of confidence level.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
Low
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
Medium
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="3">
<xs:annotation>
<xs:documentation>
High
</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="Medium">
<xs:annotation>
<xs:documentation>
Medium
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>