scr:PersonCategoryCodeSimpleType

simpleType PersonCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/screening/4.0/

Definition

A data type for a kind of person type.

Diagram

Enumerations

ValueDefinition
AlienAlien
AsylumeeAsylumee
ParoleeParolee
ProtectedProtected
RefugeeRefugee
US CItizenUS CItizen
US NationalUS 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: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>