complexType StudentSchoolAssociation
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1770.png
namespace http://ed-fi.org/0210
type extension of ComplexObjectType
properties
base ComplexObjectType
children StudentReference SchoolReference PrimarySchool SchoolYear EntryDate EntryGradeLevel EntryGradeLevelReason EntryType RepeatGradeIndicator ClassOfSchoolYear SchoolChoiceTransfer ExitWithdrawDate ExitWithdrawType EducationPlan ResidencyStatus GraduationPlanReference EmployedWhileEnrolled
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with the complex object.
annotation
documentation
This association represents the School in which a student is enrolled. The semantics of enrollment may differ slightly by state. Non-enrollment relationships between a student and an education organization may be described using the StudentEducationOrganizationAssociation.
appinfo
<ann:TypeGroup>Association</ann:TypeGroup>
source <xs:complexType name="StudentSchoolAssociation">
 
<xs:annotation>
   
<xs:documentation>This association represents the School in which a student is enrolled. The semantics of enrollment may differ slightly by state. Non-enrollment relationships between a student and an education organization may be described using the StudentEducationOrganizationAssociation.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Association</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="ComplexObjectType">
     
<xs:sequence>
       
<xs:element name="StudentReference" type="StudentReferenceType">
         
<xs:annotation>
           
<xs:documentation>Student enrolled in the School.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="SchoolReference" type="SchoolReferenceType">
         
<xs:annotation>
           
<xs:documentation>School enrolling the Student.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="PrimarySchool" type="xs:boolean" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Indicates if a given enrollment record should be considered the primary record for a student.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="SchoolYear" type="SchoolYearType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The school year associated with the student's enrollment.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="EntryDate" type="xs:date">
         
<xs:annotation>
           
<xs:documentation>The month, day, and year on which an individual enters and begins to receive instructional services in a school.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="EntryGradeLevel" type="GradeLevelDescriptorReferenceType">
         
<xs:annotation>
           
<xs:documentation>The grade level or primary instructional level at which a student enters and receives services in a school or an educational institution during a given academic session.</xs:documentation>
           
<xs:appinfo>
             
<ann:Descriptor>GradeLevelDescriptor</ann:Descriptor>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="EntryGradeLevelReason" type="EntryGradeLevelReasonType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The primary reason as to why a staff member determined that a student should be promoted or not (or be demoted) at the end of a given school term.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="EntryType" type="EntryTypeDescriptorReferenceType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The process by which a student enters a school during a given academic session.</xs:documentation>
           
<xs:appinfo>
             
<ann:Descriptor>EntryTypeDescriptor</ann:Descriptor>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="RepeatGradeIndicator" type="xs:boolean" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>An indicator of whether the student is enrolling to repeat a grade level, either by failure or an agreement to hold the student back.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="ClassOfSchoolYear" type="SchoolYearType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Projected High School graduation year.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="SchoolChoiceTransfer" type="xs:boolean" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>An indication of whether students transferred in or out of the school did so during the school year under the provisions for public school choice in accordance with Title I, Part A, Section 1116.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="ExitWithdrawDate" type="xs:date" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The month, day, and year of the first day after the date of an individual's last attendance at a school (if known), the day on which an individual graduated, or the date on which it becomes known officially that an individual left school.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="ExitWithdrawType" type="ExitWithdrawTypeDescriptorReferenceType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The circumstances under which the student exited from membership in an educational institution.</xs:documentation>
           
<xs:appinfo>
             
<ann:Descriptor>ExitWithdrawTypeDescriptor</ann:Descriptor>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="EducationPlan" type="EducationPlanType" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>The type of EducationPlan(s) the student is following, if appropriate. For example:
        Special education IEP
        Vocational.
</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="ResidencyStatus" type="ResidencyStatusDescriptorReferenceType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>An indication of the location of a persons legal residence relative to (within or outside of) the boundaries of the public school attended and its administrative unit.</xs:documentation>
           
<xs:appinfo>
             
<ann:Descriptor>ResidencyStatusDescriptor</ann:Descriptor>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="GraduationPlanReference" type="GraduationPlanReferenceType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The GraduationPlan associated with the student enrolled in the school.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="EmployedWhileEnrolled" type="xs:boolean" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>An individual who is a paid employee or works in his or her own business, profession, or farm and at the same time is enrolled in secondary, postsecondary, or adult education.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element StudentSchoolAssociation/StudentReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1771.png
namespace http://ed-fi.org/0210
type StudentReferenceType
properties
content complex
children StudentIdentity StudentLookup
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
Student enrolled in the School.
source <xs:element name="StudentReference" type="StudentReferenceType">
 
