simpleType PerformanceBaseConversionType
namespace http://ed-fi.org/0110
type restriction of 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, 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, 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:enumeration value="Proficient"/>
   
<xs:enumeration value="Basic"/>
   
<xs:enumeration value="Below Basic"/>
   
<xs:enumeration value="Well Below Basic"/>
   
<xs:enumeration value="Pass"/>
   
<xs:enumeration value="Fail"/>
 
</xs:restriction>
</xs:simpleType>