simpleType SpecialEducationSettingMapType
namespace http://ed-fi.org/0200
type restriction of xs:token
properties
base xs:token
used by
element SpecialEducationSettingDescriptor/SpecialEducationSettingMap
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 major instructional setting (more than 50 percent of a student's special education program).
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
<ann:EdFiId>236</ann:EdFiId>
source <xs:simpleType name="SpecialEducationSettingMapType">
 
<xs:annotation>
   
<xs:documentation>The major instructional setting (more than 50 percent of a student's special education program).</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
     
<ann:EdFiId>236</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Inside regular class 80% or more of the day">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>236-003</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Inside regular class no more than 79% of day and no less than 40% of the day">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>236-005</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Inside regular class less than 40% of the day">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>236-004</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Separate School">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>236-008</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Residential Facility">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>236-007</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Homebound/Hospital">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>236-002</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Correctional Facilities">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>236-001</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Parentally-placed in Private Schools">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>236-006</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>