simpleType AssessmentItemResultType
namespace http://ed-fi.org/0200
type restriction of xs:token
properties
base xs:token
used by
element StudentAssessmentItem/AssessmentItemResult
facets
Kind Value Annotation
enumeration Correct
appinfo
<ann:EdFiId>131-003</ann:EdFiId>
enumeration Incorrect
appinfo
<ann:EdFiId>131-004</ann:EdFiId>
enumeration Above Standard
appinfo
<ann:EdFiId>131-001</ann:EdFiId>
enumeration Below Standard
appinfo
<ann:EdFiId>131-002</ann:EdFiId>
enumeration Met Standard
appinfo
<ann:EdFiId>131-005</ann:EdFiId>
annotation
documentation
The analyzed result of a student's response to an assessment item.. For example: Correct, Incorrect, Met standard.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
<ann:EdFiId>131</ann:EdFiId>
source <xs:simpleType name="AssessmentItemResultType">
 
<xs:annotation>
   
<xs:documentation>The analyzed result of a student's response to an assessment item.. For example: Correct, Incorrect, Met standard.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
     
<ann:EdFiId>131</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Correct">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>131-003</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Incorrect">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>131-004</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Above Standard">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>131-001</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Below Standard">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>131-002</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Met Standard">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>131-005</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>