simpleType CharterStatusType
namespace http://ed-fi.org/0200
type restriction of xs:token
properties
base xs:token
used by
elements LocalEducationAgency/CharterStatus School/CharterStatus
facets
Kind Value Annotation
enumeration School Charter
appinfo
<ann:EdFiId>137-004</ann:EdFiId>
enumeration College/University Charter
appinfo
<ann:EdFiId>137-001</ann:EdFiId>
enumeration Open Enrollment
appinfo
<ann:EdFiId>137-003</ann:EdFiId>
enumeration Not a Charter School
appinfo
<ann:EdFiId>137-002</ann:EdFiId>
annotation
documentation
The category of charter school. For example: School Charter, Open Enrollment Charter.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
<ann:EdFiId>137</ann:EdFiId>
source <xs:simpleType name="CharterStatusType">
 
<xs:annotation>
   
<xs:documentation>The category of charter school. For example: School Charter, Open Enrollment Charter.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
     
<ann:EdFiId>137</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="School Charter">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>137-004</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="College/University Charter">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>137-001</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Open Enrollment">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>137-003</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Not a Charter School">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>137-002</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>