complexType SpecialEducationSettingDescriptor
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1149.png
namespace http://ed-fi.org/0200
type extension of DescriptorType
properties
base DescriptorType
children CodeValue ShortDescription Description EffectiveBeginDate EffectiveEndDate PriorDescriptor Namespace SpecialEducationSettingMap
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with the complex object.
annotation
documentation
This descriptor defines the major instructional setting (more than 50 percent of a student's special education program).
appinfo
<ann:TypeGroup>Descriptor</ann:TypeGroup>
<ann:EdFiId>340</ann:EdFiId>
source <xs:complexType name="SpecialEducationSettingDescriptor">
 
<xs:annotation>
   
<xs:documentation>This descriptor defines the major instructional setting (more than 50 percent of a student's special education program).</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Descriptor</ann:TypeGroup>
     
<ann:EdFiId>340</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="DescriptorType">
     
<xs:sequence>
       
<xs:element name="SpecialEducationSettingMap" type="SpecialEducationSettingMapType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The mapping to a known special education setting.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>341</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element SpecialEducationSettingDescriptor/SpecialEducationSettingMap
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1150.png
namespace http://ed-fi.org/0200
type SpecialEducationSettingMapType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration Inside regular class 80% or more of the day
appinfo
<ann:EdFiId>236-003</ann:EdFiId>
enumeration Inside regular class no more than 79% of day and no less than 40% of the day
appinfo
<ann:EdFiId>236-005</ann:EdFiId>
enumeration Inside regular class less than 40% of the day
appinfo
<ann:EdFiId>236-004</ann:EdFiId>
enumeration Separate School
appinfo
<ann:EdFiId>236-008</ann:EdFiId>
enumeration Residential Facility
appinfo
<ann:EdFiId>236-007</ann:EdFiId>
enumeration Homebound/Hospital
appinfo
<ann:EdFiId>236-002</ann:EdFiId>
enumeration Correctional Facilities
appinfo
<ann:EdFiId>236-001</ann:EdFiId>
enumeration Parentally-placed in Private Schools
appinfo
<ann:EdFiId>236-006</ann:EdFiId>
annotation
documentation
The mapping to a known special education setting.
appinfo
<ann:EdFiId>341</ann:EdFiId>
source <xs:element name="SpecialEducationSettingMap" type="SpecialEducationSettingMapType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The mapping to a known special education setting.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>341</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>