complexType AdministrativeFundingControlDescriptor
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p96.png
namespace http://ed-fi.org/0210
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>
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>
   
</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 a known AdministrativeFundingControl enumeration type.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element AdministrativeFundingControlDescriptor/AdministrativeFundingControlMap
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p97.png
namespace http://ed-fi.org/0210
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.
enumeration Private School
documentation
A school supported wholly or largely by private organizations or private individuals.
enumeration Other
documentation
Other funding classification.
annotation
documentation
The mapping to a known AdministrativeFundingControl enumeration type.
source <xs:element name="AdministrativeFundingControlMap" type="AdministrativeFundingControlMapType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The mapping to a known AdministrativeFundingControl enumeration type.</xs:documentation>
 
</xs:annotation>
</xs:element>