simpleType PopulationServedType
namespace http://ed-fi.org/0110
type restriction of xs:token
used by
elements InterventionPrescription/PopulationServed InterventionStudy/PopulationServed Section/PopulationServed InterventionEffectiveness/PopulationServed
facets
Kind Value annotation 
enumeration Regular Students 
enumeration Bilingual Students 
enumeration Compensatory/Remedial Education Students 
enumeration Gifted and Talented Students 
enumeration Career and Technical Education Students 
enumeration Special Education Students 
enumeration ESL Students 
enumeration Adult Basic Education Students 
enumeration Honors Students 
enumeration Migrant Students 
annotation
documentation
The type of students the section is offered and tailored to.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
source <xs:simpleType name="PopulationServedType">
 
<xs:annotation>
   
<xs:documentation>The type of students the section is offered and tailored to.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Regular Students"/>
   
<xs:enumeration value="Bilingual Students"/>
   
<xs:enumeration value="Compensatory/Remedial Education Students"/>
   
<xs:enumeration value="Gifted and Talented Students"/>
   
<xs:enumeration value="Career and Technical Education Students"/>
   
<xs:enumeration value="Special Education Students"/>
   
<xs:enumeration value="ESL Students"/>
   
<xs:enumeration value="Adult Basic Education Students"/>
   
<xs:enumeration value="Honors Students"/>
   
<xs:enumeration value="Migrant Students"/>
 
</xs:restriction>
</xs:simpleType>