<xs:annotation>
   
<xs:documentation>Student enrolled in the School.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentSchoolAssociation/SchoolReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1772.png
namespace http://ed-fi.org/0210
type SchoolReferenceType
properties
content complex
children SchoolIdentity SchoolLookup
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
School enrolling the Student.
source <xs:element name="SchoolReference" type="SchoolReferenceType">
 
<xs:annotation>
   
<xs:documentation>School enrolling the Student.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentSchoolAssociation/PrimarySchool
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1773.png
namespace http://ed-fi.org/0210
type xs:boolean
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Indicates if a given enrollment record should be considered the primary record for a student.
source <xs:element name="PrimarySchool" type="xs:boolean" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Indicates if a given enrollment record should be considered the primary record for a student.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentSchoolAssociation/SchoolYear
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1774.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 associated with the student's enrollment.
source <xs:element name="SchoolYear" type="SchoolYearType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The school year associated with the student's enrollment.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentSchoolAssociation/EntryDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1775.png
namespace http://ed-fi.org/0210
type xs:date
properties
content simple
annotation
documentation
The month, day, and year on which an individual enters and begins to receive instructional services in a school.
source <xs:element name="EntryDate" type="xs:date">
 
<xs:annotation>
   
<xs:documentation>The month, day, and year on which an individual enters and begins to receive instructional services in a school.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentSchoolAssociation/EntryGradeLevel
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1776.png
namespace http://ed-fi.org/0210
type GradeLevelDescriptorReferenceType
properties
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 level or primary instructional level at which a student enters and receives services in a school or an educational institution during a given academic session.
appinfo
<ann:Descriptor>GradeLevelDescriptor</ann:Descriptor>
source <xs:element name="EntryGradeLevel" type="GradeLevelDescriptorReferenceType">
 
<xs:annotation>
   
<xs:documentation>The grade level or primary instructional level at which a student enters and receives services in a school or an educational institution during a given academic session.</xs:documentation>
   
<xs:appinfo>
     
<ann:Descriptor>GradeLevelDescriptor</ann:Descriptor>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentSchoolAssociation/EntryGradeLevelReason
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1777.png
namespace http://ed-fi.org/0210
type EntryGradeLevelReasonType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration Promotion - Accelerated promotion
enumeration Promotion - Continuous promotion
enumeration Promotion - Probationary promotion
enumeration Promotion - Regular promotion
enumeration Promotion - Variable progress
enumeration Promotion - Other
enumeration Nonpromotion - Failed to meet testing requirements
enumeration Nonpromotion - Illness
enumeration Nonpromotion - Immaturity
enumeration Nonpromotion - Inadequate performance
enumeration Nonpromotion - Insufficient credits
enumeration Nonpromotion - Prolonged absence
enumeration Nonpromotion - Other
annotation
documentation
The primary reason as to why a staff member determined that a student should be promoted or not (or be demoted) at the end of a given school term.
source <xs:element name="EntryGradeLevelReason" type="EntryGradeLevelReasonType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The primary reason as to why a staff member determined that a student should be promoted or not (or be demoted) at the end of a given school term.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentSchoolAssociation/EntryType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1778.png
namespace http://ed-fi.org/0210
type EntryTypeDescriptorReferenceType
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 process by which a student enters a school during a given academic session.
appinfo
<ann:Descriptor>EntryTypeDescriptor</ann:Descriptor>
source <xs:element name="EntryType" type="EntryTypeDescriptorReferenceType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The process by which a student enters a school during a given academic session.</xs:documentation>
   
<xs:appinfo>
     
