simpleType
SchoolType
namespace | http://ed-fi.org/0210 | |||||||||||||||||||||
type | restriction of xs:token | |||||||||||||||||||||
properties |
|
|||||||||||||||||||||
used by |
|
|||||||||||||||||||||
facets |
|
|||||||||||||||||||||
annotation |
|
|||||||||||||||||||||
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> </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: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: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:annotation> </xs:enumeration> <xs:enumeration value="Career and Technical Education"> <xs:annotation> <xs:documentation/> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |