complexType
CreditsByCourse
element CreditsByCourse/CourseSetName
element CreditsByCourse/CourseReference
element CreditsByCourse/Credits
element CreditsByCourse/WhenTakenGradeLevel
diagram | |||||
namespace | http://ed-fi.org/0210 | ||||
children | CourseSetName CourseReference Credits WhenTakenGradeLevel | ||||
used by |
|
||||
annotation |
|
||||
source | <xs:complexType name="CreditsByCourse"> <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:appinfo> <ann:TypeGroup>Common</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:sequence> <xs:element name="CourseSetName" type="CourseSetName"> <xs:annotation> <xs:documentation>Identifying name given to a collection of courses.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="CourseReference" type="CourseReferenceType" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The course reference that identifies the organization of subject matter and related learning experiences provided for the instruction of students.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Credits" type="Credits"> <xs:annotation> <xs:documentation>The value of credits or units of value awarded for the completion of a course.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="WhenTakenGradeLevel" type="GradeLevelDescriptorReferenceType" minOccurs="0"> <xs:annotation> <xs:documentation>The grade level when the student is planned to take the course.</xs:documentation> <xs:appinfo> <ann:Descriptor>GradeLevelDescriptor</ann:Descriptor> </xs:appinfo> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
element CreditsByCourse/CourseSetName
diagram | ||||||||||
namespace | http://ed-fi.org/0210 | |||||||||
type | CourseSetName | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="CourseSetName" type="CourseSetName"> <xs:annotation> <xs:documentation>Identifying name given to a collection of courses.</xs:documentation> </xs:annotation> </xs:element> |
element CreditsByCourse/CourseReference
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | CourseReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | CourseIdentity CourseLookup | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="CourseReference" type="CourseReferenceType" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The course reference that identifies the organization of subject matter and related learning experiences provided for the instruction of students.</xs:documentation> </xs:annotation> </xs:element> |
element CreditsByCourse/Credits
diagram | |||
namespace | http://ed-fi.org/0210 | ||
type | Credits | ||
properties |
|
||
children | Credits CreditType CreditConversion | ||
annotation |
|
||
source | <xs:element name="Credits" type="Credits"> <xs:annotation> <xs:documentation>The value of credits or units of value awarded for the completion of a course.</xs:documentation> </xs:annotation> </xs:element> |
element CreditsByCourse/WhenTakenGradeLevel
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | GradeLevelDescriptorReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | CodeValue Namespace | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="WhenTakenGradeLevel" type="GradeLevelDescriptorReferenceType" minOccurs="0"> <xs:annotation> <xs:documentation>The grade level when the student is planned to take the course.</xs:documentation> <xs:appinfo> <ann:Descriptor>GradeLevelDescriptor</ann:Descriptor> </xs:appinfo> </xs:annotation> </xs:element> |