simpleType SchoolType
namespace http://ed-fi.org/0200
type restriction of xs:token
properties
base xs:token
used by
element School/SchoolType
facets
Kind Value Annotation
enumeration Alternative
documentation
A school that: 1) addresses needs of students which cannot typically be met in a regular school; 2) provides nontraditional education; 3) falls outside of the categories of regular, magnet/special program emphasis, special, or career and technical education.
appinfo
<ann:EdFiId>230-001</ann:EdFiId>
enumeration Regular
documentation
A school providing instruction and educational services that do not focus primarily on special education, career and technical education, or alternative education.
appinfo
<ann:EdFiId>230-003</ann:EdFiId>
enumeration Special Education
documentation
A school that adapts the curriculum, materials, or instruction for students identified as needing special education. This may include instruction for students with any of the following: autism, deaf-blindness, hearing impairment, mental retardation, multiple disabilities, orthopedic impairment, serious emotional disturbance, specific learning disability, speech or language impairment, traumatic brain injury, visual impairment, and other health impairments.
appinfo
<ann:EdFiId>230-004</ann:EdFiId>
enumeration Career and Technical Education
appinfo
<ann:EdFiId>230-002</ann:EdFiId>
annotation
documentation
The type of education institution as classified by its primary focus.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
<ann:EdFiId>230</ann:EdFiId>
source <xs:simpleType name="SchoolType">
 
<xs:annotation>
   
<xs:documentation>The type of education institution as classified by its primary focus.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
     
<ann:EdFiId>230</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Alternative">
     
<xs:annotation>
       
<xs:documentation>A school that: 1) addresses needs of students which cannot typically be met in a regular school; 2) provides nontraditional education; 3) falls outside of the categories of regular, magnet/special program emphasis, special, or career and technical education.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>230-001</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Regular">
     
<xs:annotation>
       
<xs:documentation>A school providing instruction and educational services that do not focus primarily on special education, career and technical education, or alternative education.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>230-003</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Special Education">
     
<xs:annotation>
       
<xs:documentation>A school that adapts the curriculum, materials, or instruction for students identified as needing special education. This may include instruction for students with any of the following: autism, deaf-blindness, hearing impairment, mental retardation, multiple disabilities, orthopedic impairment, serious emotional disturbance, specific learning disability, speech or language impairment, traumatic brain injury, visual impairment, and other health impairments.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>230-004</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Career and Technical Education">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>230-002</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>