simpleType SpecialEducationSettingMapType
namespace http://ed-fi.org/0110
type restriction of xs:token
used by
element SpecialEducationSettingDescriptor/SpecialEducationSettingMap
facets
Kind Value annotation 
enumeration Inside regular class 80% or more of the day 
enumeration Inside regular class no more than 79% of day and no less than 40% of the day  
enumeration Inside regular class less than 40% of the day  
enumeration Separate School 
enumeration Residential Facility 
enumeration Homebound/Hospital 
enumeration Correctional Facilities 
enumeration Parentally-placed in Private Schools 
annotation
documentation
The major instructional setting (more than 50 percent of a student's special education program).
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
source <xs:simpleType name="SpecialEducationSettingMapType">
 
<xs:annotation>
   
<xs:documentation>The major instructional setting (more than 50 percent of a student&apos;s special education program).</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Inside regular class 80% or more of the day"/>
   
<xs:enumeration value="Inside regular class no more than 79% of day and no less than 40% of the day "/>
   
<xs:enumeration value="Inside regular class less than 40% of the day "/>
   
<xs:enumeration value="Separate School"/>
   
<xs:enumeration value="Residential Facility"/>
   
<xs:enumeration value="Homebound/Hospital"/>
   
<xs:enumeration value="Correctional Facilities"/>
   
<xs:enumeration value="Parentally-placed in Private Schools"/>
 
</xs:restriction>
</xs:simpleType>