complexType School
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1176.png
namespace http://ed-fi.org/0210
type extension of EducationOrganization
properties
base EducationOrganization
children EducationOrganizationIdentificationCode NameOfInstitution ShortNameOfInstitution EducationOrganizationCategory Address InternationalAddress InstitutionTelephone WebSite OperationalStatus SchoolId GradeLevel SchoolCategory SchoolType CharterStatus TitleIPartASchoolDesignation MagnetSpecialProgramEmphasisSchool AdministrativeFundingControl InternetAccess LocalEducationAgencyReference CharterApprovalAgencyType CharterApprovalSchoolYear
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 educational organization that includes staff and students who participate in classes and educational activity groups.
appinfo
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
source <xs:complexType name="School">
 
<xs:annotation>
   
<xs:documentation>This entity represents an educational organization that includes staff and students who participate in classes and educational activity groups.</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="SchoolId" type="xs:int">
         
<xs:annotation>
           
<xs:documentation>The identifier assigned to a school.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="GradeLevel" type="GradeLevelDescriptorReferenceType" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>The grade levels served at the school.</xs:documentation>
           
<xs:appinfo>
             
<ann:Descriptor>GradeLevelDescriptor</ann:Descriptor>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="SchoolCategory" type="SchoolCategoryType" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>The one or more categories of school. For example: High School, Middle School, and/or Elementary School.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="SchoolType" type="SchoolType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The type of education institution as classified by its primary focus.</xs:documentation>
         
</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:annotation>
       
</xs:element>
       
<xs:element name="TitleIPartASchoolDesignation" type="TitleIPartASchoolDesignationType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Denotes the Title I Part A designation for the school.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="MagnetSpecialProgramEmphasisSchool" type="MagnetSpecialProgramEmphasisSchoolType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>A school that has been designed: 1) to attract students of different racial/ethnic backgrounds for the purpose of reducing, preventing, or eliminating racial isolation; and/or 2) to provide an academic or social focus on a particular theme (e.g., science/math, performing arts, gifted/talented, or foreign language).</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="AdministrativeFundingControl" type="AdministrativeFundingControlDescriptorReferenceType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The type of education institution as classified by its funding source, for example public or private.</xs:documentation>
           
<xs:appinfo>
             
<ann:Descriptor>AdministrativeFundingControlDescriptor</ann:Descriptor>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="InternetAccess" type="InternetAccessType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The type of Internet access available.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="LocalEducationAgencyReference" type="LocalEducationAgencyReferenceType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>LEA of which the School is an organizational component.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="CharterApprovalAgencyType" type="CharterApprovalAgencyType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The type of agency that approved the establishment or continuation of a charter school.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="CharterApprovalSchoolYear" type="SchoolYearType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The school year in which a charter school was initially approved.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element School/SchoolId
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1177.png
namespace http://ed-fi.org/0210
type xs:int
properties
content simple
annotation
documentation
The identifier assigned to a school.
source <xs:element name="SchoolId" type="xs:int">
 
<xs:annotation>
   
<xs:documentation>The identifier assigned to a school.</xs:documentation>
 
</xs:annotation>
</xs:element>

element School/GradeLevel
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1178.png
namespace http://ed-fi.org/0210
type GradeLevelDescriptorReferenceType
properties
minOcc 1
maxOcc unbounded
content complex
children CodeValue Namespace
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 grade levels served at the school.
appinfo
<ann:Descriptor>GradeLevelDescriptor</ann:Descriptor>
source <xs:element name="GradeLevel" type="GradeLevelDescriptorReferenceType" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>The grade levels served at the school.</xs:documentation>
   
<xs:appinfo>
     
