complexType GraduationPlan
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p653.png
namespace http://ed-fi.org/0200
type extension of ComplexObjectType
properties
base ComplexObjectType
children GraduationPlanType IndividualPlan TotalRequiredCredits CreditsBySubject CreditsByCourse EducationOrganizationReference GraduationSchoolYear RequiredAssessment
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with the complex object.
annotation
documentation
This entity is a plan outlining the required credits, credits by subject, credits by course, and other criteria required for graduation. A graduation plan may be one or more standard plans defined by an education organization and/or individual plans for some or all students.
appinfo
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
<ann:EdFiId>562</ann:EdFiId>
source <xs:complexType name="GraduationPlan">
 
<xs:annotation>
   
<xs:documentation>This entity is a plan outlining the required credits, credits by subject, credits by course, and other criteria required for graduation. A graduation plan may be one or more standard plans defined by an education organization and/or individual plans for some or all students.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
     
<ann:EdFiId>562</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="ComplexObjectType">
     
<xs:sequence>
       
<xs:element name="GraduationPlanType" type="GraduationPlanTypeDescriptorReferenceType">
         
<xs:annotation>
           
<xs:documentation>The type of academic plan the student is following for graduation: for example, Minimum, Recommended, Distinguished, or Standard.</xs:documentation>
           
<xs:appinfo>
             
<ann:Descriptor>GraduationPlanTypeDescriptor</ann:Descriptor>
             
<ann:EdFiId>1439</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="IndividualPlan" type="xs:boolean" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>An indicator of whether the GraduationPlan is tailored for an individual.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1441</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="TotalRequiredCredits" type="Credits">
         
<xs:annotation>
           
<xs:documentation>The total number of credits required for graduation under this plan.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1442</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="CreditsBySubject" type="CreditsBySubject" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>The total credits required in subject to graduate. Only those courses identified as a high school course requirement are eligible to meet subject credit requirements.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1437</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="CreditsByCourse" type="CreditsByCourse" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>The total credits required for graduation by taking a specific course, or by taking one or more from a set of courses.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1436</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType">
         
<xs:annotation>
           
<xs:documentation>The reference to the EducationOrganization defining the plan.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1438</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="GraduationSchoolYear" type="SchoolYearType">
         
<xs:annotation>
           
<xs:documentation>The school year the student is expected to graduate.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1440</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="RequiredAssessment" type="RequiredAssessment" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>The assessments and associated required score and performance level needed to satisfy graduation requirements.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1779</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element GraduationPlan/GraduationPlanType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p654.png
namespace http://ed-fi.org/0200
type GraduationPlanTypeDescriptorReferenceType
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 type of academic plan the student is following for graduation: for example, Minimum, Recommended, Distinguished, or Standard.
appinfo
<ann:Descriptor>GraduationPlanTypeDescriptor</ann:Descriptor>
<ann:EdFiId>1439</ann:EdFiId>
source <xs:element name="GraduationPlanType" type="GraduationPlanTypeDescriptorReferenceType">
 
<xs:annotation>
   
<xs:documentation>The type of academic plan the student is following for graduation: for example, Minimum, Recommended, Distinguished, or Standard.</xs:documentation>
   
<xs:appinfo>
     
<ann:Descriptor>GraduationPlanTypeDescriptor</ann:Descriptor>
     
<ann:EdFiId>1439</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element GraduationPlan/IndividualPlan
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p655.png
namespace http://ed-fi.org/0200
type xs:boolean
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
An indicator of whether the GraduationPlan is tailored for an individual.
appinfo
<ann:EdFiId>1441</ann:EdFiId>
source <xs:element name="IndividualPlan" type="xs:boolean" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>An indicator of whether the GraduationPlan is tailored for an individual.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1441</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element GraduationPlan/TotalRequiredCredits
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p656.png
namespace http://ed-fi.org/0200
type Credits
properties
content complex
children Credits CreditType CreditConversion
annotation
documentation
The total number of credits required for graduation under this plan.
appinfo
<ann:EdFiId>1442</ann:EdFiId>
source <xs:element name="TotalRequiredCredits" type="Credits">
 
<xs:annotation>
   
<xs:documentation>The total number of credits required for graduation under this plan.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1442</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element GraduationPlan/CreditsBySubject
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p657.png
namespace http://ed-fi.org/0200
type CreditsBySubject
properties
minOcc 0
maxOcc unbounded
content complex
children AcademicSubject Credits
annotation
documentation
The total credits required in subject to graduate. Only those courses identified as a high school course requirement are eligible to meet subject credit requirements.
appinfo
<ann:EdFiId>1437</ann:EdFiId>
source <xs:element name="CreditsBySubject" type="CreditsBySubject" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>The total credits required in subject to graduate. Only those courses identified as a high school course requirement are eligible to meet subject credit requirements.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1437</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element GraduationPlan/CreditsByCourse
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p658.png
namespace http://ed-fi.org/0200
type CreditsByCourse
properties
minOcc 0
maxOcc unbounded
content complex
children CourseSetName CourseReference Credits WhenTakenGradeLevel
annotation
documentation
The total credits required for graduation by taking a specific course, or by taking one or more from a set of courses.
appinfo
<ann:EdFiId>1436</ann:EdFiId>
source <xs:element name="CreditsByCourse" type="CreditsByCourse" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>The total credits required for graduation by taking a specific course, or by taking one or more from a set of courses.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1436</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element GraduationPlan/EducationOrganizationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p659.png
namespace http://ed-fi.org/0200
type EducationOrganizationReferenceType
properties
content complex
children EducationOrganizationIdentity EducationOrganizationLookup
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 reference to the EducationOrganization defining the plan.
appinfo
<ann:EdFiId>1438</ann:EdFiId>
source <xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType">
 
<xs:annotation>
   
<xs:documentation>The reference to the EducationOrganization defining the plan.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1438</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element GraduationPlan/GraduationSchoolYear
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p660.png
namespace http://ed-fi.org/0200
type SchoolYearType
properties
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 the student is expected to graduate.
appinfo
<ann:EdFiId>1440</ann:EdFiId>
source <xs:element name="GraduationSchoolYear" type="SchoolYearType">
 
<xs:annotation>
   
<xs:documentation>The school year the student is expected to graduate.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1440</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element GraduationPlan/RequiredAssessment
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p661.png
namespace http://ed-fi.org/0200
type RequiredAssessment
properties
minOcc 0
maxOcc unbounded
content complex
children AssessmentReference RequiredAssessmentScore RequiredAssessmentPerformanceLevel
annotation
documentation
The assessments and associated required score and performance level needed to satisfy graduation requirements.
appinfo
<ann:EdFiId>1779</ann:EdFiId>
source <xs:element name="RequiredAssessment" type="RequiredAssessment" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>The assessments and associated required score and performance level needed to satisfy graduation requirements.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1779</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>