complexType ScoreResult
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1202.png
namespace http://ed-fi.org/0210
children Result ResultDatatypeType AssessmentReportingMethod
used by
elements StudentAssessment/ScoreResult StudentObjectiveAssessment/ScoreResult
annotation
documentation
A meaningful raw score or statistical expression of the performance of an individual. The results can be expressed as a number, percentile, range, level, etc.
appinfo
<ann:TypeGroup>Common</ann:TypeGroup>
source <xs:complexType name="ScoreResult">
 
<xs:annotation>
   
<xs:documentation>A meaningful raw 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:TypeGroup>Common</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="Result" type="Result">
     
<xs:annotation>
       
<xs:documentation>The value of a meaningful raw 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:annotation>
   
</xs:element>
   
<xs:element name="ResultDatatypeType" type="ResultDatatypeType">
     
<xs:annotation>
       
<xs:documentation>The datatype of the result. The results can be expressed as a number, percentile, range, level, etc.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="AssessmentReportingMethod" type="AssessmentReportingMethodDescriptorReferenceType">
     
<xs:annotation>
       
<xs:documentation>The method that the administrator of the assessment uses to report the performance and achievement of all students. It may be a qualitative method such as performance level descriptors or a quantitative method such as a numerical grade or cut score. More than one type of reporting method may be used.</xs:documentation>
       
<xs:appinfo>
         
<ann:Descriptor>AssessmentReportingMethodDescriptor</ann:Descriptor>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element ScoreResult/Result
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1203.png
namespace http://ed-fi.org/0210
type Result
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 35
annotation
documentation
The value of a meaningful raw score or statistical expression of the performance of an individual. The results can be expressed as a number, percentile, range, level, etc.
source <xs:element name="Result" type="Result">
 
<xs:annotation>
   
<xs:documentation>The value of a meaningful raw 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:annotation>
</xs:element>

element ScoreResult/ResultDatatypeType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1204.png
namespace http://ed-fi.org/0210
type ResultDatatypeType
properties
content simple
facets
Kind Value Annotation
enumeration Integer
enumeration Decimal
enumeration Percentage
enumeration Percentile
enumeration Range
enumeration Level
annotation
documentation
The datatype of the result. The results can be expressed as a number, percentile, range, level, etc.
source <xs:element name="ResultDatatypeType" type="ResultDatatypeType">
 
<xs:annotation>
   
<xs:documentation>The datatype of the result. The results can be expressed as a number, percentile, range, level, etc.</xs:documentation>
 
</xs:annotation>
</xs:element>

element ScoreResult/AssessmentReportingMethod
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1205.png
namespace http://ed-fi.org/0210
type AssessmentReportingMethodDescriptorReferenceType
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 method that the administrator of the assessment uses to report the performance and achievement of all students. It may be a qualitative method such as performance level descriptors or a quantitative method such as a numerical grade or cut score. More than one type of reporting method may be used.
appinfo
<ann:Descriptor>AssessmentReportingMethodDescriptor</ann:Descriptor>
source <xs:element name="AssessmentReportingMethod" type="AssessmentReportingMethodDescriptorReferenceType">
 
<xs:annotation>
   
<xs:documentation>The method that the administrator of the assessment uses to report the performance and achievement of all students. It may be a qualitative method such as performance level descriptors or a quantitative method such as a numerical grade or cut score. More than one type of reporting method may be used.</xs:documentation>
   
<xs:appinfo>
     
<ann:Descriptor>AssessmentReportingMethodDescriptor</ann:Descriptor>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>