complexType
CreditsByCourse
element CreditsByCourse/CourseCode
element CreditsByCourse/Credits
element CreditsByCourse/GradeLevel
diagram | |||||
namespace | http://ed-fi.org/0110 | ||||
children | CourseCode Credits GradeLevel | ||||
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="CourseCode" type="CourseCode" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The code 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="GradeLevel" type="DescriptorReferenceType" 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/CourseCode
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||
type | CourseCode | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | ID | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="CourseCode" type="CourseCode" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The code 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/0110 | ||||||||||||||||||||||
type | Credits | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | Credit | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
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/GradeLevel
diagram | |||||||||||||||||||||||||||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||||||||||||||||||
type | DescriptorReferenceType | ||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||
children | CodeValue ShortDescription Description | ||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||
source | <xs:element name="GradeLevel" type="DescriptorReferenceType" 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> |