scr:PersonCategoryCodeSimpleType
simpleType PersonCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/screening/4.2/
Definition
A data type for a kind of person type.
Diagram
Enumerations
Value | Definition |
Alien | Alien |
Asylumee | Asylumee |
Parolee | Parolee |
Protected | Protected |
Refugee | Refugee |
US CItizen | US CItizen |
US National | US National |
XML Schema
<xs:simpleType name="PersonCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a kind of person type.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Alien">
<xs:annotation>
<xs:documentation>
Alien</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Asylumee">
<xs:annotation>
<xs:documentation>
Asylumee</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Parolee">
<xs:annotation>
<xs:documentation>
Parolee</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Protected">
<xs:annotation>
<xs:documentation>
Protected</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Refugee">
<xs:annotation>
<xs:documentation>
Refugee</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="US CItizen">
<xs:annotation>
<xs:documentation>
US CItizen</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="US National">
<xs:annotation>
<xs:documentation>
US National</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>