complexType LocalEducationAgency
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p819.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 LocalEducationAgencyId LocalEducationAgencyCategory CharterStatus LocalEducationAgencyAccountability LocalEducationAgencyFederalFunds ParentLocalEducationAgencyReference EducationServiceCenterReference StateEducationAgencyReference
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with the complex object.
annotation
documentation
This entity represents an administrative unit at the local level which exists primarily to operate schools or to contract for educational services. It includes school districts, charter schools, charter management organizations, or other local administrative organizations.
appinfo
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
<ann:EdFiId>569</ann:EdFiId>
source <xs:complexType name="LocalEducationAgency">
 
<xs:annotation>
   
<xs:documentation>This entity represents an administrative unit at the local level which exists primarily to operate schools or to contract for educational services. It includes school districts, charter schools, charter management organizations, or other local administrative organizations.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
     
<ann:EdFiId>569</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="EducationOrganization">
     
<xs:sequence>
       
<xs:element name="LocalEducationAgencyId" type="xs:int">
         
<xs:annotation>
           
<xs:documentation>The identifier assigned to a local education agency by the State Education Agency (SEA).</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1522</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="LocalEducationAgencyCategory" type="LocalEducationAgencyCategoryType">
         
<xs:annotation>
           
<xs:documentation>The category of local education agency/district. For example: Independent or Charter.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1520</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="CharterStatus" type="CharterStatusType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>A school or agency providing free public elementary or secondary education to eligible students under a specific charter granted by the state legislature or other appropriate authority and designated by such authority to be a charter school.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1513</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="LocalEducationAgencyAccountability" type="LocalEducationAgencyAccountability" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>This entity maintains information about federal reporting and accountability for local education agencies.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1519</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="LocalEducationAgencyFederalFunds" type="LocalEducationAgencyFederalFunds" 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>1521</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="ParentLocalEducationAgencyReference" type="LocalEducationAgencyReferenceType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>For subdistricts; the LEA the subdistrict is a component of.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1525</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="EducationServiceCenterReference" type="EducationServiceCenterReferenceType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The ESC of which the LEA is an organizational component.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1516</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="StateEducationAgencyReference" type="StateEducationAgencyReferenceType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The SEA of which the LEA is an organizational component.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1527</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element LocalEducationAgency/LocalEducationAgencyId
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p820.png
namespace http://ed-fi.org/0200
type xs:int
properties
content simple
annotation
documentation
The identifier assigned to a local education agency by the State Education Agency (SEA).
appinfo
<ann:EdFiId>1522</ann:EdFiId>
source <xs:element name="LocalEducationAgencyId" type="xs:int">
 
<xs:annotation>
   
<xs:documentation>The identifier assigned to a local education agency by the State Education Agency (SEA).</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1522</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element LocalEducationAgency/LocalEducationAgencyCategory
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p821.png
namespace http://ed-fi.org/0200
type LocalEducationAgencyCategoryType
properties
content simple
facets
Kind Value Annotation
enumeration Independent
appinfo
<ann:EdFiId>194-001</ann:EdFiId>
enumeration Charter
appinfo
<ann:EdFiId>194-002</ann:EdFiId>
annotation
documentation
The category of local education agency/district. For example: Independent or Charter.
appinfo
<ann:EdFiId>1520</ann:EdFiId>
source <xs:element name="LocalEducationAgencyCategory" type="LocalEducationAgencyCategoryType">
 
<xs:annotation>
   
