complexType
StudentLearningObjective
element StudentLearningObjective/LearningObjectiveReference
element StudentLearningObjective/CompetencyLevel
element StudentLearningObjective/DiagnosticStatement
element StudentLearningObjective/GradingPeriodReference
element StudentLearningObjective/StudentReference
element StudentLearningObjective/StudentSectionAssociationReference
element StudentLearningObjective/StudentProgramAssociationReference
diagram | |||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||
type | extension of ComplexObjectType | ||||||||||||||
properties |
|
||||||||||||||
children | LearningObjectiveReference CompetencyLevel DiagnosticStatement GradingPeriodReference StudentReference StudentSectionAssociationReference StudentProgramAssociationReference | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:complexType name="StudentLearningObjective"> <xs:annotation> <xs:documentation>This entity represents the competency assessed or evaluated for the student against a specific LearningObjective.</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="LearningObjectiveReference" type="LearningObjectiveReferenceType"> <xs:annotation> <xs:documentation>The LearningObjective evaluated or assessed for the student.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="CompetencyLevel" type="CompetencyLevelDescriptorReferenceType"> <xs:annotation> <xs:documentation>The CompetencyLevel assessed for the student for the referenced LearningObjective.</xs:documentation> <xs:appinfo> <ann:Descriptor>CompetencyLevelDescriptor</ann:Descriptor> </xs:appinfo> </xs:annotation> </xs:element> <xs:element name="DiagnosticStatement" type="DiagnosticStatement" minOccurs="0"> <xs:annotation> <xs:documentation>A statement provided by the teacher that provides information in addition to the grade or assessment score.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="GradingPeriodReference" type="GradingPeriodReferenceType"> <xs:annotation> <xs:documentation>Relates the LearningObjective to a grading period.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="StudentReference" type="StudentReferenceType"> <xs:annotation> <xs:documentation>Relates the Student associated with the LearningObjective.</xs:documentation> </xs:annotation> </xs:element> <xs:choice minOccurs="0"> <xs:element name="StudentSectionAssociationReference" type="StudentSectionAssociationReferenceType" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Relates the Student and Section associated with the LearningObjective.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="StudentProgramAssociationReference" type="StudentProgramAssociationReferenceType" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Relates the Student and Program associated with the LearningObjective.</xs:documentation> </xs:annotation> </xs:element> </xs:choice> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
element StudentLearningObjective/LearningObjectiveReference
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | LearningObjectiveReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | LearningObjectiveIdentity | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="LearningObjectiveReference" type="LearningObjectiveReferenceType"> <xs:annotation> <xs:documentation>The LearningObjective evaluated or assessed for the student.</xs:documentation> </xs:annotation> </xs:element> |
element StudentLearningObjective/CompetencyLevel
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | CompetencyLevelDescriptorReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | CodeValue Namespace | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="CompetencyLevel" type="CompetencyLevelDescriptorReferenceType"> <xs:annotation> <xs:documentation>The CompetencyLevel assessed for the student for the referenced LearningObjective.</xs:documentation> <xs:appinfo> <ann:Descriptor>CompetencyLevelDescriptor</ann:Descriptor> </xs:appinfo> </xs:annotation> </xs:element> |
element StudentLearningObjective/DiagnosticStatement
diagram | ||||||||||
namespace | http://ed-fi.org/0210 | |||||||||
type | DiagnosticStatement | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="DiagnosticStatement" type="DiagnosticStatement" minOccurs="0"> <xs:annotation> <xs:documentation>A statement provided by the teacher that provides information in addition to the grade or assessment score.</xs:documentation> </xs:annotation> </xs:element> |
element StudentLearningObjective/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>Relates the LearningObjective to a grading period.</xs:documentation> </xs:annotation> </xs:element> |
element StudentLearningObjective/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>Relates the Student associated with the LearningObjective.</xs:documentation> </xs:annotation> </xs:element> |
element StudentLearningObjective/StudentSectionAssociationReference
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | StudentSectionAssociationReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | StudentSectionAssociationIdentity | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="StudentSectionAssociationReference" type="StudentSectionAssociationReferenceType" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Relates the Student and Section associated with the LearningObjective.</xs:documentation> </xs:annotation> </xs:element> |
element StudentLearningObjective/StudentProgramAssociationReference
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | StudentProgramAssociationReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | StudentProgramAssociationIdentity | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="StudentProgramAssociationReference" type="StudentProgramAssociationReferenceType" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Relates the Student and Program associated with the LearningObjective.</xs:documentation> </xs:annotation> </xs:element> |