complexType StudentSchoolAssociation
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1502.png
namespace http://ed-fi.org/0200
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>
<ann:EdFiId>613</ann:EdFiId>
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>
     
<ann:EdFiId>613</ann:EdFiId>
   
</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:appinfo>
             
<ann:EdFiId>1127</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="SchoolReference" type="SchoolReferenceType">
         
<xs:annotation>
           
<xs:documentation>School enrolling the Student.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1125</ann:EdFiId>
           
</xs:appinfo>
         
</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. If omitted, the default is true.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1121</ann:EdFiId>
           
</xs:appinfo>
         
</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:appinfo>
             
<ann:EdFiId>1126</ann:EdFiId>
           
</xs:appinfo>
         
</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:appinfo>
             
<ann:EdFiId>1114</ann:EdFiId>
           
</xs:appinfo>
         
</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>
             
<ann:EdFiId>1115</ann:EdFiId>
           
</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:appinfo>
             
<ann:EdFiId>1116</ann:EdFiId>
           
</xs:appinfo>
         
</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>
             
<ann:EdFiId>1117</ann:EdFiId>
           
</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:appinfo>
             
<ann:EdFiId>1122</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="ClassOfSchoolYear" type="SchoolYearType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Projected High School graduation year.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1111</ann:EdFiId>
           
</xs:appinfo>
         
</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:appinfo>
             
<ann:EdFiId>1124</ann:EdFiId>
           
</xs:appinfo>
         
</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:appinfo>
             
<ann:EdFiId>1118</ann:EdFiId>
           
</xs:appinfo>
         
</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>
             
<ann:EdFiId>1119</ann:EdFiId>
           
</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:appinfo>
             
<ann:EdFiId>1112</ann:EdFiId>
           
</xs:appinfo>
         
</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>
             
<ann:EdFiId>1123</ann:EdFiId>
           
</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:appinfo>
             
<ann:EdFiId>1120</ann:EdFiId>
           
</xs:appinfo>
         
</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:appinfo>
             
<ann:EdFiId>1113</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element StudentSchoolAssociation/StudentReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1503.png
namespace http://ed-fi.org/0200
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.
appinfo
<ann:EdFiId>1127</ann:EdFiId>
source <xs:element name="StudentReference" type="StudentReferenceType">
 
<xs:annotation>
   
<xs:documentation>Student enrolled in the School.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1127</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentSchoolAssociation/SchoolReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1504.png
namespace http://ed-fi.org/0200
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.
appinfo
<ann:EdFiId>1125</ann:EdFiId>
source <xs:element name="SchoolReference" type="SchoolReferenceType">
 
<xs:annotation>
   
