complexType PerformanceLevel
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p941.png
namespace http://ed-fi.org/0200
children PerformanceLevelMet PerformanceLevel
used by
elements StudentAssessment/PerformanceLevel StudentObjectiveAssessment/PerformanceLevel
annotation
documentation
A performance level value that describes student proficiency.
appinfo
<ann:TypeGroup>Common</ann:TypeGroup>
<ann:EdFiId>519</ann:EdFiId>
source <xs:complexType name="PerformanceLevel">
 
<xs:annotation>
   
<xs:documentation>A performance level value that describes student proficiency.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Common</ann:TypeGroup>
     
<ann:EdFiId>519</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="PerformanceLevelMet" type="xs:boolean">
     
<xs:annotation>
       
<xs:documentation>Optional indicator of whether the performance level was met.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>890</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="PerformanceLevel" type="PerformanceLevelDescriptorReferenceType">
     
<xs:annotation>
       
<xs:documentation>A specification of which performance level value describes the student proficiency.</xs:documentation>
       
<xs:appinfo>
         
<ann:Descriptor>PerformanceLevelDescriptor</ann:Descriptor>
         
<ann:EdFiId>889</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element PerformanceLevel/PerformanceLevelMet
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p942.png
namespace http://ed-fi.org/0200
type xs:boolean
properties
content simple
annotation
documentation
Optional indicator of whether the performance level was met.
appinfo
<ann:EdFiId>890</ann:EdFiId>
source <xs:element name="PerformanceLevelMet" type="xs:boolean">
 
<xs:annotation>
   
<xs:documentation>Optional indicator of whether the performance level was met.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>890</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element PerformanceLevel/PerformanceLevel
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p943.png
namespace http://ed-fi.org/0200
type PerformanceLevelDescriptorReferenceType
properties
content complex
children CodeValue Namespace
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with this complex object.
ref  xs:IDREF        
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
A specification of which performance level value describes the student proficiency.
appinfo
<ann:Descriptor>PerformanceLevelDescriptor</ann:Descriptor>
<ann:EdFiId>889</ann:EdFiId>
source <xs:element name="PerformanceLevel" type="PerformanceLevelDescriptorReferenceType">
 
<xs:annotation>
   
<xs:documentation>A specification of which performance level value describes the student proficiency.</xs:documentation>
   
<xs:appinfo>
     
<ann:Descriptor>PerformanceLevelDescriptor</ann:Descriptor>
     
<ann:EdFiId>889</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>