scr:PersonAlertStatusCategoryCodeSimpleType

simpleType PersonAlertStatusCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/screening/4.1/

Definition

A data type for a person alert status.

Diagram

Enumerations

ValueDefinition
DemotedDemoted
PromotedPromoted

XML Schema

<xs:simpleType name="PersonAlertStatusCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a person alert status.
</xs:documentation>
</xs:annotation>
<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>