simpleType AdministrativeFundingControlMapType
namespace http://ed-fi.org/0110
type restriction of xs:token
used by
element AdministrativeFundingControlDescriptor/AdministrativeFundingControlMap
facets
Kind Value annotation 
enumeration Public School 
enumeration Private School 
enumeration Other 
annotation
documentation
The type of education institution as classified by its funding source.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
source <xs:simpleType name="AdministrativeFundingControlMapType">
 
<xs:annotation>
   
<xs:documentation>The type of education institution as classified by its funding source.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Public School"/>
   
<xs:enumeration value="Private School"/>
   
<xs:enumeration value="Other"/>
 
</xs:restriction>
</xs:simpleType>