complexType
GraduationPlan
element GraduationPlan/GraduationPlanType
element GraduationPlan/IndividualPlan
element GraduationPlan/TotalCreditsRequired
element GraduationPlan/CreditsBySubject
element GraduationPlan/CreditsByCourse
element GraduationPlan/EducationOrganizationReference
element GraduationPlan/StudentReference
diagram | |||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||
type | extension of ComplexObjectType | ||||||||||||||
properties |
|
||||||||||||||
children | GraduationPlanType IndividualPlan TotalCreditsRequired CreditsBySubject CreditsByCourse EducationOrganizationReference StudentReference | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
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 | |||||||||||||||||||||||||||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||||||||||||||||||
type | DescriptorReferenceType | ||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||
children | CodeValue ShortDescription Description | ||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||
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 | |||||||||
namespace | http://ed-fi.org/0110 | ||||||||
type | xs:boolean | ||||||||
properties |
|
||||||||
annotation |
|
||||||||
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 | |||||||||||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||
type | Credits | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | Credit | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
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 | |||||||||
namespace | http://ed-fi.org/0110 | ||||||||
type | CreditsBySubject | ||||||||
properties |
|
||||||||
children | SubjectArea Credits | ||||||||
annotation |
|
||||||||
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 | |||||||||
namespace | http://ed-fi.org/0110 | ||||||||
type | CreditsByCourse | ||||||||
properties |
|
||||||||
children | CourseCode Credits GradeLevel | ||||||||
annotation |
|
||||||||
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 | |||||||||||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||
type | EducationOrganizationReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | EducationOrganizationIdentity | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
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 | |||||||||||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||
type | StudentReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | StudentIdentity | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
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> |