complexType StateEducationAgencyFederalFunds
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1261.png
namespace http://ed-fi.org/0200
children FiscalYear FederalProgramsFundingAllocation
used by
element StateEducationAgency/StateEducationAgencyFederalFunds
annotation
documentation
Contains the information about the reception and use of federal funds for reporting purposes.
appinfo
<ann:TypeGroup>Common</ann:TypeGroup>
<ann:EdFiId>529</ann:EdFiId>
source <xs:complexType name="StateEducationAgencyFederalFunds">
 
<xs:annotation>
   
<xs:documentation>Contains the information about the reception and use of federal funds for reporting purposes.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Common</ann:TypeGroup>
     
<ann:EdFiId>529</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="FiscalYear" type="xs:int">
     
<xs:annotation>
       
<xs:documentation>The fiscal year for which the federal funds are received.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>925</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="FederalProgramsFundingAllocation" type="Currency" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The amount of federal dollars distributed to Local Education Agencies (LEAs), retained by the State Education Agency (SEA) for program administration or other approved state-level activities (including unallocated, transferred to another state agency, or distributed to entities other than LEAs).</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>924</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element StateEducationAgencyFederalFunds/FiscalYear
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1262.png
namespace http://ed-fi.org/0200
type xs:int
properties
content simple
annotation
documentation
The fiscal year for which the federal funds are received.
appinfo
<ann:EdFiId>925</ann:EdFiId>
source <xs:element name="FiscalYear" type="xs:int">
 
<xs:annotation>
   
<xs:documentation>The fiscal year for which the federal funds are received.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>925</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StateEducationAgencyFederalFunds/FederalProgramsFundingAllocation
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1263.png
namespace http://ed-fi.org/0200
type Currency
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The amount of federal dollars distributed to Local Education Agencies (LEAs), retained by the State Education Agency (SEA) for program administration or other approved state-level activities (including unallocated, transferred to another state agency, or distributed to entities other than LEAs).
appinfo
<ann:EdFiId>924</ann:EdFiId>
source <xs:element name="FederalProgramsFundingAllocation" type="Currency" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The amount of federal dollars distributed to Local Education Agencies (LEAs), retained by the State Education Agency (SEA) for program administration or other approved state-level activities (including unallocated, transferred to another state agency, or distributed to entities other than LEAs).</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>924</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>