complexType StudentLearningObjectiveIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1690.png
namespace http://ed-fi.org/0210
children LearningObjectiveReference GradingPeriodReference StudentReference
used by
element StudentLearningObjectiveReferenceType/StudentLearningObjectiveIdentity
annotation
documentation
Identity of a StudentLearningObjective.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
source <xs:complexType name="StudentLearningObjectiveIdentityType">
 
<xs:annotation>
   
<xs:documentation>Identity of a StudentLearningObjective.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<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="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:sequence>
</xs:complexType>

element StudentLearningObjectiveIdentityType/LearningObjectiveReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1691.png
namespace http://ed-fi.org/0210
type LearningObjectiveReferenceType
properties
content complex
children LearningObjectiveIdentity
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  LearningObjective evaluated or assessed for the student.
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 StudentLearningObjectiveIdentityType/GradingPeriodReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1692.png
namespace http://ed-fi.org/0210
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
Relates the LearningObjective to a grading period.
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 StudentLearningObjectiveIdentityType/StudentReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1693.png
namespace http://ed-fi.org/0210
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
Relates the Student associated with the LearningObjective.
source <xs:element name="StudentReference" type="StudentReferenceType">
 
<xs:annotation>
   
<xs:documentation>Relates the Student associated with the LearningObjective.</xs:documentation>
 
</xs:annotation>
</xs:element>