simpleType SchoolChoiceImplementStatusType
namespace http://ed-fi.org/0210
type restriction of xs:token
properties
base xs:token
used by
element LocalEducationAgencyAccountability/SchoolChoiceImplementStatus
facets
Kind Value Annotation
enumeration Implemented at all grade levels
enumeration Implemented at some but not all grade levels
enumeration Unable to implement at any grades levels
enumeration Not required to implement public school choice
annotation
documentation
An indication of whether the LEA was able to implement the provisions for public school choice under Title I, Part A, Section 1116 of ESEA, as amended.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
source <xs:simpleType name="SchoolChoiceImplementStatusType">
 
<xs:annotation>
   
<xs:documentation>An indication of whether the LEA was able to implement the provisions for public school choice under Title I, Part A, Section 1116 of ESEA, as amended.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Implemented at all grade levels">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Implemented at some but not all grade levels">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Unable to implement at any grades levels">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Not required to implement public school choice">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>