complexType AdministrativeFundingControlDescriptor
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p82.png
namespace http://ed-fi.org/0200
type extension of DescriptorType
properties
base DescriptorType
children CodeValue ShortDescription Description EffectiveBeginDate EffectiveEndDate PriorDescriptor Namespace AdministrativeFundingControlMap
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with the complex object.
annotation
documentation
This descriptor holds the type of education institution as classified by its funding source (e.g., public or private).
appinfo
<ann:TypeGroup>Descriptor</ann:TypeGroup>
<ann:EdFiId>272</ann:EdFiId>
source <xs:complexType name="AdministrativeFundingControlDescriptor">
 
<xs:annotation>
   
<xs:documentation>This descriptor holds the type of education institution as classified by its funding source (e.g., public or private).</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Descriptor</ann:TypeGroup>
     
<ann:EdFiId>272</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="DescriptorType">
     
<xs:sequence>
       
<xs:element name="AdministrativeFundingControlMap" type="AdministrativeFundingControlMapType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The mapping to the known types of education institution as classified by its funding source, for example public or private.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>273</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element AdministrativeFundingControlDescriptor/AdministrativeFundingControlMap
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p83.png
namespace http://ed-fi.org/0200
type AdministrativeFundingControlMapType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration Public School
documentation
A school supported wholly or largely by public funds.
appinfo
<ann:EdFiId>127-003</ann:EdFiId>
enumeration Private School
documentation
A school supported wholly or largely by private organizations or private individuals.
appinfo
<ann:EdFiId>127-002</ann:EdFiId>
enumeration Other
documentation
Other funding classification.
appinfo
<ann:EdFiId>127-001</ann:EdFiId>
annotation
documentation
The mapping to the known types of education institution as classified by its funding source, for example public or private.
appinfo
<ann:EdFiId>273</ann:EdFiId>
source <xs:element name="AdministrativeFundingControlMap" type="AdministrativeFundingControlMapType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The mapping to the known types of education institution as classified by its funding source, for example public or private.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>273</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>