complexType CreditsBySubject
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p328.png
namespace http://ed-fi.org/0110
children SubjectArea Credits
used by
element GraduationPlan/CreditsBySubject
annotation
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.
appinfo
<ann:TypeGroup>Common</ann:TypeGroup>
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="SubjectArea" type="DescriptorReferenceType">
     
<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/SubjectArea
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p329.png
namespace http://ed-fi.org/0110
type DescriptorReferenceType
properties
isRef 0
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 intended major subject area of the graduation requirement.
appinfo
<ann:Descriptor>AcademicSubjectDescriptor</ann:Descriptor>
source <xs:element name="SubjectArea" type="DescriptorReferenceType">
 
<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 Ed-Fi-Core_diagrams/Ed-Fi-Core_p330.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>