complexType CreditsBySubject
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p402.png
namespace http://ed-fi.org/0200
children AcademicSubject 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>
<ann:EdFiId>499</ann:EdFiId>
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>
     
<ann:EdFiId>499</ann:EdFiId>
   
</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>
         
<ann:EdFiId>798</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>796</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element CreditsBySubject/AcademicSubject
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p403.png
namespace http://ed-fi.org/0200
type AcademicSubjectDescriptorReferenceType
properties
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 intended major subject area of the graduation requirement.
appinfo
<ann:Descriptor>AcademicSubjectDescriptor</ann:Descriptor>
<ann:EdFiId>798</ann:EdFiId>
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>
     
<ann:EdFiId>798</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element CreditsBySubject/Credits
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p404.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>796</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>796</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>