complexType ResidencyStatusDescriptor
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1156.png
namespace http://ed-fi.org/0210
type extension of DescriptorType
properties
base DescriptorType
children CodeValue ShortDescription Description EffectiveBeginDate EffectiveEndDate PriorDescriptor Namespace ResidencyStatusMap
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with the complex object.
annotation
documentation
This descriptor defines indications of the location of a person's legal residence relative to (within or outside of) the boundaries of the public school attended and its administrative unit.
appinfo
<ann:TypeGroup>Descriptor</ann:TypeGroup>
source <xs:complexType name="ResidencyStatusDescriptor">
 
<xs:annotation>
   
<xs:documentation>This descriptor defines indications of the location of a person's 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>Descriptor</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="DescriptorType">
     
<xs:sequence>
       
<xs:element name="ResidencyStatusMap" type="ResidencyStatusMapType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The mapping to a known ResidencyStatus enumeration type.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element ResidencyStatusDescriptor/ResidencyStatusMap
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1157.png
namespace http://ed-fi.org/0210
type ResidencyStatusMapType
properties
minOcc 0
maxOcc 1
content simple
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 enumeration type.
source <xs:element name="ResidencyStatusMap" type="ResidencyStatusMapType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The mapping to a known ResidencyStatus enumeration type.</xs:documentation>
 
</xs:annotation>
</xs:element>