complexType StudentLearningObjective
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1434.png
namespace http://ed-fi.org/0200
type extension of ComplexObjectType
properties
base ComplexObjectType
children LearningObjectiveReference CompetencyLevel DiagnosticStatement GradingPeriodReference StudentReference StudentSectionAssociationReference StudentProgramAssociationReference
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with the complex object.
annotation
documentation
This entity represents the competency assessed or evaluated for the student against a specific LearningObjective.
appinfo
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
<ann:EdFiId>591</ann:EdFiId>
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>
     
<ann:EdFiId>591</ann:EdFiId>
   
</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:appinfo>
             
<ann:EdFiId>1763</ann:EdFiId>
           
</xs:appinfo>
         
</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>
             
<ann:EdFiId>1760</ann:EdFiId>
           
</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:appinfo>
             
<ann:EdFiId>1761</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="GradingPeriodReference" type="GradingPeriodReferenceType">
         
<xs:annotation>
           
<xs:documentation>Relates the LearningObjective to a grading period.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1762</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="StudentReference" type="StudentReferenceType">
         
<xs:annotation>
           
<xs:documentation>Relates the Student associated with the LearningObjective.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1765</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:choice minOccurs="0">
         
<xs:element name="StudentSectionAssociationReference" type="StudentSectionAssociationReferenceType">
           
<xs:annotation>
             
<xs:documentation>Relates the Student and Section associated with the LearningObjective.</xs:documentation>
             
<xs:appinfo>
               
<ann:EdFiId>1766</ann:EdFiId>
             
</xs:appinfo>
           
</xs:annotation>
         
</xs:element>
         
<xs:element name="StudentProgramAssociationReference" type="StudentProgramAssociationReferenceType">
           
<xs:annotation>
             
<xs:documentation>Relates the Student and Program associated with the LearningObjective.</xs:documentation>
             
<xs:appinfo>
               
<ann:EdFiId>1764</ann:EdFiId>
             
</xs:appinfo>
           
</xs:annotation>
         
</xs:element>
       
</xs:choice>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element StudentLearningObjective/LearningObjectiveReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1435.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  LearningObjective evaluated or assessed for the student.
appinfo
<ann:EdFiId>1763</ann:EdFiId>
source <xs:element name="LearningObjectiveReference" type="LearningObjectiveReferenceType">
 
<xs:annotation>
   
<xs:documentation>The  LearningObjective evaluated or assessed for the student.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1763</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentLearningObjective/CompetencyLevel
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1436.png
namespace http://ed-fi.org/0200
type CompetencyLevelDescriptorReferenceType
properties
content complex
children CodeValue Namespace
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 CompetencyLevel assessed for the student for the referenced LearningObjective.
appinfo
<ann:Descriptor>CompetencyLevelDescriptor</ann:Descriptor>
<ann:EdFiId>1760</ann:EdFiId>
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>
     
<ann:EdFiId>1760</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentLearningObjective/DiagnosticStatement
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1437.png
namespace http://ed-fi.org/0200
type DiagnosticStatement
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 1024
annotation
documentation
A statement provided by the teacher that provides information in addition to the grade or assessment score.
appinfo
<ann:EdFiId>1761</ann:EdFiId>
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:appinfo>
     
<ann:EdFiId>1761</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentLearningObjective/GradingPeriodReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1438.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
Relates the LearningObjective to a grading period.
appinfo
<ann:EdFiId>1762</ann:EdFiId>
source <xs:element name="GradingPeriodReference" type="GradingPeriodReferenceType">
 
<xs:annotation>
   
<xs:documentation>Relates the LearningObjective to a grading period.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1762</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentLearningObjective/StudentReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1439.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
Relates the Student associated with the LearningObjective.
appinfo
<ann:EdFiId>1765</ann:EdFiId>
source <xs:element name="StudentReference" type="StudentReferenceType">
 
<xs:annotation>
   
<xs:documentation>Relates the Student associated with the LearningObjective.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1765</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentLearningObjective/StudentSectionAssociationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1440.png
namespace http://ed-fi.org/0200
type StudentSectionAssociationReferenceType
properties
content complex
children StudentSectionAssociationIdentity
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 and Section associated with the LearningObjective.
appinfo
<ann:EdFiId>1766</ann:EdFiId>
source <xs:element name="StudentSectionAssociationReference" type="StudentSectionAssociationReferenceType">
 
<xs:annotation>
   
<xs:documentation>Relates the Student and Section associated with the LearningObjective.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1766</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentLearningObjective/StudentProgramAssociationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1441.png
namespace http://ed-fi.org/0200
type StudentProgramAssociationReferenceType
properties
content complex
children StudentProgramAssociationIdentity
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 and Program associated with the LearningObjective.
appinfo
<ann:EdFiId>1764</ann:EdFiId>
source <xs:element name="StudentProgramAssociationReference" type="StudentProgramAssociationReferenceType">
 
<xs:annotation>
   
<xs:documentation>Relates the Student and Program associated with the LearningObjective.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1764</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>