complexType ReportCard
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p780.png
namespace http://ed-fi.org/0110
type extension of ComplexObjectType
properties
base ComplexObjectType
children GradeReference StudentCompetencyReference GPAGivenGradingPeriod GPACumulative NumberOfDaysAbsent NumberOfDaysInAttendance NumberOfDaysTardy StudentReference GradingPeriodReference
attributes
Name  Type  Use  Default  Fixed  annotation
idxs: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>
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>
   
</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:annotation>
       
</xs:element>
       
<xs:element name="StudentCompetencyReference" type="StudentCompetencyReferenceType" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>The student competency evaluations associated for this grading period.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="GPAGivenGradingPeriod" type="xs:decimal" 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:annotation>
       
</xs:element>
       
<xs:element name="GPACumulative" type="xs:decimal" 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: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: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: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:annotation>
       
</xs:element>
       
<xs:element name="StudentReference" type="StudentReferenceType">
         
<xs:annotation>
           
<xs:documentation>Identifies the student that is associated with the Report Card</xs:documentation>
         
</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:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element ReportCard/GradeReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p781.png
namespace http://ed-fi.org/0110
type GradeReferenceType
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children GradeIdentity
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.
annotation
documentation
Grades for the classes attended by the student for this grading period.
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:annotation>
</xs:element>

element ReportCard/StudentCompetencyReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p782.png
namespace http://ed-fi.org/0110
type StudentCompetencyReferenceType
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children StudentCompetencyIdentity
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.
annotation
documentation
The student competency evaluations associated for this grading period.
source <xs:element name="StudentCompetencyReference" type="StudentCompetencyReferenceType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>The student competency evaluations associated for this grading period.</xs:documentation>
 
</xs:annotation>
</xs:element>

element ReportCard/GPAGivenGradingPeriod
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p783.png
namespace http://ed-fi.org/0110
type xs:decimal
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
A measure of average performance in all courses taken by an individual for the current grading period.
source <xs:element name="GPAGivenGradingPeriod" type="xs:decimal" 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:annotation>
</xs:element>

element ReportCard/GPACumulative
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p784.png
namespace http://ed-fi.org/0110
type xs:decimal
properties
isRef 0
minOcc 0
maxOcc 1
content simple
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.
source <xs:element name="GPACumulative" type="xs:decimal" 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:annotation>
</xs:element>

element ReportCard/NumberOfDaysAbsent
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p785.png
namespace http://ed-fi.org/0110
type NumberOfDaysAbsent
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
minInclusive 
annotation
documentation
The number of days an individual is absent when school is in session during a given reporting period.
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:annotation>
</xs:element>

element ReportCard/NumberOfDaysInAttendance
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p786.png
namespace http://ed-fi.org/0110
type NumberOfDaysInAttendance
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
minInclusive 
annotation
documentation
The number of days an individual is present when school is in session during a given reporting period.
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:annotation>
</xs:element>

element ReportCard/NumberOfDaysTardy
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p787.png
namespace http://ed-fi.org/0110
type NumberOfDaysTardy
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
minInclusive 
annotation
documentation
The number of days an individual is tardy during a given reporting period.
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:annotation>
</xs:element>

element ReportCard/StudentReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p788.png
namespace http://ed-fi.org/0110
type StudentReferenceType
properties
isRef 0
content complex
children StudentIdentity
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.
annotation
documentation
Identifies the student that is associated with the Report Card
source <xs:element name="StudentReference" type="StudentReferenceType">
 
<xs:annotation>
   
<xs:documentation>Identifies the student that is associated with the Report Card</xs:documentation>
 
</xs:annotation>
</xs:element>

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