simpleType ResidencyStatusMapType
namespace http://ed-fi.org/0110
type restriction of xs:token
used by
element ResidencyStatusDescriptor/ResidencyStatusMap
facets
Kind Value annotation 
enumeration Resident of administrative unit and usual school attendance area 
enumeration Resident of administrative unit, but of other school attendance area 
enumeration Resident of this state, but not of this administrative unit 
enumeration Resident of an administrative unit that crosses state boundaries 
enumeration Resident of another state 
annotation
documentation
An indication of the location of a persons legal residence relative to (within or outside) the boundaries of the public school attended and its administrative unit.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
source <xs:simpleType name="ResidencyStatusMapType">
 
<xs:annotation>
   
<xs:documentation>An indication of the location of a persons legal residence relative to (within or outside) the boundaries of the public school attended and its administrative unit.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Resident of administrative unit and usual school attendance area"/>
   
<xs:enumeration value="Resident of administrative unit, but of other school attendance area"/>
   
<xs:enumeration value="Resident of this state, but not of this administrative unit"/>
   
<xs:enumeration value="Resident of an administrative unit that crosses state boundaries"/>
   
<xs:enumeration value="Resident of another state"/>
 
</xs:restriction>
</xs:simpleType>