complexType StudentObjectiveAssessment
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1465.png
namespace http://ed-fi.org/0200
children ScoreResult PerformanceLevel ObjectiveAssessmentReference
used by
element StudentAssessment/StudentObjectiveAssessment
annotation
documentation
This entity holds the score and or performance levels earned for an ObjectiveAssessment by a student.
appinfo
<ann:TypeGroup>Common</ann:TypeGroup>
<ann:EdFiId>534</ann:EdFiId>
source <xs:complexType name="StudentObjectiveAssessment">
 
<xs:annotation>
   
<xs:documentation>This entity holds the score and or performance levels earned for an ObjectiveAssessment by a student.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Common</ann:TypeGroup>
     
<ann:EdFiId>534</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="ScoreResult" type="ScoreResult" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>A meaningful score or statistical expression of the performance of an individual. The results can be expressed as a number, percentile, range, level, etc.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>912</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="PerformanceLevel" type="PerformanceLevel" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>The PerformanceLevel(s) achieved for the ObjectiveAssessment.</xs:documentation>
       
<xs:appinfo>
         
<ann:Descriptor>PerformanceLevelDescriptor</ann:Descriptor>
         
<ann:EdFiId>888</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="ObjectiveAssessmentReference" type="ObjectiveAssessmentReferenceType">
     
<xs:annotation>
       
<xs:documentation>Reference to the test objective that is being measured by the objective-level assessment.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>946</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element StudentObjectiveAssessment/ScoreResult
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1466.png
namespace http://ed-fi.org/0200
type ScoreResult
properties
minOcc 1
maxOcc unbounded
content complex
children Result ResultDatatypeType AssessmentReportingMethod
annotation
documentation
A meaningful score or statistical expression of the performance of an individual. The results can be expressed as a number, percentile, range, level, etc.
appinfo
<ann:EdFiId>912</ann:EdFiId>
source <xs:element name="ScoreResult" type="ScoreResult" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>A meaningful score or statistical expression of the performance of an individual. The results can be expressed as a number, percentile, range, level, etc.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>912</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentObjectiveAssessment/PerformanceLevel
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1467.png
namespace http://ed-fi.org/0200
type PerformanceLevel
properties
minOcc 0
maxOcc unbounded
content complex
children PerformanceLevelMet PerformanceLevel
annotation
documentation
The PerformanceLevel(s) achieved for the ObjectiveAssessment.
appinfo
<ann:Descriptor>PerformanceLevelDescriptor</ann:Descriptor>
<ann:EdFiId>888</ann:EdFiId>
source <xs:element name="PerformanceLevel" type="PerformanceLevel" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>The PerformanceLevel(s) achieved for the ObjectiveAssessment.</xs:documentation>
   
<xs:appinfo>
     
<ann:Descriptor>PerformanceLevelDescriptor</ann:Descriptor>
     
<ann:EdFiId>888</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentObjectiveAssessment/ObjectiveAssessmentReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1468.png
namespace http://ed-fi.org/0200
type ObjectiveAssessmentReferenceType
properties
content complex
children ObjectiveAssessmentIdentity
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
Reference to the test objective that is being measured by the objective-level assessment.
appinfo
<ann:EdFiId>946</ann:EdFiId>
source <xs:element name="ObjectiveAssessmentReference" type="ObjectiveAssessmentReferenceType">
 
<xs:annotation>
   
<xs:documentation>Reference to the test objective that is being measured by the objective-level assessment.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>946</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>