complexType
ReportCard
element ReportCard/GradeReference
element ReportCard/StudentCompetencyReference
element ReportCard/GPAGivenGradingPeriod
element ReportCard/GPACumulative
element ReportCard/NumberOfDaysAbsent
element ReportCard/NumberOfDaysInAttendance
element ReportCard/NumberOfDaysTardy
element ReportCard/StudentReference
element ReportCard/GradingPeriodReference
diagram | |||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||
type | extension of ComplexObjectType | ||||||||||||||
properties |
|
||||||||||||||
children | GradeReference StudentCompetencyReference GPAGivenGradingPeriod GPACumulative NumberOfDaysAbsent NumberOfDaysInAttendance NumberOfDaysTardy StudentReference GradingPeriodReference | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
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 | |||||||||||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||
type | GradeReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | GradeIdentity | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
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 | |||||||||||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||
type | StudentCompetencyReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | StudentCompetencyIdentity | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
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 | |||||||||
namespace | http://ed-fi.org/0110 | ||||||||
type | xs:decimal | ||||||||
properties |
|
||||||||
annotation |
|
||||||||
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 | |||||||||
namespace | http://ed-fi.org/0110 | ||||||||
type | xs:decimal | ||||||||
properties |
|
||||||||
annotation |
|
||||||||
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 | |||||||||
namespace | http://ed-fi.org/0110 | ||||||||
type | NumberOfDaysAbsent | ||||||||
properties |
|
||||||||
facets |
|
||||||||
annotation |
|
||||||||
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 | |||||||||
namespace | http://ed-fi.org/0110 | ||||||||
type | NumberOfDaysInAttendance | ||||||||
properties |
|
||||||||
facets |
|
||||||||
annotation |
|
||||||||
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 | |||||||||
namespace | http://ed-fi.org/0110 | ||||||||
type | NumberOfDaysTardy | ||||||||
properties |
|
||||||||
facets |
|
||||||||
annotation |
|
||||||||
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 | |||||||||||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||
type | StudentReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | StudentIdentity | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
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 | |||||||||||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||
type | GradingPeriodReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | GradingPeriodIdentity | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
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> |