complexType ReportCard
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1006.png
namespace http://ed-fi.org/0200
type extension of ComplexObjectType
properties
base ComplexObjectType
children GradeReference StudentCompetencyObjectiveReference StudentLearningObjectiveReference GPAGivenGradingPeriod GPACumulative NumberOfDaysAbsent NumberOfDaysInAttendance NumberOfDaysTardy StudentReference EducationOrganizationReference GradingPeriodReference
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with the complex object.
annotation
documentation
This educational entity represents the collection of student grades for courses taken during a grading period.
appinfo
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
<ann:EdFiId>577</ann:EdFiId>
source <xs:complexType name="ReportCard">
 
<xs:annotation>
   
<xs:documentation>This educational entity represents the collection of student grades for courses taken during a grading period.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
     
<ann:EdFiId>577</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="ComplexObjectType">
     
<xs:sequence>
       
<xs:element name="GradeReference" type="GradeReferenceType" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>Grades for the classes attended by the Student for this grading period.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1585</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="StudentCompetencyObjectiveReference" type="StudentCompetencyObjectiveReferenceType" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>The Student competency evaluations associated for this grading period.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1590</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="StudentLearningObjectiveReference" type="StudentLearningObjectiveReferenceType" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>The StudentLearningObjective evaluations associated for this grading period.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1591</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="GPAGivenGradingPeriod" type="GPA" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>A measure of average performance in all courses taken by an individual for the current grading period.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1584</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="GPACumulative" type="GPA" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>A measure of cumulative average performance in all courses taken by an individual from the beginning of the school year through the current grading period.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1583</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="NumberOfDaysAbsent" type="NumberOfDaysAbsent" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The number of days an individual is absent when school is in session during a given reporting period.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1587</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="NumberOfDaysInAttendance" type="NumberOfDaysInAttendance" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The number of days an individual is present when school is in session during a given reporting period.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1588</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="NumberOfDaysTardy" type="NumberOfDaysTardy" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The number of days an individual is tardy during a given reporting period.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1589</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="StudentReference" type="StudentReferenceType">
         
<xs:annotation>
           
<xs:documentation>Identifies the student that is associated with the ReportCard.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1592</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType">
         
<xs:annotation>
           
<xs:documentation>Identifies the EducationOrganization that issued the ReportCard.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1582</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="GradingPeriodReference" type="GradingPeriodReferenceType">
         
<xs:annotation>
           
