complexType PerformanceLevelDescriptor
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p944.png
namespace http://ed-fi.org/0200
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>
<ann:EdFiId>318</ann:EdFiId>
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>
     
<ann:EdFiId>318</ann:EdFiId>
   
</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:appinfo>
             
<ann:EdFiId>319</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element PerformanceLevelDescriptor/PerformanceBaseConversion
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p945.png
namespace http://ed-fi.org/0200
type PerformanceBaseConversionType
properties
minOcc 0
maxOcc 1
content simple
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
A conversion of the level to a standard set of performance levels.
appinfo
<ann:EdFiId>319</ann:EdFiId>
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:appinfo>
     
<ann:EdFiId>319</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>