complexType CreditsByCourse
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p397.png
namespace http://ed-fi.org/0200
children CourseSetName CourseReference Credits WhenTakenGradeLevel
used by
element GraduationPlan/CreditsByCourse
annotation
documentation
The total credits required to graduation by taking a specific course, or by taking one or more from a set of courses.
appinfo
<ann:TypeGroup>Common</ann:TypeGroup>
<ann:EdFiId>498</ann:EdFiId>
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>
     
<ann:EdFiId>498</ann:EdFiId>
   
</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:appinfo>
         
<ann:EdFiId>795</ann:EdFiId>
       
</xs:appinfo>
     
</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:appinfo>
         
<ann:EdFiId>794</ann:EdFiId>
       
</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:appinfo>
         
<ann:EdFiId>793</ann:EdFiId>
       
</xs:appinfo>
     
</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>
         
<ann:EdFiId>797</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element CreditsByCourse/CourseSetName
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p398.png
namespace http://ed-fi.org/0200
type CourseSetName
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 120
annotation
documentation
Identifying name given to a collection of courses.
appinfo
<ann:EdFiId>795</ann:EdFiId>
source <xs:element name="CourseSetName" type="CourseSetName">
 
<xs:annotation>
   
<xs:documentation>Identifying name given to a collection of courses.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>795</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element CreditsByCourse/CourseReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p399.png
namespace http://ed-fi.org/0200
type CourseReferenceType
properties
minOcc 1
maxOcc unbounded
content complex
children CourseIdentity CourseLookup
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with this complex object.
ref  xs:IDREF        
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
The course reference that identifies the organization of subject matter and related learning experiences provided for the instruction of students.
appinfo
<ann:EdFiId>794</ann:EdFiId>
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:appinfo>
     
<ann:EdFiId>794</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element CreditsByCourse/Credits
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p400.png
namespace http://ed-fi.org/0200
type Credits
properties
content complex
children Credits CreditType CreditConversion
annotation
documentation
The value of credits or units of value awarded for the completion of a course.
appinfo
<ann:EdFiId>793</ann:EdFiId>
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:appinfo>
     
<ann:EdFiId>793</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element CreditsByCourse/WhenTakenGradeLevel
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p401.png
namespace http://ed-fi.org/0200
type GradeLevelDescriptorReferenceType
properties
minOcc 0
maxOcc 1
content complex
children CodeValue Namespace
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with this complex object.
ref  xs:IDREF        
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
The grade level when the student is planned to take the course.
appinfo
<ann:Descriptor>GradeLevelDescriptor</ann:Descriptor>
<ann:EdFiId>797</ann:EdFiId>
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>
     
<ann:EdFiId>797</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>