complexType AssessmentItem
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p150.png
namespace http://ed-fi.org/0200
type extension of ComplexObjectType
properties
base ComplexObjectType
children IdentificationCode AssessmentItemCategory MaxRawScore CorrectResponse ExpectedTimeAssessed Nomenclature LearningStandardReference AssessmentReference
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs: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>
<ann:EdFiId>542</ann:EdFiId>
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>
     
<ann:EdFiId>542</ann:EdFiId>
   
</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, state, or other agency or entity.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1258</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="AssessmentItemCategory" type="AssessmentItemCategoryType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Category or type of the AssessmentItem. For example:
Multiple choice
Analytic
Prose
...
</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1254</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="MaxRawScore" type="xs:int" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The maximum raw score achievable across all assessment items that are correct and scored at the maximum.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1260</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="CorrectResponse" type="CorrectResponse" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The correct response for the AssessmentItem.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1256</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="ExpectedTimeAssessed" type="TimeInterval" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The duration of time allotted for the AssessmentItem.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1257</ann:EdFiId>
           
</xs:appinfo>
         
</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:appinfo>
             
<ann:EdFiId>1261</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="LearningStandardReference" type="LearningStandardReferenceType" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>LearningStandard tested by this item.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1259</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="AssessmentReference" type="AssessmentReferenceType">
         
<xs:annotation>
           
<xs:documentation>Relates the AssessmentItem to an existing assessment.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1255</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element AssessmentItem/IdentificationCode
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p151.png
namespace http://ed-fi.org/0200
type IdentificationCode
properties
content simple
facets
Kind Value Annotation
minLength 1
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, state, or other agency or entity.
appinfo
<ann:EdFiId>1258</ann:EdFiId>
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, state, or other agency or entity.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1258</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element AssessmentItem/AssessmentItemCategory
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p152.png
namespace http://ed-fi.org/0200
type AssessmentItemCategoryType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration Analytic
appinfo
<ann:EdFiId>130-001</ann:EdFiId>
enumeration Essay
appinfo
<ann:EdFiId>130-002</ann:EdFiId>
enumeration Fill-in-the-blank
appinfo
<ann:EdFiId>130-003</ann:EdFiId>
enumeration Innovative
appinfo
<ann:EdFiId>130-004</ann:EdFiId>
enumeration Labeling
appinfo
<ann:EdFiId>130-005</ann:EdFiId>
enumeration List Question
appinfo
<ann:EdFiId>130-006</ann:EdFiId>
enumeration Math Matrix
appinfo
<ann:EdFiId>130-008</ann:EdFiId>
enumeration Matching
appinfo
<ann:EdFiId>130-007</ann:EdFiId>
enumeration Multiple-choice
appinfo
<ann:EdFiId>130-009</ann:EdFiId>
enumeration Other
appinfo
<ann:EdFiId>130-010</ann:EdFiId>
enumeration Other constructed response
appinfo
<ann:EdFiId>130-011</ann:EdFiId>
enumeration Other extended response
appinfo
<ann:EdFiId>130-012</ann:EdFiId>
enumeration Performance task
appinfo
<ann:EdFiId>130-013</ann:EdFiId>
enumeration Prose
appinfo
<ann:EdFiId>130-014</ann:EdFiId>
enumeration Reordering
appinfo
<ann:EdFiId>130-015</ann:EdFiId>
enumeration Rubric
appinfo
<ann:EdFiId>130-016</ann:EdFiId>
enumeration Short answer
appinfo
<ann:EdFiId>130-017</ann:EdFiId>
enumeration Show your work
appinfo
<ann:EdFiId>130-018</ann:EdFiId>
enumeration Substitution
appinfo
<ann:EdFiId>130-019</ann:EdFiId>
enumeration True-False
appinfo
<ann:EdFiId>130-020</ann:EdFiId>
enumeration Visual representation
appinfo
<ann:EdFiId>130-021</ann:EdFiId>
annotation
documentation
Category or type of the AssessmentItem. For example:
Multiple choice
Analytic
Prose
...
appinfo
<ann:EdFiId>1254</ann:EdFiId>
source <xs:element name="AssessmentItemCategory" type="AssessmentItemCategoryType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Category or type of the AssessmentItem. For example:
Multiple choice
Analytic
Prose
...
</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1254</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

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

element AssessmentItem/CorrectResponse
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p154.png
namespace http://ed-fi.org/0200
type CorrectResponse
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 20
annotation
documentation
The correct response for the AssessmentItem.
appinfo
<ann:EdFiId>1256</ann:EdFiId>
source <xs:element name="CorrectResponse" type="CorrectResponse" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The correct response for the AssessmentItem.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1256</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element AssessmentItem/ExpectedTimeAssessed
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p155.png
namespace http://ed-fi.org/0200
type TimeInterval
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The duration of time allotted for the AssessmentItem.
appinfo
<ann:EdFiId>1257</ann:EdFiId>
source <xs:element name="ExpectedTimeAssessed" type="TimeInterval" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The duration of time allotted for the AssessmentItem.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1257</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

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

element AssessmentItem/LearningStandardReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p157.png
namespace http://ed-fi.org/0200
type LearningStandardReferenceType
properties
minOcc 0
maxOcc unbounded
content complex
children LearningStandardIdentity LearningStandardLookup
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
LearningStandard tested by this item.
appinfo
<ann:EdFiId>1259</ann:EdFiId>
source <xs:element name="LearningStandardReference" type="LearningStandardReferenceType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>LearningStandard tested by this item.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1259</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element AssessmentItem/AssessmentReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p158.png
namespace http://ed-fi.org/0200
type AssessmentReferenceType
properties
content complex
children AssessmentIdentity AssessmentLookup
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
Relates the AssessmentItem to an existing assessment.
appinfo
<ann:EdFiId>1255</ann:EdFiId>
source <xs:element name="AssessmentReference" type="AssessmentReferenceType">
 
<xs:annotation>
   
<xs:documentation>Relates the AssessmentItem to an existing assessment.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1255</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>