complexType CreditsByCourse
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p324.png
namespace http://ed-fi.org/0110
children CourseCode Credits GradeLevel
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>
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 Ed-Fi-Core_diagrams/Ed-Fi-Core_p325.png
namespace http://ed-fi.org/0110
type CourseCode
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
children ID
attributes
Name  Type  Use  Default  Fixed  annotation
IdentificationSystemCourseCodeSystemTyperequired      
documentation
A system that is used to identify the organization of subject matter and related learning experiences provided for the instruction of students.
AssigningOrganizationCodeIdentificationCodeoptional      
documentation
The organization code or name assigning the staff Identification Code.
annotation
documentation
The code that identifies the organization of subject matter and related learning experiences provided for the instruction of students.
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 Ed-Fi-Core_diagrams/Ed-Fi-Core_p326.png
namespace http://ed-fi.org/0110
type Credits
properties
isRef 0
content complex
children Credit
attributes
Name  Type  Use  Default  Fixed  annotation
CreditTypeCreditTypeoptional      
documentation
The type of credits or units of value awarded for the completion of a course
CreditConversionxs:decimaloptional      
documentation
Conversion factor that when multiplied by the number of credits is equivalent to Carnegie units.
annotation
documentation
The value of credits or units of value awarded for the completion of a course.
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 Ed-Fi-Core_diagrams/Ed-Fi-Core_p327.png
namespace http://ed-fi.org/0110
type DescriptorReferenceType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children CodeValue ShortDescription Description
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with this complex object.
refxs:IDREF      
documentation
The XML IDREF that references the object associated with this object.
AsOfDate      
documentation
The date context in which this reference should be considered. This is important when descriptors change over time. If omitted, assumed to be the current descriptor.
namespaceURIrequired      
documentation
A globally unique namespace that identifies this descriptor set. Author is strongly encouraged to use the Universal Resource Identifier (http, ftp, file, etc.) for the source of the descriptor definition. Best practice is for this source to be the descriptor file itself, so that it can be machine-readable and be fetched in real-time, if necessary.
annotation
documentation
The grade level when the student is planned to take the course.
appinfo
<ann:Descriptor>GradeLevelDescriptor</ann:Descriptor>
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>