simpleType MagnetSpecialProgramEmphasisSchoolType
namespace http://ed-fi.org/0110
type restriction of xs:token
used by
element School/MagnetSpecialProgramEmphasisSchool
facets
Kind Value annotation 
enumeration All students participate 
enumeration No students participate 
enumeration Some, but not all, students participate 
annotation
documentation
A school that has been designed: 1) to attract students of different racial/ethnic backgrounds for the purpose of reducing, preventing, or eliminating racial isolation; and/or 2)to provide an academic or social focus on a particular theme (e.g., science/math, performing arts, gifted/talented, or foreign language).
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
source <xs:simpleType name="MagnetSpecialProgramEmphasisSchoolType">
 
<xs:annotation>
   
<xs:documentation>A school that has been designed: 1) to attract students of different racial/ethnic backgrounds for the purpose of reducing, preventing, or eliminating racial isolation; and/or 2)to provide an academic or social focus on a particular theme (e.g., science/math, performing arts, gifted/talented, or foreign language).</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="All students participate"/>
   
<xs:enumeration value="No students participate"/>
   
<xs:enumeration value="Some, but not all, students participate"/>
 
</xs:restriction>
</xs:simpleType>