complexType PerformanceLevelDescriptor
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1055.png
namespace http://ed-fi.org/0210
type extension of DescriptorType
properties
base DescriptorType
children CodeValue ShortDescription Description EffectiveBeginDate EffectiveEndDate PriorDescriptor Namespace PerformanceBaseConversion
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with the complex object.
annotation
documentation
This descriptor defines various levels or thresholds for performance on the assessment.
appinfo
<ann:TypeGroup>Descriptor</ann:TypeGroup>
source <xs:complexType name="PerformanceLevelDescriptor">
 
<xs:annotation>
   
<xs:documentation>This descriptor defines various levels or thresholds for performance on the assessment.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Descriptor</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="DescriptorType">
     
<xs:sequence>
       
<xs:element name="PerformanceBaseConversion" type="PerformanceBaseConversionType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>A conversion of the level to a standard set of performance levels.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element PerformanceLevelDescriptor/PerformanceBaseConversion
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1056.png
namespace http://ed-fi.org/0210
type PerformanceBaseConversionType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration Advanced
enumeration Proficient
enumeration Basic
enumeration Below Basic
enumeration Well Below Basic
enumeration Pass
enumeration Fail
annotation
documentation
A conversion of the level to a standard set of performance levels.
source <xs:element name="PerformanceBaseConversion" type="PerformanceBaseConversionType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>A conversion of the level to a standard set of performance levels.</xs:documentation>
 
</xs:annotation>
</xs:element>