scr:PersonAlertStatusCategoryCodeSimpleType
simpleType PersonAlertStatusCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/screening/4.2/
Definition
A data type for a person alert status.
Diagram
Enumerations
Value | Definition |
Demoted | Demoted |
Promoted | Promoted |
XML Schema
<xs:simpleType name="PersonAlertStatusCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a person alert status.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Demoted">
<xs:annotation>
<xs:documentation>
Demoted</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Promoted">
<xs:annotation>
<xs:documentation>
Promoted</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>