complexType StudentLearningObjectiveIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1442.png
namespace http://ed-fi.org/0200
children StudentReference LearningObjectiveReference GradingPeriodReference
used by
element StudentLearningObjectiveReferenceType/StudentLearningObjectiveIdentity
annotation
documentation
Encapsulates the possible attributes that can be used to lookup the identity of the Student Learning Objective.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
<ann:EdFiId>471</ann:EdFiId>
source <xs:complexType name="StudentLearningObjectiveIdentityType">
 
<xs:annotation>
   
<xs:documentation>Encapsulates the possible attributes that can be used to lookup the identity of the Student Learning Objective.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
     
<ann:EdFiId>471</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="StudentReference" type="StudentReferenceType">
     
<xs:annotation>
       
<xs:documentation>The Identifier for the student.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>2090</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="LearningObjectiveReference" type="LearningObjectiveReferenceType">
     
<xs:annotation>
       
<xs:documentation>The Identifier for the learning objective.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>2089</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="GradingPeriodReference" type="GradingPeriodReferenceType">
     
<xs:annotation>
       
<xs:documentation>Provide user information to lookup and link to an existing grading period record in the receiving system.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>2088</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element StudentLearningObjectiveIdentityType/StudentReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1443.png
namespace http://ed-fi.org/0200
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
The Identifier for the student.
appinfo
<ann:EdFiId>2090</ann:EdFiId>
source <xs:element name="StudentReference" type="StudentReferenceType">
 
<xs:annotation>
   
<xs:documentation>The Identifier for the student.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2090</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentLearningObjectiveIdentityType/LearningObjectiveReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1444.png
namespace http://ed-fi.org/0200
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 Identifier for the learning objective.
appinfo
<ann:EdFiId>2089</ann:EdFiId>
source <xs:element name="LearningObjectiveReference" type="LearningObjectiveReferenceType">
 
<xs:annotation>
   
<xs:documentation>The Identifier for the learning objective.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2089</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentLearningObjectiveIdentityType/GradingPeriodReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1445.png
namespace http://ed-fi.org/0200
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
Provide user information to lookup and link to an existing grading period record in the receiving system.
appinfo
<ann:EdFiId>2088</ann:EdFiId>
source <xs:element name="GradingPeriodReference" type="GradingPeriodReferenceType">
 
<xs:annotation>
   
<xs:documentation>Provide user information to lookup and link to an existing grading period record in the receiving system.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2088</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>