simpleType ResidencyStatusMapType
namespace http://ed-fi.org/0210
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
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
The mapping to a known ResidencyStatus.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
source <xs:simpleType name="ResidencyStatusMapType">
 
<xs:annotation>
   
<xs:documentation>The mapping to a known ResidencyStatus.</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:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Resident of administrative unit, but of other school attendance area">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Resident of this state, but not of this administrative unit">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Resident of an administrative unit that crosses state boundaries">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Resident of another state">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>