<xs:documentation>School enrolling the Student.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1125</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentSchoolAssociation/PrimarySchool
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1505.png
namespace http://ed-fi.org/0200
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. If omitted, the default is true.
appinfo
<ann:EdFiId>1121</ann:EdFiId>
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. If omitted, the default is true.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1121</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentSchoolAssociation/SchoolYear
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1506.png
namespace http://ed-fi.org/0200
type SchoolYearType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration 1990-1991
appinfo
<ann:EdFiId>231-001</ann:EdFiId>
enumeration 1991-1992
appinfo
<ann:EdFiId>231-002</ann:EdFiId>
enumeration 1992-1993
appinfo
<ann:EdFiId>231-003</ann:EdFiId>
enumeration 1993-1994
appinfo
<ann:EdFiId>231-004</ann:EdFiId>
enumeration 1994-1995
appinfo
<ann:EdFiId>231-005</ann:EdFiId>
enumeration 1995-1996
appinfo
<ann:EdFiId>231-006</ann:EdFiId>
enumeration 1996-1997
appinfo
<ann:EdFiId>231-007</ann:EdFiId>
enumeration 1997-1998
appinfo
<ann:EdFiId>231-008</ann:EdFiId>
enumeration 1998-1999
appinfo
<ann:EdFiId>231-009</ann:EdFiId>
enumeration 1999-2000
appinfo
<ann:EdFiId>231-010</ann:EdFiId>
enumeration 2000-2001
appinfo
<ann:EdFiId>231-011</ann:EdFiId>
enumeration 2001-2002
appinfo
<ann:EdFiId>231-012</ann:EdFiId>
enumeration 2002-2003
appinfo
<ann:EdFiId>231-013</ann:EdFiId>
enumeration 2003-2004
appinfo
<ann:EdFiId>231-014</ann:EdFiId>
enumeration 2004-2005
appinfo
<ann:EdFiId>231-015</ann:EdFiId>
enumeration 2005-2006
appinfo
<ann:EdFiId>231-016</ann:EdFiId>
enumeration 2006-2007
appinfo
<ann:EdFiId>231-017</ann:EdFiId>
enumeration 2007-2008
appinfo
<ann:EdFiId>231-018</ann:EdFiId>
enumeration 2008-2009
appinfo
<ann:EdFiId>231-019</ann:EdFiId>
enumeration 2009-2010
appinfo
<ann:EdFiId>231-020</ann:EdFiId>
enumeration 2010-2011
appinfo
<ann:EdFiId>231-021</ann:EdFiId>
enumeration 2011-2012
appinfo
<ann:EdFiId>231-022</ann:EdFiId>
enumeration 2012-2013
appinfo
<ann:EdFiId>231-023</ann:EdFiId>
enumeration 2013-2014
appinfo
<ann:EdFiId>231-024</ann:EdFiId>
enumeration 2014-2015
appinfo
<ann:EdFiId>231-025</ann:EdFiId>
enumeration 2015-2016
appinfo
<ann:EdFiId>231-026</ann:EdFiId>
enumeration 2016-2017
appinfo
<ann:EdFiId>231-027</ann:EdFiId>
enumeration 2017-2018
appinfo
<ann:EdFiId>231-028</ann:EdFiId>
enumeration 2018-2019
appinfo
<ann:EdFiId>231-029</ann:EdFiId>
enumeration 2019-2020
appinfo
<ann:EdFiId>231-030</ann:EdFiId>
enumeration 2020-2021
appinfo
<ann:EdFiId>231-031</ann:EdFiId>
enumeration 2021-2022
appinfo
<ann:EdFiId>231-032</ann:EdFiId>
enumeration 2022-2023
appinfo
<ann:EdFiId>231-033</ann:EdFiId>
enumeration 2023-2024
appinfo
<ann:EdFiId>231-034</ann:EdFiId>
enumeration 2024-2025
appinfo
<ann:EdFiId>231-035</ann:EdFiId>
enumeration 2025-2026
appinfo
<ann:EdFiId>231-036</ann:EdFiId>
enumeration 2026-2027
appinfo
<ann:EdFiId>231-037</ann:EdFiId>
enumeration 2027-2028
appinfo
<ann:EdFiId>231-038</ann:EdFiId>
enumeration 2028-2029
appinfo
<ann:EdFiId>231-039</ann:EdFiId>
enumeration 2029-2030
appinfo
<ann:EdFiId>231-040</ann:EdFiId>
annotation
documentation
The school year associated with the student's enrollment.
appinfo
<ann:EdFiId>1126</ann:EdFiId>
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:appinfo>
     
<ann:EdFiId>1126</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentSchoolAssociation/EntryDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1507.png
namespace http://ed-fi.org/0200
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.
appinfo
<ann:EdFiId>1114</ann:EdFiId>
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:appinfo>
     
<ann:EdFiId>1114</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentSchoolAssociation/EntryGradeLevel
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1508.png
namespace http://ed-fi.org/0200
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>
<ann:EdFiId>1115</ann:EdFiId>
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>
     
<ann:EdFiId>1115</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentSchoolAssociation/EntryGradeLevelReason
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1509.png
namespace http://ed-fi.org/0200
type EntryGradeLevelReasonType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration Promotion - Accelerated promotion
appinfo
<ann:EdFiId>171-008</ann:EdFiId>
enumeration Promotion - Continuous promotion
appinfo
<ann:EdFiId>171-009</ann:EdFiId>
enumeration Promotion - Probationary promotion
appinfo
<ann:EdFiId>171-011</ann:EdFiId>
enumeration Promotion - Regular promotion
appinfo
<ann:EdFiId>171-012</ann:EdFiId>
enumeration Promotion - Variable progress
appinfo
<ann:EdFiId>171-013</ann:EdFiId>
enumeration Promotion - Other
appinfo
<ann:EdFiId>171-010</ann:EdFiId>
enumeration Nonpromotion - Failed to meet testing requirements
appinfo
<ann:EdFiId>171-001</ann:EdFiId>
enumeration Nonpromotion - Illness
appinfo
<ann:EdFiId>171-002</ann:EdFiId>
enumeration Nonpromotion - Immaturity
appinfo
<ann:EdFiId>171-003</ann:EdFiId>
enumeration Nonpromotion - Inadequate performance
appinfo
<ann:EdFiId>171-004</ann:EdFiId>
enumeration Nonpromotion - Insufficient credits
appinfo
<ann:EdFiId>171-005</ann:EdFiId>
enumeration Nonpromotion - Prolonged absence
appinfo
<ann:EdFiId>171-007</ann:EdFiId>
enumeration Nonpromotion - Other
appinfo
<ann:EdFiId>171-006</ann:EdFiId>
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.
appinfo
<ann:EdFiId>1116</ann:EdFiId>
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:appinfo>
     
