complexType School
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p812.png
namespace http://ed-fi.org/0110
type extension of EducationOrganization
properties
base EducationOrganization
children StateOrganizationId EducationOrgIdentificationCode NameOfInstitution ShortNameOfInstitution OrganizationCategories Address Telephone WebSite OperationalStatus AccountabilityRatings ProgramReference EducationOrganizationPeerReference GradesOffered SchoolCategories SchoolType CharterStatus TitleIPartASchoolDesignation MagnetSpecialProgramEmphasisSchool AdministrativeFundingControl InternetAccess LocalEducationAgencyReference ClassPeriodReference LocationReference
attributes
Name  Type  Use  Default  Fixed  annotation
idxs: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="GradesOffered" type="DescriptorReferenceType" 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="SchoolCategories" type="SchoolCategoriesType">
         
<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="DescriptorReferenceType" 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="EducationOrganizationReferenceType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>LEA of which the School is an organizational component.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="ClassPeriodReference" type="ClassPeriodReferenceType" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>The class periods defined for the school.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="LocationReference" type="LocationReferenceType" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>The available class locations defined for the school.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element School/GradesOffered
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p813.png
namespace http://ed-fi.org/0110
type DescriptorReferenceType
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
children CodeValue ShortDescription Description
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with this complex object.
refxs:IDREF      
documentation
The XML IDREF that references the object associated with this object.
AsOfDate      
documentation
The date context in which this reference should be considered. This is important when descriptors change over time. If omitted, assumed to be the current descriptor.
namespaceURIrequired      
documentation
A globally unique namespace that identifies this descriptor set. Author is strongly encouraged to use the Universal Resource Identifier (http, ftp, file, etc.) for the source of the descriptor definition. Best practice is for this source to be the descriptor file itself, so that it can be machine-readable and be fetched in real-time, if necessary.
annotation
documentation
The grade levels served at the school.
appinfo
<ann:Descriptor>GradeLevelDescriptor</ann:Descriptor>
source <xs:element name="GradesOffered" type="DescriptorReferenceType" 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/SchoolCategories
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p814.png
namespace http://ed-fi.org/0110
type SchoolCategoriesType
properties
isRef 0
content complex
children SchoolCategory
annotation
documentation
The  one or more categories of school. For example: High School, Middle School, and/or Elementary School.
source <xs:element name="SchoolCategories" type="SchoolCategoriesType">
 
<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_p815.png
namespace http://ed-fi.org/0110
type SchoolType
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
enumeration Alternative 
enumeration Regular 
enumeration Special Education 
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_p816.png
namespace http://ed-fi.org/0110
type CharterStatusType
properties
isRef 0
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_p817.png
namespace http://ed-fi.org/0110
type TitleIPartASchoolDesignationType
properties
isRef 0
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_p818.png
namespace http://ed-fi.org/0110
type MagnetSpecialProgramEmphasisSchoolType
properties
isRef 0
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_p819.png
namespace http://ed-fi.org/0110
type DescriptorReferenceType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children CodeValue ShortDescription Description
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with this complex object.
refxs:IDREF      
documentation
The XML IDREF that references the object associated with this object.
AsOfDate      
documentation
The date context in which this reference should be considered. This is important when descriptors change over time. If omitted, assumed to be the current descriptor.
namespaceURIrequired      
documentation
A globally unique namespace that identifies this descriptor set. Author is strongly encouraged to use the Universal Resource Identifier (http, ftp, file, etc.) for the source of the descriptor definition. Best practice is for this source to be the descriptor file itself, so that it can be machine-readable and be fetched in real-time, if necessary.
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="DescriptorReferenceType" 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_p820.png
namespace http://ed-fi.org/0110
type InternetAccessType
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
enumeration High Speed 
enumeration Less Than High Speed 
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_p821.png
namespace http://ed-fi.org/0110
type EducationOrganizationReferenceType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children EducationOrganizationIdentity
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with this complex object.
refxs: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="EducationOrganizationReferenceType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>LEA of which the School is an organizational component.</xs:documentation>
 
</xs:annotation>
</xs:element>

element School/ClassPeriodReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p822.png
namespace http://ed-fi.org/0110
type ClassPeriodReferenceType
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children ClassPeriodIdentity
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with this complex object.
refxs:IDREF      
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
The class periods defined for the school.
source <xs:element name="ClassPeriodReference" type="ClassPeriodReferenceType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>The class periods defined for the school.</xs:documentation>
 
</xs:annotation>
</xs:element>

element School/LocationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p823.png
namespace http://ed-fi.org/0110
type LocationReferenceType
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children LocationIdentity
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with this complex object.
refxs:IDREF      
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
The available class locations defined for the school.
source <xs:element name="LocationReference" type="LocationReferenceType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>The available class locations defined for the school.</xs:documentation>
 
</xs:annotation>
</xs:element>