complexType AssessmentPerformanceLevel
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p129.png
namespace http://ed-fi.org/0110
children PerformanceLevel AssessmentReportingMethod MinimumScore MaximumScore ResultDatatype
used by
elements Assessment/AssessmentPerformanceLevel ObjectiveAssessment/AssessmentPerformanceLevel
annotation
documentation
Definition of the performance levels and the associated cut scores.  Three styles are supported:
   1. Specification of performance level by min and max score
   2. Specification of performance level by cut score - min only
   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 min and max score
   2. Specification of performance level by cut score - min only
   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="AssessmentReportingMethodType">
     
<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: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="ResultDatatype" 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_p130.png
namespace http://ed-fi.org/0110
type PerformanceLevelDescriptorReferenceType
properties
isRef 0
content complex
children CodeValue ShortDescription Description PerformanceLevelMet
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 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_p131.png
namespace http://ed-fi.org/0110
type AssessmentReportingMethodType
properties
isRef 0
content simple
facets
Kind Value annotation 
enumeration Achievement/proficiency level 
enumeration ACT score 
enumeration Adaptive scale score 
enumeration Age score 
enumeration C-scaled scores 
enumeration College Board examination scores 
enumeration Composite Score 
enumeration Composite Rating 
enumeration Composition Score 
enumeration Grade equivalent or grade-level indicator 
enumeration Graduation score 
enumeration Growth/value-added/indexing 
enumeration International Baccalaureate score 
enumeration Letter grade/mark 
enumeration Mastery level 
enumeration Normal curve equivalent 
enumeration Normalized standard score 
enumeration Number score 
enumeration Pass-fail 
enumeration Percentile 
enumeration Percentile rank 
enumeration Proficiency level 
enumeration Promotion score 
enumeration Ranking 
enumeration Ratio IQ&apos;s 
enumeration Raw score 
enumeration Scale score 
enumeration Standard age score 
enumeration Standard error measurement 
enumeration Stanine score 
enumeration Sten score 
enumeration Theta 
enumeration T-score 
enumeration Vertical score 
enumeration Workplace readiness score 
enumeration Z-score 
enumeration Other 
enumeration Not applicable 
enumeration Quantile Measure 
enumeration Lexile Measure 
enumeration Vertical Scale Score 
enumeration National College-Bound Percentile 
enumeration State College-Bound Percentile 
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.
source <xs:element name="AssessmentReportingMethod" type="AssessmentReportingMethodType">
 
<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:annotation>
</xs:element>

element AssessmentPerformanceLevel/MinimumScore
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p132.png
namespace http://ed-fi.org/0110
type Result
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
minLength 
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_p133.png
namespace http://ed-fi.org/0110
type Result
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
minLength 
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/ResultDatatype
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p134.png
namespace http://ed-fi.org/0110
type ResultDatatypeType
properties
isRef 0
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="ResultDatatype" 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>