<ann:Descriptor>GradeLevelDescriptor</ann:Descriptor>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element School/SchoolCategory
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1179.png
namespace http://ed-fi.org/0210
type SchoolCategoryType
properties
minOcc 0
maxOcc unbounded
content simple
facets
Kind Value Annotation
enumeration All Levels
enumeration Adult School
enumeration Elementary/Secondary School
enumeration Elementary School
enumeration High School
enumeration Infant/toddler School
enumeration Intermediate School
enumeration Junior High School
enumeration Middle School
enumeration Preschool/early childhood
enumeration Primary School
enumeration SecondarySchool
enumeration Ungraded
enumeration Other Secondary
enumeration Other Combination
annotation
documentation
The one or more categories of school. For example: High School, Middle School, and/or Elementary School.
source <xs:element name="SchoolCategory" type="SchoolCategoryType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>The one or more categories of school. For example: High School, Middle School, and/or Elementary School.</xs:documentation>
 
</xs:annotation>
</xs:element>

element School/SchoolType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1180.png
namespace http://ed-fi.org/0210
type SchoolType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration Alternative
documentation
A school that: 1) addresses needs of students which cannot typically be met in a regular school; 2) provides nontraditional education; 3) falls outside of the categories of regular, magnet/special program emphasis, special, or career and technical education.
enumeration Regular
documentation
A school providing instruction and educational services that do not focus primarily on special education, career and technical education, or alternative education.
enumeration Special Education
documentation
A school that adapts the curriculum, materials, or instruction for students identified as needing special education. This may include instruction for students with any of the following: autism, deaf-blindness, hearing impairment, mental retardation, multiple disabilities, orthopedic impairment, serious emotional disturbance, specific learning disability, speech or language impairment, traumatic brain injury, visual impairment, and other health impairments.
enumeration Career and Technical Education
annotation
documentation
The type of education institution as classified by its primary focus.
source <xs:element name="SchoolType" type="SchoolType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The type of education institution as classified by its primary focus.</xs:documentation>
 
</xs:annotation>
</xs:element>

element School/CharterStatus
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1181.png
namespace http://ed-fi.org/0210
type CharterStatusType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration School Charter
enumeration College/University Charter
enumeration Open Enrollment
enumeration Not a Charter School
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.
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:annotation>
</xs:element>

element School/TitleIPartASchoolDesignation
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1182.png
namespace http://ed-fi.org/0210
type TitleIPartASchoolDesignationType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration Not designated as a Title I Part A school
enumeration Title I Part A Schoolwide Assistance Program School
enumeration Title I Part A Targeted Assistance School
enumeration Title I targeted eligible school - no program
enumeration Title I targeted school
enumeration Title I school wide eligible - Title I targeted program
enumeration Title I school wide eligible school - no program
annotation
documentation
Denotes the Title I Part A designation for the school.
source <xs:element name="TitleIPartASchoolDesignation" type="TitleIPartASchoolDesignationType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Denotes the Title I Part A designation for the school.</xs:documentation>
 
</xs:annotation>
</xs:element>

element School/MagnetSpecialProgramEmphasisSchool
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1183.png
namespace http://ed-fi.org/0210
type MagnetSpecialProgramEmphasisSchoolType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration All students participate
enumeration No students participate
enumeration Some, but not all, students participate
annotation
documentation
A school that has been designed: 1) to attract students of different racial/ethnic backgrounds for the purpose of reducing, preventing, or eliminating racial isolation; and/or 2) to provide an academic or social focus on a particular theme (e.g., science/math, performing arts, gifted/talented, or foreign language).
source <xs:element name="MagnetSpecialProgramEmphasisSchool" type="MagnetSpecialProgramEmphasisSchoolType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>A school that has been designed: 1) to attract students of different racial/ethnic backgrounds for the purpose of reducing, preventing, or eliminating racial isolation; and/or 2) to provide an academic or social focus on a particular theme (e.g., science/math, performing arts, gifted/talented, or foreign language).</xs:documentation>
 
</xs:annotation>
</xs:element>