<ann:Descriptor>EntryTypeDescriptor</ann:Descriptor>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentSchoolAssociation/RepeatGradeIndicator
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1779.png
namespace http://ed-fi.org/0210
type xs:boolean
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
An indicator of whether the student is enrolling to repeat a grade level, either by failure or an agreement to hold the student back.
source <xs:element name="RepeatGradeIndicator" type="xs:boolean" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>An indicator of whether the student is enrolling to repeat a grade level, either by failure or an agreement to hold the student back.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentSchoolAssociation/ClassOfSchoolYear
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1780.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
Projected High School graduation year.
source <xs:element name="ClassOfSchoolYear" type="SchoolYearType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Projected High School graduation year.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentSchoolAssociation/SchoolChoiceTransfer
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1781.png
namespace http://ed-fi.org/0210
type xs:boolean
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
An indication of whether students transferred in or out of the school did so during the school year under the provisions for public school choice in accordance with Title I, Part A, Section 1116.
source <xs:element name="SchoolChoiceTransfer" type="xs:boolean" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>An indication of whether students transferred in or out of the school did so during the school year under the provisions for public school choice in accordance with Title I, Part A, Section 1116.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentSchoolAssociation/ExitWithdrawDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1782.png
namespace http://ed-fi.org/0210
type xs:date
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The month, day, and year of the first day after the date of an individual's last attendance at a school (if known), the day on which an individual graduated, or the date on which it becomes known officially that an individual left school.
source <xs:element name="ExitWithdrawDate" type="xs:date" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The month, day, and year of the first day after the date of an individual's last attendance at a school (if known), the day on which an individual graduated, or the date on which it becomes known officially that an individual left school.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentSchoolAssociation/ExitWithdrawType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1783.png
namespace http://ed-fi.org/0210
type ExitWithdrawTypeDescriptorReferenceType
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 circumstances under which the student exited from membership in an educational institution.
appinfo
<ann:Descriptor>ExitWithdrawTypeDescriptor</ann:Descriptor>
source <xs:element name="ExitWithdrawType" type="ExitWithdrawTypeDescriptorReferenceType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The circumstances under which the student exited from membership in an educational institution.</xs:documentation>
   
<xs:appinfo>
     
<ann:Descriptor>ExitWithdrawTypeDescriptor</ann:Descriptor>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentSchoolAssociation/EducationPlan
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1784.png
namespace http://ed-fi.org/0210
type EducationPlanType
properties
minOcc 0
maxOcc unbounded
content simple
facets
Kind Value Annotation
enumeration 504 Plan
enumeration Career Pathways
enumeration Career Suggestions
enumeration Completion and Reach Age 22
enumeration Employability Skills
enumeration Full Time Employment
enumeration High School Education Plan
enumeration IDEA IEP
enumeration Other
enumeration Outside Service Access
enumeration Personal Graduation Plan
enumeration Student Success Plan
annotation
documentation
The type of EducationPlan(s) the student is following, if appropriate. For example:
        Special education IEP
        Vocational.
source <xs:element name="EducationPlan" type="EducationPlanType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>The type of EducationPlan(s) the student is following, if appropriate. For example:
        Special education IEP
        Vocational.
</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentSchoolAssociation/ResidencyStatus
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1785.png
namespace http://ed-fi.org/0210
type ResidencyStatusDescriptorReferenceType
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
An indication of the location of a persons legal residence relative to (within or outside of) the boundaries of the public school attended and its administrative unit.
appinfo
<ann:Descriptor>ResidencyStatusDescriptor</ann:Descriptor>
source <xs:element name="ResidencyStatus" type="ResidencyStatusDescriptorReferenceType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>An indication of the location of a persons legal residence relative to (within or outside of) the boundaries of the public school attended and its administrative unit.</xs:documentation>
   
<xs:appinfo>
     
<ann:Descriptor>ResidencyStatusDescriptor</ann:Descriptor>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentSchoolAssociation/GraduationPlanReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1786.png
namespace http://ed-fi.org/0210
type GraduationPlanReferenceType
properties
minOcc 0
maxOcc 1
content complex
children GraduationPlanIdentity
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 GraduationPlan associated with the student enrolled in the school.
source <xs:element name="GraduationPlanReference" type="GraduationPlanReferenceType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The GraduationPlan associated with the student enrolled in the school.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentSchoolAssociation/EmployedWhileEnrolled
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1787.png
namespace http://ed-fi.org/0210
type xs:boolean
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
An individual who is a paid employee or works in his or her own business, profession, or farm and at the same time is enrolled in secondary, postsecondary, or adult education.
source <xs:element name="EmployedWhileEnrolled" type="xs:boolean" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>An individual who is a paid employee or works in his or her own business, profession, or farm and at the same time is enrolled in secondary, postsecondary, or adult education.</xs:documentation>
 
</xs:annotation>
</xs:element>