<xs:documentation>The category of local education agency/district. For example: Independent or Charter.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1520</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element LocalEducationAgency/CharterStatus
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p822.png
namespace http://ed-fi.org/0200
type CharterStatusType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration School Charter
appinfo
<ann:EdFiId>137-004</ann:EdFiId>
enumeration College/University Charter
appinfo
<ann:EdFiId>137-001</ann:EdFiId>
enumeration Open Enrollment
appinfo
<ann:EdFiId>137-003</ann:EdFiId>
enumeration Not a Charter School
appinfo
<ann:EdFiId>137-002</ann:EdFiId>
annotation
documentation
A school or agency providing free public elementary or secondary education to eligible students under a specific charter granted by the state legislature or other appropriate authority and designated by such authority to be a charter school.
appinfo
<ann:EdFiId>1513</ann:EdFiId>
source <xs:element name="CharterStatus" type="CharterStatusType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>A school or agency providing free public elementary or secondary education to eligible students under a specific charter granted by the state legislature or other appropriate authority and designated by such authority to be a charter school.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1513</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element LocalEducationAgency/LocalEducationAgencyAccountability
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p823.png
namespace http://ed-fi.org/0200
type LocalEducationAgencyAccountability
properties
minOcc 0
maxOcc unbounded
content complex
children SchoolYear GunFreeSchoolsActReportingStatus SchoolChoiceImplementStatus
annotation
documentation
This entity maintains information about federal reporting and accountability for local education agencies.
appinfo
<ann:EdFiId>1519</ann:EdFiId>
source <xs:element name="LocalEducationAgencyAccountability" type="LocalEducationAgencyAccountability" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>This entity maintains information about federal reporting and accountability for local education agencies.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1519</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element LocalEducationAgency/LocalEducationAgencyFederalFunds
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p824.png
namespace http://ed-fi.org/0200
type LocalEducationAgencyFederalFunds
properties
minOcc 0
maxOcc unbounded
content complex
children FiscalYear InnovativeDollarsSpent InnovativeDollarsSpentStrategicPriorities InnovativeProgramsFundsReceived SchoolImprovementAllocation SchoolImprovementReservedFundsPercentage SupplementalEducationalServicesFundsSpent SupplementalEducationalServicesPerPupilExpenditure StateAssessmentAdministrationFunding
annotation
documentation
Contains the information about the reception and use of federal funds for reporting purposes.
appinfo
<ann:EdFiId>1521</ann:EdFiId>
source <xs:element name="LocalEducationAgencyFederalFunds" type="LocalEducationAgencyFederalFunds" 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>1521</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element LocalEducationAgency/ParentLocalEducationAgencyReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p825.png
namespace http://ed-fi.org/0200
type LocalEducationAgencyReferenceType
properties
minOcc 0
maxOcc 1
content complex
children LocalEducationAgencyIdentity LocalEducationAgencyLookup
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with this complex object.
ref  xs:IDREF        
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
For subdistricts; the LEA the subdistrict is a component of.
appinfo
<ann:EdFiId>1525</ann:EdFiId>
source <xs:element name="ParentLocalEducationAgencyReference" type="LocalEducationAgencyReferenceType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>For subdistricts; the LEA the subdistrict is a component of.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1525</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element LocalEducationAgency/EducationServiceCenterReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p826.png
namespace http://ed-fi.org/0200
type EducationServiceCenterReferenceType
properties
minOcc 0
maxOcc 1
content complex
children EducationServiceCenterIdentity EducationServiceCenterLookup
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with this complex object.
ref  xs:IDREF        
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
The ESC of which the LEA is an organizational component.
appinfo
<ann:EdFiId>1516</ann:EdFiId>
source <xs:element name="EducationServiceCenterReference" type="EducationServiceCenterReferenceType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The ESC of which the LEA is an organizational component.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1516</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element LocalEducationAgency/StateEducationAgencyReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p827.png
namespace http://ed-fi.org/0200
type StateEducationAgencyReferenceType
properties
minOcc 0
maxOcc 1
content complex
children StateEducationAgencyIdentity StateEducationAgencyLookup
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with this complex object.
ref  xs:IDREF        
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
The SEA of which the LEA is an organizational component.
appinfo
<ann:EdFiId>1527</ann:EdFiId>
source <xs:element name="StateEducationAgencyReference" type="StateEducationAgencyReferenceType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The SEA of which the LEA is an organizational component.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1527</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>