element School/AdministrativeFundingControl
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1184.png
namespace http://ed-fi.org/0210
type AdministrativeFundingControlDescriptorReferenceType
properties
minOcc 0
maxOcc 1
content complex
children CodeValue Namespace
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 type of education institution as classified by its funding source, for example public or private.
appinfo
<ann:Descriptor>AdministrativeFundingControlDescriptor</ann:Descriptor>
source <xs:element name="AdministrativeFundingControl" type="AdministrativeFundingControlDescriptorReferenceType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The type of education institution as classified by its funding source, for example public or private.</xs:documentation>
   
<xs:appinfo>
     
<ann:Descriptor>AdministrativeFundingControlDescriptor</ann:Descriptor>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element School/InternetAccess
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1185.png
namespace http://ed-fi.org/0210
type InternetAccessType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration High Speed
enumeration Less Than High Speed
enumeration None
annotation
documentation
The type of Internet access available.
source <xs:element name="InternetAccess" type="InternetAccessType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The type of Internet access available.</xs:documentation>
 
</xs:annotation>
</xs:element>

element School/LocalEducationAgencyReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1186.png
namespace http://ed-fi.org/0210
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
LEA of which the School is an organizational component.
source <xs:element name="LocalEducationAgencyReference" type="LocalEducationAgencyReferenceType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>LEA of which the School is an organizational component.</xs:documentation>
 
</xs:annotation>
</xs:element>

element School/CharterApprovalAgencyType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1187.png
namespace http://ed-fi.org/0210
type CharterApprovalAgencyType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration State board of education
enumeration Public charter school board
enumeration University
enumeration Other
annotation
documentation
The type of agency that approved the establishment or continuation of a charter school.
source <xs:element name="CharterApprovalAgencyType" type="CharterApprovalAgencyType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The type of agency that approved the establishment or continuation of a charter school.</xs:documentation>
 
</xs:annotation>
</xs:element>

element School/CharterApprovalSchoolYear
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1188.png
namespace http://ed-fi.org/0210
type SchoolYearType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration 1990-1991
enumeration 1991-1992
enumeration 1992-1993
enumeration 1993-1994
enumeration 1994-1995
enumeration 1995-1996
enumeration 1996-1997
enumeration 1997-1998
enumeration 1998-1999
enumeration 1999-2000
enumeration 2000-2001
enumeration 2001-2002
enumeration 2002-2003
enumeration 2003-2004
enumeration 2004-2005
enumeration 2005-2006
enumeration 2006-2007
enumeration 2007-2008
enumeration 2008-2009
enumeration 2009-2010
enumeration 2010-2011
enumeration 2011-2012
enumeration 2012-2013
enumeration 2013-2014
enumeration 2014-2015
enumeration 2015-2016
enumeration 2016-2017
enumeration 2017-2018
enumeration 2018-2019
enumeration 2019-2020
enumeration 2020-2021
enumeration 2021-2022
enumeration 2022-2023
enumeration 2023-2024
enumeration 2024-2025
enumeration 2025-2026
enumeration 2026-2027
enumeration 2027-2028
enumeration 2028-2029
enumeration 2029-2030
enumeration 2030-2031
enumeration 2031-2032
enumeration 2032-2033
enumeration 2033-2034
enumeration 2034-2035
enumeration 2035-2036
enumeration 2036-2037
enumeration 2037-2038
enumeration 2038-2039
enumeration 2039-2040
enumeration 2040-2041
enumeration 2041-2042
enumeration 2042-2043
enumeration 2043-2044
enumeration 2044-2045
enumeration 2045-2046
enumeration 2046-2047
enumeration 2047-2048
enumeration 2048-2049
enumeration 2049-2050
annotation
documentation
The school year in which a charter school was initially approved.
source <xs:element name="CharterApprovalSchoolYear" type="SchoolYearType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The school year in which a charter school was initially approved.</xs:documentation>
 
</xs:annotation>
</xs:element>