simpleType PerformanceBaseConversionType
namespace http://ed-fi.org/0200
type restriction of xs:token
properties
base xs:token
used by
elements Grade/PerformanceBaseConversion CompetencyLevelDescriptor/PerformanceBaseConversion PerformanceLevelDescriptor/PerformanceBaseConversion
facets
Kind Value Annotation
enumeration Advanced
appinfo
<ann:EdFiId>203-001</ann:EdFiId>
enumeration Proficient
appinfo
<ann:EdFiId>203-006</ann:EdFiId>
enumeration Basic
appinfo
<ann:EdFiId>203-002</ann:EdFiId>
enumeration Below Basic
appinfo
<ann:EdFiId>203-003</ann:EdFiId>
enumeration Well Below Basic
appinfo
<ann:EdFiId>203-007</ann:EdFiId>
enumeration Pass
appinfo
<ann:EdFiId>203-005</ann:EdFiId>
enumeration Fail
appinfo
<ann:EdFiId>203-004</ann:EdFiId>
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>
<ann:EdFiId>203</ann:EdFiId>
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>
     
<ann:EdFiId>203</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Advanced">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>203-001</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Proficient">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>203-006</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Basic">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>203-002</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Below Basic">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>203-003</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Well Below Basic">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>203-007</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Pass">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>203-005</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Fail">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>203-004</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>