complexType StudentCompetency
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1052.png
namespace http://ed-fi.org/0110
type extension of ComplexObjectType
properties
base ComplexObjectType
children LearningObjectiveReference StudentCompetencyObjectiveReference CompetencyLevel DiagnosticStatement StudentSectionAssociationReference
attributes
Name  Type  Use  Default  Fixed  annotation
idxs: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>
source <xs:complexType name="StudentCompetency">
 
<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>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="ComplexObjectType">
     
<xs:sequence>
       
<xs:choice>
         
<xs:element name="LearningObjectiveReference" type="LearningObjectiveReferenceType">
           
<xs:annotation>
             
<xs:documentation>The learning objective evaluated or assessed for the student.</xs:documentation>
           
</xs:annotation>
         
</xs:element>
         
<xs:element name="StudentCompetencyObjectiveReference" type="StudentCompetencyObjectiveReferenceType">
           
<xs:annotation>
             
<xs:documentation>The student competency objective evaluated for the student.</xs:documentation>
           
</xs:annotation>
         
</xs:element>
       
</xs:choice>
       
<xs:element name="CompetencyLevel" type="DescriptorReferenceType">
         
<xs:annotation>
           
<xs:documentation>The competency level assessed for the student for the referenced learning objective.</xs:documentation>
           
<xs:appinfo>
             
<ann:Descriptor>CompetencyLevelDescriptor</ann:Descriptor>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="DiagnosticStatement" type="text" 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="StudentSectionAssociationReference" type="StudentSectionAssociationReferenceType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Association to the student-section association with which the competency is evaluated.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element StudentCompetency/LearningObjectiveReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1053.png
namespace http://ed-fi.org/0110
type LearningObjectiveReferenceType
properties
isRef 0
content complex
children LearningObjectiveIdentity
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with this complex object.
refxs:IDREF      
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
The learning objective evaluated or assessed for the student.
source <xs:element name="LearningObjectiveReference" type="LearningObjectiveReferenceType">
 
<xs:annotation>
   
<xs:documentation>The learning objective evaluated or assessed for the student.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentCompetency/StudentCompetencyObjectiveReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1054.png
namespace http://ed-fi.org/0110
type StudentCompetencyObjectiveReferenceType
properties
isRef 0
content complex
children StudentCompetencyObjectiveIdentity
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with this complex object.
refxs:IDREF      
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
The student competency objective evaluated for the student.
source <xs:element name="StudentCompetencyObjectiveReference" type="StudentCompetencyObjectiveReferenceType">
 
<xs:annotation>
   
<xs:documentation>The student competency objective evaluated for the student.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentCompetency/CompetencyLevel
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1055.png
namespace http://ed-fi.org/0110
type DescriptorReferenceType
properties
isRef 0
content complex
children CodeValue ShortDescription Description
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with this complex object.
refxs:IDREF      
documentation
The XML IDREF that references the object associated with this object.
AsOfDate      
documentation
The date context in which this reference should be considered. This is important when descriptors change over time. If omitted, assumed to be the current descriptor.
namespaceURIrequired      
documentation
A globally unique namespace that identifies this descriptor set. Author is strongly encouraged to use the Universal Resource Identifier (http, ftp, file, etc.) for the source of the descriptor definition. Best practice is for this source to be the descriptor file itself, so that it can be machine-readable and be fetched in real-time, if necessary.
annotation
documentation
The competency level assessed for the student for the referenced learning objective.
appinfo
<ann:Descriptor>CompetencyLevelDescriptor</ann:Descriptor>
source <xs:element name="CompetencyLevel" type="DescriptorReferenceType">
 
<xs:annotation>
   
<xs:documentation>The competency level assessed for the student for the referenced learning objective.</xs:documentation>
   
<xs:appinfo>
     
<ann:Descriptor>CompetencyLevelDescriptor</ann:Descriptor>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentCompetency/DiagnosticStatement
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1056.png
namespace http://ed-fi.org/0110
type text
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
minLength 
maxLength 1024 
annotation
documentation
A statement provided by the teacher that provides information in addition to the grade or assessment score.
source <xs:element name="DiagnosticStatement" type="text" 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 StudentCompetency/StudentSectionAssociationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1057.png
namespace http://ed-fi.org/0110
type StudentSectionAssociationReferenceType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children StudentSectionAssociationIdentity
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with this complex object.
refxs:IDREF      
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
Association to the student-section association with which the competency is evaluated.
source <xs:element name="StudentSectionAssociationReference" type="StudentSectionAssociationReferenceType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Association to the student-section association with which the competency is evaluated.</xs:documentation>
 
</xs:annotation>
</xs:element>