simpleType CitizenshipStatusType
namespace http://ed-fi.org/0210
type restriction of xs:token
properties
base xs:token
used by
element Citizenship/CitizenshipStatus
facets
Kind Value Annotation
enumeration US Citizen
enumeration Permanent resident
enumeration Resident alien
enumeration Non-resident alien
enumeration Refugee
annotation
documentation
An indicator of whether or not the person is a U.S. citizen.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
source <xs:simpleType name="CitizenshipStatusType">
 
<xs:annotation>
   
<xs:documentation>An indicator of whether or not the person is a U.S. citizen.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="US Citizen">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Permanent resident">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Resident alien">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Non-resident alien">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Refugee">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>