complexType StateEducationAgency
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1254.png
namespace http://ed-fi.org/0200
type extension of EducationOrganization
properties
base EducationOrganization
children StateOrganizationId EducationOrganizationIdentificationCode NameOfInstitution ShortNameOfInstitution EducationOrganizationCategory Address InternationalAddress InstitutionTelephone WebSite OperationalStatus StateEducationAgencyId StateEducationAgencyAccountability StateEducationAgencyFederalFunds
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with the complex object.
annotation
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.
appinfo
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
<ann:EdFiId>584</ann:EdFiId>
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>
     
<ann:EdFiId>584</ann:EdFiId>
   
</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 by the StateEducationAgency (SEA).</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1677</ann:EdFiId>
           
</xs:appinfo>
         
</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:appinfo>
             
<ann:EdFiId>1675</ann:EdFiId>
           
</xs:appinfo>
         
</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:appinfo>
             
<ann:EdFiId>1676</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element StateEducationAgency/StateEducationAgencyId
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1255.png
namespace http://ed-fi.org/0200
type xs:int
properties
content simple
annotation
documentation
The identifier assigned to a state education agency by the StateEducationAgency (SEA).
appinfo
<ann:EdFiId>1677</ann:EdFiId>
source <xs:element name="StateEducationAgencyId" type="xs:int">
 
<xs:annotation>
   
<xs:documentation>The identifier assigned to a state education agency by the StateEducationAgency (SEA).</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1677</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StateEducationAgency/StateEducationAgencyAccountability
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1256.png
namespace http://ed-fi.org/0200
type StateEducationAgencyAccountability
properties
minOcc 0
maxOcc unbounded
content complex
children SchoolYear CTEGraduationRateInclusion
annotation
documentation
This entity maintains information about federal reporting and accountability for state education agencies.
appinfo
<ann:EdFiId>1675</ann:EdFiId>
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:appinfo>
     
<ann:EdFiId>1675</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StateEducationAgency/StateEducationAgencyFederalFunds
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1257.png
namespace http://ed-fi.org/0200
type StateEducationAgencyFederalFunds
properties
minOcc 0
maxOcc unbounded
content complex
children FiscalYear FederalProgramsFundingAllocation
annotation
documentation
Contains the information about the reception and use of federal funds for reporting purposes.
appinfo
<ann:EdFiId>1676</ann:EdFiId>
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:appinfo>
     
<ann:EdFiId>1676</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>