simpleType SpecialEducationSettingMapType
namespace http://ed-fi.org/0210
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
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 mapping to a known SpecialEducationSetting.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
source <xs:simpleType name="SpecialEducationSettingMapType">
 
<xs:annotation>
   
<xs:documentation>The mapping to a known SpecialEducationSetting.</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:annotation>
       
<xs:documentation/>
     
</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:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Inside regular class less than 40% of the day">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Separate School">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Residential Facility">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Homebound/Hospital">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Correctional Facilities">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Parentally-placed in Private Schools">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>