complexType
StateEducationAgency
element StateEducationAgency/StateEducationAgencyId
element StateEducationAgency/StateEducationAgencyAccountability
element StateEducationAgency/StateEducationAgencyFederalFunds
diagram | |||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||
type | extension of EducationOrganization | ||||||||||||||
properties |
|
||||||||||||||
children | EducationOrganizationIdentificationCode NameOfInstitution ShortNameOfInstitution EducationOrganizationCategory Address InternationalAddress InstitutionTelephone WebSite OperationalStatus StateEducationAgencyId StateEducationAgencyAccountability StateEducationAgencyFederalFunds | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:complexType name="StateEducationAgency"> <xs:annotation> <xs:documentation>This entity represents the agency of the state charged with the primary responsibility for coordinating and supervising public instruction, including the setting of standards for elementary and secondary instructional programs.</xs:documentation> <xs:appinfo> <ann:TypeGroup>Domain Entity</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:complexContent> <xs:extension base="EducationOrganization"> <xs:sequence> <xs:element name="StateEducationAgencyId" type="xs:int"> <xs:annotation> <xs:documentation>The identifier assigned to a state education agency.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="StateEducationAgencyAccountability" type="StateEducationAgencyAccountability" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>This entity maintains information about federal reporting and accountability for state education agencies.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="StateEducationAgencyFederalFunds" type="StateEducationAgencyFederalFunds" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Contains the information about the reception and use of federal funds for reporting purposes.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
element StateEducationAgency/StateEducationAgencyId
diagram | |||
namespace | http://ed-fi.org/0210 | ||
type | xs:int | ||
properties |
|
||
annotation |
|
||
source | <xs:element name="StateEducationAgencyId" type="xs:int"> <xs:annotation> <xs:documentation>The identifier assigned to a state education agency.</xs:documentation> </xs:annotation> </xs:element> |
element StateEducationAgency/StateEducationAgencyAccountability
diagram | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | StateEducationAgencyAccountability | ||||||
properties |
|
||||||
children | SchoolYear CTEGraduationRateInclusion | ||||||
annotation |
|
||||||
source | <xs:element name="StateEducationAgencyAccountability" type="StateEducationAgencyAccountability" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>This entity maintains information about federal reporting and accountability for state education agencies.</xs:documentation> </xs:annotation> </xs:element> |
element StateEducationAgency/StateEducationAgencyFederalFunds
diagram | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | StateEducationAgencyFederalFunds | ||||||
properties |
|
||||||
children | FiscalYear FederalProgramsFundingAllocation | ||||||
annotation |
|
||||||
source | <xs:element name="StateEducationAgencyFederalFunds" type="StateEducationAgencyFederalFunds" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Contains the information about the reception and use of federal funds for reporting purposes.</xs:documentation> </xs:annotation> </xs:element> |