complexType
CreditsBySubject
element CreditsBySubject/AcademicSubject
element CreditsBySubject/Credits
diagram | |||||
namespace | http://ed-fi.org/0210 | ||||
children | AcademicSubject Credits | ||||
used by |
|
||||
annotation |
|
||||
source | <xs:complexType name="CreditsBySubject"> <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:TypeGroup>Common</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:sequence> <xs:element name="AcademicSubject" type="AcademicSubjectDescriptorReferenceType"> <xs:annotation> <xs:documentation>The intended major subject area of the graduation requirement.</xs:documentation> <xs:appinfo> <ann:Descriptor>AcademicSubjectDescriptor</ann:Descriptor> </xs:appinfo> </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:sequence> </xs:complexType> |
element CreditsBySubject/AcademicSubject
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | AcademicSubjectDescriptorReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | CodeValue Namespace | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="AcademicSubject" type="AcademicSubjectDescriptorReferenceType"> <xs:annotation> <xs:documentation>The intended major subject area of the graduation requirement.</xs:documentation> <xs:appinfo> <ann:Descriptor>AcademicSubjectDescriptor</ann:Descriptor> </xs:appinfo> </xs:annotation> </xs:element> |
element CreditsBySubject/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> |