simpleType PerformanceBaseConversionType
namespace http://ed-fi.org/0210
type restriction of xs:token
properties
base xs:token
used by
elements Grade/PerformanceBaseConversion CompetencyLevelDescriptor/PerformanceBaseConversion PerformanceLevelDescriptor/PerformanceBaseConversion
facets
Kind Value Annotation
enumeration Advanced
enumeration Proficient
enumeration Basic
enumeration Below Basic
enumeration Well Below Basic
enumeration Pass
enumeration Fail
annotation
documentation
Defines standard levels of competency or performance that can be used for dashboard visualizations: advanced, proficient, basic, and below basic.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
source <xs:simpleType name="PerformanceBaseConversionType">
 
<xs:annotation>
   
<xs:documentation>Defines standard levels of competency or performance that can be used for dashboard visualizations: advanced, proficient, basic, and below basic.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Advanced">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Proficient">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Basic">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Below Basic">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Well Below Basic">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Pass">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Fail">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>