complexType AssessmentItem
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p118.png
namespace http://ed-fi.org/0110
type extension of ComplexObjectType
properties
base ComplexObjectType
children IdentificationCode ItemCategory MaxRawScore CorrectResponse LearningStandardReference Nomenclature
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with the complex object.
annotation
documentation
This entity represents one of many single measures that make up an assessment.
appinfo
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
source <xs:complexType name="AssessmentItem">
 
<xs:annotation>
   
<xs:documentation>This entity represents one of many single measures that make up an assessment. </xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="ComplexObjectType">
     
<xs:sequence>
       
<xs:element name="IdentificationCode" type="IdentificationCode">
         
<xs:annotation>
           
<xs:documentation>A unique number or alphanumeric code assigned to a space, room, site, building, individual, organization, program, or institution by a school, school system, a state, or other agency or entity.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="ItemCategory" type="ItemCategoryType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Category or type of the assessment item.  For example:
Multiple choice
Analytic
Prose
....
</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="MaxRawScore" type="xs:int" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The maximum raw score achievable is all assessment items are correct and scored at the maximum.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="CorrectResponse" type="CorrectResponse" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The correct response for the assessment item.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="LearningStandardReference" type="LearningStandardReferenceType" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>Learning Standard tested by this item.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="Nomenclature" type="Nomenclature" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Reflects the specific nomenclature used for AssessmentItem.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element AssessmentItem/IdentificationCode
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p119.png
namespace http://ed-fi.org/0110
type IdentificationCode
properties
isRef 0
content simple
facets
Kind Value annotation 
minLength 
maxLength 60 
annotation
documentation
A unique number or alphanumeric code assigned to a space, room, site, building, individual, organization, program, or institution by a school, school system, a state, or other agency or entity.
source <xs:element name="IdentificationCode" type="IdentificationCode">
 
<xs:annotation>
   
<xs:documentation>A unique number or alphanumeric code assigned to a space, room, site, building, individual, organization, program, or institution by a school, school system, a state, or other agency or entity.</xs:documentation>
 
</xs:annotation>
</xs:element>

element AssessmentItem/ItemCategory
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p120.png
namespace http://ed-fi.org/0110
type ItemCategoryType
properties
isRef 0
minOcc 0
maxOcc 1
content simple
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
....
source <xs:element name="ItemCategory" type="ItemCategoryType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Category or type of the assessment item.  For example:
Multiple choice
Analytic
Prose
....
</xs:documentation>
 
</xs:annotation>
</xs:element>

element AssessmentItem/MaxRawScore
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p121.png
namespace http://ed-fi.org/0110
type xs:int
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
The maximum raw score achievable is all assessment items are correct and scored at the maximum.
source <xs:element name="MaxRawScore" type="xs:int" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The maximum raw score achievable is all assessment items are correct and scored at the maximum.</xs:documentation>
 
</xs:annotation>
</xs:element>

element AssessmentItem/CorrectResponse
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p122.png
namespace http://ed-fi.org/0110
type CorrectResponse
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
minLength 
maxLength 20 
annotation
documentation
The correct response for the assessment item.
source <xs:element name="CorrectResponse" type="CorrectResponse" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The correct response for the assessment item.</xs:documentation>
 
</xs:annotation>
</xs:element>

element AssessmentItem/LearningStandardReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p123.png
namespace http://ed-fi.org/0110
type LearningStandardReferenceType
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children LearningStandardIdentity
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with this complex object.
refxs:IDREF      
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
Learning Standard tested by this item.
source <xs:element name="LearningStandardReference" type="LearningStandardReferenceType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Learning Standard tested by this item.</xs:documentation>
 
</xs:annotation>
</xs:element>

element AssessmentItem/Nomenclature
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p124.png
namespace http://ed-fi.org/0110
type Nomenclature
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
minLength 
maxLength 35 
annotation
documentation
Reflects the specific nomenclature used for AssessmentItem.
source <xs:element name="Nomenclature" type="Nomenclature" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Reflects the specific nomenclature used for AssessmentItem.</xs:documentation>
 
</xs:annotation>
</xs:element>