simpleType
CitizenshipStatusType
namespace | http://ed-fi.org/0210 | ||||||||||||||||||
type | restriction of xs:token | ||||||||||||||||||
properties |
|
||||||||||||||||||
used by |
|
||||||||||||||||||
facets |
|
||||||||||||||||||
annotation |
|
||||||||||||||||||
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> |