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