simpleType SchoolChoiceImplementStatusType
namespace http://ed-fi.org/0200
type restriction of xs:token
properties
base xs:token
used by
element LocalEducationAgencyAccountability/SchoolChoiceImplementStatus
facets
Kind Value Annotation
enumeration Implemented at all grade levels
appinfo
<ann:EdFiId>228-001</ann:EdFiId>
enumeration Implemented at some but not all grade levels
appinfo
<ann:EdFiId>228-002</ann:EdFiId>
enumeration Unable to implement at any grades levels
appinfo
<ann:EdFiId>228-004</ann:EdFiId>
enumeration Not required to implement public school choice
appinfo
<ann:EdFiId>228-003</ann:EdFiId>
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>
<ann:EdFiId>228</ann:EdFiId>
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>
     
<ann:EdFiId>228</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Implemented at all grade levels">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>228-001</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Implemented at some but not all grade levels">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>228-002</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Unable to implement at any grades levels">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>228-004</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Not required to implement public school choice">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>228-003</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>