complexType GraduationPlan
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p525.png
namespace http://ed-fi.org/0110
type extension of ComplexObjectType
properties
base ComplexObjectType
children GraduationPlanType IndividualPlan TotalCreditsRequired CreditsBySubject CreditsByCourse EducationOrganizationReference StudentReference
attributes
Name  Type  Use  Default  Fixed  annotation
idxs: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>
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>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="ComplexObjectType">
     
<xs:sequence>
       
<xs:element name="GraduationPlanType" type="DescriptorReferenceType">
         
<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>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="IndividualPlan" type="xs:boolean" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>An indicator of whether the graduation plan is tailored for an individual.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="TotalCreditsRequired" type="Credits">
         
<xs:annotation>
           
<xs:documentation>The total number of credits required for graduation under this plan.</xs:documentation>
         
</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:annotation>
       
</xs:element>
       
<xs:element name="CreditsByCourse" type="CreditsByCourse" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>The total credits required to graduation by taking a specific course, or by taking one or more from a set of courses.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>For standard plans defined by an education organization, the reference to the organization defining the plan.  Individualized plans do not require this reference.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="StudentReference" type="StudentReferenceType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Student for whom an individual graduation plan is developed</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element GraduationPlan/GraduationPlanType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p526.png
namespace http://ed-fi.org/0110
type DescriptorReferenceType
properties
isRef 0
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 academic plan the student is following for graduation: for example, Minimum, Recommended, Distinguished, or Standard.
appinfo
<ann:Descriptor>GraduationPlanTypeDescriptor</ann:Descriptor>
source <xs:element name="GraduationPlanType" type="DescriptorReferenceType">
 
<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>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

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

element GraduationPlan/TotalCreditsRequired
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p528.png
namespace http://ed-fi.org/0110
type Credits
properties
isRef 0
content complex
children Credit
attributes
Name  Type  Use  Default  Fixed  annotation
CreditTypeCreditTypeoptional      
documentation
The type of credits or units of value awarded for the completion of a course
CreditConversionxs:decimaloptional      
documentation
Conversion factor that when multiplied by the number of credits is equivalent to Carnegie units.
annotation
documentation
The total number of credits required for graduation under this plan.
source <xs:element name="TotalCreditsRequired" type="Credits">
 
<xs:annotation>
   
<xs:documentation>The total number of credits required for graduation under this plan.</xs:documentation>
 
</xs:annotation>
</xs:element>

element GraduationPlan/CreditsBySubject
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p529.png
namespace http://ed-fi.org/0110
type CreditsBySubject
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children SubjectArea 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.
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:annotation>
</xs:element>

element GraduationPlan/CreditsByCourse
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p530.png
namespace http://ed-fi.org/0110
type CreditsByCourse
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children CourseCode Credits GradeLevel
annotation
documentation
The total credits required to graduation by taking a specific course, or by taking one or more from a set of courses.
source <xs:element name="CreditsByCourse" type="CreditsByCourse" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>The total credits required to graduation by taking a specific course, or by taking one or more from a set of courses.</xs:documentation>
 
</xs:annotation>
</xs:element>

element GraduationPlan/EducationOrganizationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p531.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
For standard plans defined by an education organization, the reference to the organization defining the plan.  Individualized plans do not require this reference.
source <xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>For standard plans defined by an education organization, the reference to the organization defining the plan.  Individualized plans do not require this reference.</xs:documentation>
 
</xs:annotation>
</xs:element>

element GraduationPlan/StudentReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p532.png
namespace http://ed-fi.org/0110
type StudentReferenceType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children StudentIdentity
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
Student for whom an individual graduation plan is developed
source <xs:element name="StudentReference" type="StudentReferenceType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Student for whom an individual graduation plan is developed</xs:documentation>
 
</xs:annotation>
</xs:element>