complexType StudentCompetencyObjective
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1375.png
namespace http://ed-fi.org/0200
type extension of ComplexObjectType
properties
base ComplexObjectType
children CompetencyObjectiveReference 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 learning  objective.
appinfo
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
<ann:EdFiId>588</ann:EdFiId>
source <xs:complexType name="StudentCompetencyObjective">
 
<xs:annotation>
   
<xs:documentation>This entity represents the competency assessed or evaluated for the student against a specific learning  objective.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
     
<ann:EdFiId>588</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="ComplexObjectType">
     
<xs:sequence>
       
<xs:element name="CompetencyObjectiveReference" type="CompetencyObjectiveReferenceType">
         
<xs:annotation>
           
<xs:documentation>The CompetencyObjective evaluated for the student.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1744</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>1743</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>1745</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="GradingPeriodReference" type="GradingPeriodReferenceType">
         
<xs:annotation>
           
<xs:documentation>Relates the CompetencyObjective to a grading period.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1746</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="StudentReference" type="StudentReferenceType">
         
<xs:annotation>
           
<xs:documentation>Relates the student associated with the CompetencyObjective.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1748</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 CompetencyObjective.</xs:documentation>
             
<xs:appinfo>
               
<ann:EdFiId>1749</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 CompetencyObjective.</xs:documentation>
             
<xs:appinfo>
               
<ann:EdFiId>1747</ann:EdFiId>
             
</xs:appinfo>
           
</xs:annotation>
         
</xs:element>
       
</xs:choice>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element StudentCompetencyObjective/CompetencyObjectiveReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1376.png
namespace http://ed-fi.org/0200
type CompetencyObjectiveReferenceType
properties
content complex
children CompetencyObjectiveIdentity
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 CompetencyObjective evaluated for the student.
appinfo
<ann:EdFiId>1744</ann:EdFiId>
source <xs:element name="CompetencyObjectiveReference" type="CompetencyObjectiveReferenceType">
 
<xs:annotation>
   
<xs:documentation>The CompetencyObjective evaluated for the student.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1744</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentCompetencyObjective/CompetencyLevel
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1377.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>1743</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>1743</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentCompetencyObjective/DiagnosticStatement
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1378.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>1745</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>1745</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

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

element StudentCompetencyObjective/StudentReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1380.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 CompetencyObjective.
appinfo
<ann:EdFiId>1748</ann:EdFiId>
source <xs:element name="StudentReference" type="StudentReferenceType">
 
<xs:annotation>
   
<xs:documentation>Relates the student associated with the CompetencyObjective.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1748</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentCompetencyObjective/StudentSectionAssociationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1381.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 CompetencyObjective.
appinfo
<ann:EdFiId>1749</ann:EdFiId>
source <xs:element name="StudentSectionAssociationReference" type="StudentSectionAssociationReferenceType">
 
<xs:annotation>
   
<xs:documentation>Relates the Student and Section associated with the CompetencyObjective.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1749</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentCompetencyObjective/StudentProgramAssociationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1382.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 CompetencyObjective.
appinfo
<ann:EdFiId>1747</ann:EdFiId>
source <xs:element name="StudentProgramAssociationReference" type="StudentProgramAssociationReferenceType">
 
<xs:annotation>
   
<xs:documentation>Relates the Student and Program associated with the CompetencyObjective.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1747</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>