simpleType ItemCategoryType
namespace http://ed-fi.org/0110
type restriction of xs:token
used by
element AssessmentItem/ItemCategory
facets
Kind Value annotation 
enumeration Analytic 
enumeration Essay 
enumeration Fill-in-the-blank 
enumeration Innovative 
enumeration Labeling 
enumeration List Question 
enumeration Math Matrix 
enumeration Matching 
enumeration Multiple-choice 
enumeration Other 
enumeration Other constructed response 
enumeration Other extended response 
enumeration Performance task 
enumeration Prose 
enumeration Reordering 
enumeration Rubric 
enumeration Short answer 
enumeration Show your work 
enumeration Substitution 
enumeration True-False 
enumeration Visual representation 
annotation
documentation
Category or type of the assessment item.  For example:
Multiple choice
Analytic
Prose
....
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
source <xs:simpleType name="ItemCategoryType">
 
<xs:annotation>
   
<xs:documentation>Category or type of the assessment item.  For example:
Multiple choice
Analytic
Prose
....
</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Analytic"/>
   
<xs:enumeration value="Essay"/>
   
<xs:enumeration value="Fill-in-the-blank"/>
   
<xs:enumeration value="Innovative"/>
   
<xs:enumeration value="Labeling"/>
   
<xs:enumeration value="List Question"/>
   
<xs:enumeration value="Math Matrix"/>
   
<xs:enumeration value="Matching"/>
   
<xs:enumeration value="Multiple-choice"/>
   
<xs:enumeration value="Other"/>
   
<xs:enumeration value="Other constructed response"/>
   
<xs:enumeration value="Other extended response"/>
   
<xs:enumeration value="Performance task"/>
   
<xs:enumeration value="Prose"/>
   
<xs:enumeration value="Reordering"/>
   
<xs:enumeration value="Rubric"/>
   
<xs:enumeration value="Short answer"/>
   
<xs:enumeration value="Show your work"/>
   
<xs:enumeration value="Substitution"/>
   
<xs:enumeration value="True-False"/>
   
<xs:enumeration value="Visual representation"/>
 
</xs:restriction>
</xs:simpleType>