simpleType CharterApprovalAgencyType
namespace http://ed-fi.org/0210
type restriction of xs:token
properties
base xs:token
used by
element School/CharterApprovalAgencyType
facets
Kind Value Annotation
enumeration State board of education
enumeration Public charter school board
enumeration University
enumeration Other
annotation
documentation
The type of agency that approved the establishment or continuation of a charter school.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
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>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="State board of education">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Public charter school board">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="University">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Other">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>