<ann:EdFiId>1116</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentSchoolAssociation/EntryType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1510.png
namespace http://ed-fi.org/0200
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>
<ann:EdFiId>1117</ann:EdFiId>
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>
     
<ann:EdFiId>1117</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentSchoolAssociation/RepeatGradeIndicator
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1511.png
namespace http://ed-fi.org/0200
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.
appinfo
<ann:EdFiId>1122</ann:EdFiId>
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:appinfo>
     
<ann:EdFiId>1122</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentSchoolAssociation/ClassOfSchoolYear
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1512.png
namespace http://ed-fi.org/0200
type SchoolYearType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration 1990-1991
appinfo
<ann:EdFiId>231-001</ann:EdFiId>
enumeration 1991-1992
appinfo
<ann:EdFiId>231-002</ann:EdFiId>
enumeration 1992-1993
appinfo
<ann:EdFiId>231-003</ann:EdFiId>
enumeration 1993-1994
appinfo
<ann:EdFiId>231-004</ann:EdFiId>
enumeration 1994-1995
appinfo
<ann:EdFiId>231-005</ann:EdFiId>
enumeration 1995-1996
appinfo
<ann:EdFiId>231-006</ann:EdFiId>
enumeration 1996-1997
appinfo
<ann:EdFiId>231-007</ann:EdFiId>
enumeration 1997-1998
appinfo
<ann:EdFiId>231-008</ann:EdFiId>
enumeration 1998-1999
appinfo
<ann:EdFiId>231-009</ann:EdFiId>
enumeration 1999-2000
appinfo
<ann:EdFiId>231-010</ann:EdFiId>
enumeration 2000-2001
appinfo
<ann:EdFiId>231-011</ann:EdFiId>
enumeration 2001-2002
appinfo
<ann:EdFiId>231-012</ann:EdFiId>
enumeration 2002-2003
appinfo
<ann:EdFiId>231-013</ann:EdFiId>
enumeration 2003-2004
appinfo
<ann:EdFiId>231-014</ann:EdFiId>
enumeration 2004-2005
appinfo
<ann:EdFiId>231-015</ann:EdFiId>
enumeration 2005-2006
appinfo
<ann:EdFiId>231-016</ann:EdFiId>
enumeration 2006-2007
appinfo
<ann:EdFiId>231-017</ann:EdFiId>
enumeration 2007-2008
appinfo
<ann:EdFiId>231-018</ann:EdFiId>
enumeration 2008-2009
appinfo
<ann:EdFiId>231-019</ann:EdFiId>
enumeration 2009-2010
appinfo
<ann:EdFiId>231-020</ann:EdFiId>
enumeration 2010-2011
appinfo
<ann:EdFiId>231-021</ann:EdFiId>
enumeration 2011-2012
appinfo
<ann:EdFiId>231-022</ann:EdFiId>
enumeration 2012-2013
appinfo
<ann:EdFiId>231-023</ann:EdFiId>
enumeration 2013-2014
appinfo
<ann:EdFiId>231-024</ann:EdFiId>
enumeration 2014-2015
appinfo
<ann:EdFiId>231-025</ann:EdFiId>
enumeration 2015-2016
appinfo
<ann:EdFiId>231-026</ann:EdFiId>
enumeration 2016-2017
appinfo
<ann:EdFiId>231-027</ann:EdFiId>
enumeration 2017-2018
appinfo
<ann:EdFiId>231-028</ann:EdFiId>
enumeration 2018-2019
appinfo
<ann:EdFiId>231-029</ann:EdFiId>
enumeration 2019-2020
appinfo
<ann:EdFiId>231-030</ann:EdFiId>
enumeration 2020-2021
appinfo
<ann:EdFiId>231-031</ann:EdFiId>
enumeration 2021-2022
appinfo
<ann:EdFiId>231-032</ann:EdFiId>
enumeration 2022-2023
appinfo
<ann:EdFiId>231-033</ann:EdFiId>
enumeration 2023-2024
appinfo
<ann:EdFiId>231-034</ann:EdFiId>
enumeration 2024-2025
appinfo
<ann:EdFiId>231-035</ann:EdFiId>
enumeration 2025-2026
appinfo
<ann:EdFiId>231-036</ann:EdFiId>
enumeration 2026-2027
appinfo
<ann:EdFiId>231-037</ann:EdFiId>
enumeration 2027-2028
appinfo
<ann:EdFiId>231-038</ann:EdFiId>
enumeration 2028-2029
appinfo
<ann:EdFiId>231-039</ann:EdFiId>
enumeration 2029-2030
appinfo
<ann:EdFiId>231-040</ann:EdFiId>
annotation
documentation
Projected High School graduation year.
appinfo
<ann:EdFiId>1111</ann:EdFiId>
source <xs:element name="ClassOfSchoolYear" type="SchoolYearType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Projected High School graduation year.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1111</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentSchoolAssociation/SchoolChoiceTransfer
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1513.png
namespace http://ed-fi.org/0200
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.
appinfo
<ann:EdFiId>1124</ann:EdFiId>
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:appinfo>
     
