simpleType AssessmentReportingMethodType
namespace http://ed-fi.org/0110
type restriction of xs:token
used by
elements AssessmentPerformanceLevel/AssessmentReportingMethod AssessmentScore/AssessmentReportingMethod
attribute ScoreResult/@AssessmentReportingMethod
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'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 a numerical grade. In some cases, more than one type of reporting method may be used.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
source <xs:simpleType name="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 a numerical grade. In some cases, more than one type of reporting method may be used.
</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Achievement/proficiency level"/>
   
<xs:enumeration value="ACT score"/>
   
<xs:enumeration value="Adaptive scale score"/>
   
<xs:enumeration value="Age score"/>
   
<xs:enumeration value="C-scaled scores"/>
   
<xs:enumeration value="College Board examination scores"/>
   
<xs:enumeration value="Composite Score"/>
   
<xs:enumeration value="Composite Rating"/>
   
<xs:enumeration value="Composition Score"/>
   
<xs:enumeration value="Grade equivalent or grade-level indicator"/>
   
<xs:enumeration value="Graduation score"/>
   
<xs:enumeration value="Growth/value-added/indexing"/>
   
<xs:enumeration value="International Baccalaureate score"/>
   
<xs:enumeration value="Letter grade/mark"/>
   
<xs:enumeration value="Mastery level"/>
   
<xs:enumeration value="Normal curve equivalent"/>
   
<xs:enumeration value="Normalized standard score"/>
   
<xs:enumeration value="Number score"/>
   
<xs:enumeration value="Pass-fail"/>
   
<xs:enumeration value="Percentile"/>
   
<xs:enumeration value="Percentile rank"/>
   
<xs:enumeration value="Proficiency level"/>
   
<xs:enumeration value="Promotion score"/>
   
<xs:enumeration value="Ranking"/>
   
<xs:enumeration value="Ratio IQ&apos;s"/>
   
<xs:enumeration value="Raw score"/>
   
<xs:enumeration value="Scale score"/>
   
<xs:enumeration value="Standard age score"/>
   
<xs:enumeration value="Standard error measurement"/>
   
<xs:enumeration value="Stanine score"/>
   
<xs:enumeration value="Sten score"/>
   
<xs:enumeration value="Theta"/>
   
<xs:enumeration value="T-score"/>
   
<xs:enumeration value="Vertical score"/>
   
<xs:enumeration value="Workplace readiness score"/>
   
<xs:enumeration value="Z-score"/>
   
<xs:enumeration value="Other"/>
   
<xs:enumeration value="Not applicable"/>
   
<xs:enumeration value="Quantile Measure"/>
   
<xs:enumeration value="Lexile Measure"/>
   
<xs:enumeration value="Vertical Scale Score"/>
   
<xs:enumeration value="National College-Bound Percentile"/>
   
<xs:enumeration value="State College-Bound Percentile"/>
 
</xs:restriction>
</xs:simpleType>