complexType
StateEducationAgencyFederalFunds
element StateEducationAgencyFederalFunds/FiscalYear
element StateEducationAgencyFederalFunds/FederalProgramsFundingAllocation
diagram | |||||
namespace | http://ed-fi.org/0210 | ||||
children | FiscalYear FederalProgramsFundingAllocation | ||||
used by |
|
||||
annotation |
|
||||
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> </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: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:annotation> </xs:element> </xs:sequence> </xs:complexType> |
element StateEducationAgencyFederalFunds/FiscalYear
diagram | |||
namespace | http://ed-fi.org/0210 | ||
type | xs:int | ||
properties |
|
||
annotation |
|
||
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:annotation> </xs:element> |
element StateEducationAgencyFederalFunds/FederalProgramsFundingAllocation
diagram | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | Currency | ||||||
properties |
|
||||||
annotation |
|
||||||
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:annotation> </xs:element> |