simpleType CharterApprovalAgencyType
namespace http://ed-fi.org/0200
type restriction of xs:token
properties
base xs:token
used by
element School/CharterApprovalAgencyType
facets
Kind Value Annotation
enumeration State board of education
appinfo
<ann:EdFiId>2422-001</ann:EdFiId>
enumeration Public charter school board
appinfo
<ann:EdFiId>2422-002</ann:EdFiId>
enumeration University
appinfo
<ann:EdFiId>2422-003</ann:EdFiId>
enumeration Other
appinfo
<ann:EdFiId>2422-099</ann:EdFiId>
annotation
documentation
The type of agency that approved the establishment or continuation of a charter school.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
<ann:EdFiId>2422</ann:EdFiId>
source <xs:simpleType name="CharterApprovalAgencyType">
 
<xs:annotation>
   
<xs:documentation>The type of agency that approved the establishment or continuation of a charter school.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
     
<ann:EdFiId>2422</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="State board of education">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>2422-001</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Public charter school board">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>2422-002</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="University">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>2422-003</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Other">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>2422-099</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>