complexType
ReportCard
element ReportCard/GradeReference
element ReportCard/StudentCompetencyObjectiveReference
element ReportCard/StudentLearningObjectiveReference
element ReportCard/GPAGivenGradingPeriod
element ReportCard/GPACumulative
element ReportCard/NumberOfDaysAbsent
element ReportCard/NumberOfDaysInAttendance
element ReportCard/NumberOfDaysTardy
element ReportCard/StudentReference
element ReportCard/EducationOrganizationReference
element ReportCard/GradingPeriodReference
diagram | |||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||
type | extension of ComplexObjectType | ||||||||||||||
properties |
|
||||||||||||||
children | GradeReference StudentCompetencyObjectiveReference StudentLearningObjectiveReference GPAGivenGradingPeriod GPACumulative NumberOfDaysAbsent NumberOfDaysInAttendance NumberOfDaysTardy StudentReference EducationOrganizationReference 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="StudentCompetencyObjectiveReference" type="StudentCompetencyObjectiveReferenceType" 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="StudentLearningObjectiveReference" type="StudentLearningObjectiveReferenceType" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The StudentLearningObjective evaluations associated for this grading period.</xs:documentation> </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: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: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 ReportCard.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType"> <xs:annotation> <xs:documentation>Identifies the EducationOrganization that issued the ReportCard.</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/0210 | ||||||||||||||||||||||
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/StudentCompetencyObjectiveReference
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | StudentCompetencyObjectiveReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | StudentCompetencyObjectiveIdentity | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
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:annotation> </xs:element> |
element ReportCard/StudentLearningObjectiveReference
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | StudentLearningObjectiveReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | StudentLearningObjectiveIdentity | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
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:annotation> </xs:element> |
element ReportCard/GPAGivenGradingPeriod
diagram | |||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||
type | GPA | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
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:annotation> </xs:element> |
element ReportCard/GPACumulative
diagram | |||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||
type | GPA | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
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:annotation> </xs:element> |
element ReportCard/NumberOfDaysAbsent
diagram | |||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||
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/0210 | ||||||||||||
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/0210 | ||||||
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/0210 | ||||||||||||||||||||||
type | StudentReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | StudentIdentity StudentLookup | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="StudentReference" type="StudentReferenceType"> <xs:annotation> <xs:documentation>Identifies the student that is associated with the ReportCard.</xs:documentation> </xs:annotation> </xs:element> |
element ReportCard/EducationOrganizationReference
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | EducationOrganizationReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | EducationOrganizationIdentity EducationOrganizationLookup | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType"> <xs:annotation> <xs:documentation>Identifies the EducationOrganization that issued the ReportCard.</xs:documentation> </xs:annotation> </xs:element> |
element ReportCard/GradingPeriodReference
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
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> |