<ann:EdFiId>1124</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentSchoolAssociation/ExitWithdrawDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1514.png
namespace http://ed-fi.org/0200
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.
appinfo
<ann:EdFiId>1118</ann:EdFiId>
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:appinfo>
     
<ann:EdFiId>1118</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentSchoolAssociation/ExitWithdrawType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1515.png
namespace http://ed-fi.org/0200
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>
<ann:EdFiId>1119</ann:EdFiId>
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>
     
<ann:EdFiId>1119</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentSchoolAssociation/EducationPlan
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1516.png
namespace http://ed-fi.org/0200
type EducationPlanType
properties
minOcc 0
maxOcc unbounded
content simple
facets
Kind Value Annotation
enumeration 504 Plan
appinfo
<ann:EdFiId>168-001</ann:EdFiId>
enumeration Career Pathways
appinfo
<ann:EdFiId>168-002</ann:EdFiId>
enumeration Career Suggestions
appinfo
<ann:EdFiId>168-003</ann:EdFiId>
enumeration Completion and Reach Age 22
appinfo
<ann:EdFiId>168-004</ann:EdFiId>
enumeration Employability Skills
appinfo
<ann:EdFiId>168-005</ann:EdFiId>
enumeration Full Time Employment
appinfo
<ann:EdFiId>168-006</ann:EdFiId>
enumeration High School Education Plan
appinfo
<ann:EdFiId>168-007</ann:EdFiId>
enumeration IDEA IEP
appinfo
<ann:EdFiId>168-008</ann:EdFiId>
enumeration Other
appinfo
<ann:EdFiId>168-012</ann:EdFiId>
enumeration Outside Service Access
appinfo
<ann:EdFiId>168-009</ann:EdFiId>
enumeration Personal Graduation Plan
appinfo
<ann:EdFiId>168-010</ann:EdFiId>
enumeration Student Success Plan
appinfo
<ann:EdFiId>168-011</ann:EdFiId>
annotation
documentation
The type of EducationPlan(s) the student is following, if appropriate. For example:
Special education IEP
Vocational.
appinfo
<ann:EdFiId>1112</ann:EdFiId>
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:appinfo>
     
<ann:EdFiId>1112</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentSchoolAssociation/ResidencyStatus
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1517.png
namespace http://ed-fi.org/0200
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>
<ann:EdFiId>1123</ann:EdFiId>
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>
     
<ann:EdFiId>1123</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentSchoolAssociation/GraduationPlanReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1518.png
namespace http://ed-fi.org/0200
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.
appinfo
<ann:EdFiId>1120</ann:EdFiId>
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:appinfo>
     
<ann:EdFiId>1120</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentSchoolAssociation/EmployedWhileEnrolled
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1519.png
namespace http://ed-fi.org/0200
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.
appinfo
<ann:EdFiId>1113</ann:EdFiId>
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:appinfo>
     
<ann:EdFiId>1113</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>