<xs:documentation>Identifies the grading period for this report card.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1586</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element ReportCard/GradeReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1007.png
namespace http://ed-fi.org/0200
type GradeReferenceType
properties
minOcc 0
maxOcc unbounded
content complex
children GradeIdentity
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
Grades for the classes attended by the Student for this grading period.
appinfo
<ann:EdFiId>1585</ann:EdFiId>
source <xs:element name="GradeReference" type="GradeReferenceType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Grades for the classes attended by the Student for this grading period.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1585</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element ReportCard/StudentCompetencyObjectiveReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1008.png
namespace http://ed-fi.org/0200
type StudentCompetencyObjectiveReferenceType
properties
minOcc 0
maxOcc unbounded
content complex
children StudentCompetencyObjectiveIdentity
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 Student competency evaluations associated for this grading period.
appinfo
<ann:EdFiId>1590</ann:EdFiId>
source <xs:element name="StudentCompetencyObjectiveReference" type="StudentCompetencyObjectiveReferenceType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>The Student competency evaluations associated for this grading period.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1590</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element ReportCard/StudentLearningObjectiveReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1009.png
namespace http://ed-fi.org/0200
type StudentLearningObjectiveReferenceType
properties
minOcc 0
maxOcc unbounded
content complex
children StudentLearningObjectiveIdentity
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 StudentLearningObjective evaluations associated for this grading period.
appinfo
<ann:EdFiId>1591</ann:EdFiId>
source <xs:element name="StudentLearningObjectiveReference" type="StudentLearningObjectiveReferenceType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>The StudentLearningObjective evaluations associated for this grading period.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1591</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element ReportCard/GPAGivenGradingPeriod
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1010.png
namespace http://ed-fi.org/0200
type GPA
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minInclusive 0
totalDigits 18
fractionDigits 4
annotation
documentation
A measure of average performance in all courses taken by an individual for the current grading period.
appinfo
<ann:EdFiId>1584</ann:EdFiId>
source <xs:element name="GPAGivenGradingPeriod" type="GPA" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>A measure of average performance in all courses taken by an individual for the current grading period.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1584</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element ReportCard/GPACumulative
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1011.png
namespace http://ed-fi.org/0200
type GPA
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minInclusive 0
totalDigits 18
fractionDigits 4
annotation
documentation
A measure of cumulative average performance in all courses taken by an individual from the beginning of the school year through the current grading period.
appinfo
<ann:EdFiId>1583</ann:EdFiId>
source <xs:element name="GPACumulative" type="GPA" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>A measure of cumulative average performance in all courses taken by an individual from the beginning of the school year through the current grading period.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1583</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element ReportCard/NumberOfDaysAbsent
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1012.png
namespace http://ed-fi.org/0200
type NumberOfDaysAbsent
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minInclusive 0
totalDigits 18
fractionDigits 4
annotation
documentation
The number of days an individual is absent when school is in session during a given reporting period.
appinfo
<ann:EdFiId>1587</ann:EdFiId>
source <xs:element name="NumberOfDaysAbsent" type="NumberOfDaysAbsent" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The number of days an individual is absent when school is in session during a given reporting period.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1587</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element ReportCard/NumberOfDaysInAttendance
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1013.png
namespace http://ed-fi.org/0200
type NumberOfDaysInAttendance
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minInclusive 0
totalDigits 18
fractionDigits 4
annotation
documentation
The number of days an individual is present when school is in session during a given reporting period.
appinfo
<ann:EdFiId>1588</ann:EdFiId>
source <xs:element name="NumberOfDaysInAttendance" type="NumberOfDaysInAttendance" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The number of days an individual is present when school is in session during a given reporting period.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1588</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element ReportCard/NumberOfDaysTardy
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1014.png
namespace http://ed-fi.org/0200
type NumberOfDaysTardy
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minInclusive 0
annotation
documentation
The number of days an individual is tardy during a given reporting period.
appinfo
<ann:EdFiId>1589</ann:EdFiId>
source <xs:element name="NumberOfDaysTardy" type="NumberOfDaysTardy" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The number of days an individual is tardy during a given reporting period.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1589</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element ReportCard/StudentReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1015.png
namespace http://ed-fi.org/0200
type StudentReferenceType
properties
content complex
children StudentIdentity StudentLookup
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
Identifies the student that is associated with the ReportCard.
appinfo
<ann:EdFiId>1592</ann:EdFiId>
source <xs:element name="StudentReference" type="StudentReferenceType">
 
<xs:annotation>
   
<xs:documentation>Identifies the student that is associated with the ReportCard.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1592</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element ReportCard/EducationOrganizationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1016.png
namespace http://ed-fi.org/0200
type EducationOrganizationReferenceType
properties
content complex
children EducationOrganizationIdentity EducationOrganizationLookup
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
Identifies the EducationOrganization that issued the ReportCard.
appinfo
<ann:EdFiId>1582</ann:EdFiId>
source <xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType">
 
<xs:annotation>
   
<xs:documentation>Identifies the EducationOrganization that issued the ReportCard.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1582</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element ReportCard/GradingPeriodReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1017.png
namespace http://ed-fi.org/0200
type GradingPeriodReferenceType
properties
content complex
children GradingPeriodIdentity
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
Identifies the grading period for this report card.
appinfo
<ann:EdFiId>1586</ann:EdFiId>
source <xs:element name="GradingPeriodReference" type="GradingPeriodReferenceType">
 
<xs:annotation>
   
<xs:documentation>Identifies the grading period for this report card.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1586</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>