simpleType MagnetSpecialProgramEmphasisSchoolType
namespace http://ed-fi.org/0200
type restriction of xs:token
properties
base xs:token
used by
element School/MagnetSpecialProgramEmphasisSchool
facets
Kind Value Annotation
enumeration All students participate
appinfo
<ann:EdFiId>195-001</ann:EdFiId>
enumeration No students participate
appinfo
<ann:EdFiId>195-002</ann:EdFiId>
enumeration Some, but not all, students participate
appinfo
<ann:EdFiId>195-003</ann:EdFiId>
annotation
documentation
A school that has been designed to attract students of different racial/ethnic backgrounds for the purpose of reducing, preventing, or eliminating racial isolation; and/or 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>
<ann:EdFiId>195</ann:EdFiId>
source <xs:simpleType name="MagnetSpecialProgramEmphasisSchoolType">
 
<xs:annotation>
   
<xs:documentation>A school that has been designed to attract students of different racial/ethnic backgrounds for the purpose of reducing, preventing, or eliminating racial isolation; and/or 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>
     
<ann:EdFiId>195</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="All students participate">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>195-001</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="No students participate">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>195-002</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Some, but not all, students participate">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>195-003</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>