complexType AssessmentPerformanceLevel
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p157.png
namespace http://ed-fi.org/0210
children PerformanceLevel AssessmentReportingMethod MinimumScore MaximumScore ResultDatatypeType
used by
elements Assessment/AssessmentPerformanceLevel ObjectiveAssessment/AssessmentPerformanceLevel RequiredAssessment/RequiredAssessmentPerformanceLevel
annotation
documentation
Definition of the performance levels and the associated cut scores. Three styles are supported:
    1. Specification of performance level by minimum and maximum score
    2. Specification of performance level by cut score, using only minimum score
    3. Specification of performance level without any mapping to scores
appinfo
<ann:TypeGroup>Common</ann:TypeGroup>
source <xs:complexType name="AssessmentPerformanceLevel">
 
<xs:annotation>
   
<xs:documentation>Definition of the performance levels and the associated cut scores. Three styles are supported:
    1. Specification of performance level by minimum and maximum score
    2. Specification of performance level by cut score, using only minimum score
    3. Specification of performance level without any mapping to scores
</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Common</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="PerformanceLevel" type="PerformanceLevelDescriptorReferenceType">
     
<xs:annotation>
       
<xs:documentation>The performance level(s) defined for the assessment.</xs:documentation>
       
<xs:appinfo>
         
<ann:Descriptor>PerformanceLevelDescriptor</ann:Descriptor>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="AssessmentReportingMethod" type="AssessmentReportingMethodDescriptorReferenceType">
     
<xs:annotation>
       
<xs:documentation>The method that the instructor of the class uses to report the performance and achievement of all students. It may be a qualitative method such as individualized teacher comments or a quantitative method such as a letter or numerical grade. In some cases, 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:element name="MinimumScore" type="Result" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The minimum score required to make the indicated level of performance.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="MaximumScore" type="Result" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The maximum score to make the indicated level of performance.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="ResultDatatypeType" type="ResultDatatypeType" minOccurs="0">
     
<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:sequence>
</xs:complexType>

element AssessmentPerformanceLevel/PerformanceLevel
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p158.png
namespace http://ed-fi.org/0210
type PerformanceLevelDescriptorReferenceType
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 performance level(s) defined for the assessment.
appinfo
<ann:Descriptor>PerformanceLevelDescriptor</ann:Descriptor>
source <xs:element name="PerformanceLevel" type="PerformanceLevelDescriptorReferenceType">
 
<xs:annotation>
   
<xs:documentation>The performance level(s) defined for the assessment.</xs:documentation>
   
<xs:appinfo>
     
<ann:Descriptor>PerformanceLevelDescriptor</ann:Descriptor>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element AssessmentPerformanceLevel/AssessmentReportingMethod
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p159.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 instructor of the class uses to report the performance and achievement of all students. It may be a qualitative method such as individualized teacher comments or a quantitative method such as a letter or numerical grade. In some cases, 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 instructor of the class uses to report the performance and achievement of all students. It may be a qualitative method such as individualized teacher comments or a quantitative method such as a letter or numerical grade. In some cases, 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>

element AssessmentPerformanceLevel/MinimumScore
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p160.png
namespace http://ed-fi.org/0210
type Result
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 35
annotation
documentation
The minimum score required to make the indicated level of performance.
source <xs:element name="MinimumScore" type="Result" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The minimum score required to make the indicated level of performance.</xs:documentation>
 
</xs:annotation>
</xs:element>

element AssessmentPerformanceLevel/MaximumScore
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p161.png
namespace http://ed-fi.org/0210
type Result
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 35
annotation
documentation
The maximum score to make the indicated level of performance.
source <xs:element name="MaximumScore" type="Result" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The maximum score to make the indicated level of performance.</xs:documentation>
 
</xs:annotation>
</xs:element>

element AssessmentPerformanceLevel/ResultDatatypeType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p162.png
namespace http://ed-fi.org/0210
type ResultDatatypeType
properties
minOcc 0
maxOcc 1
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" minOccurs="0">
 
<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>