complexType AssessmentItem
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p135.png
namespace http://ed-fi.org/0210
type extension of ComplexObjectType
properties
base ComplexObjectType
children IdentificationCode AssessmentItemCategory MaxRawScore CorrectResponse ExpectedTimeAssessed Nomenclature LearningStandardReference AssessmentReference AsessmentItemURI
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>
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, state, or other agency or entity.</xs:documentation>
         
</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: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:annotation>
       
</xs:element>
       
<xs:element name="CorrectResponse" type="CorrectResponse" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The correct response for the AssessmentItem.</xs:documentation>
         
</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: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:element name="LearningStandardReference" type="LearningStandardReferenceType" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>LearningStandard tested by this item.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="AssessmentReference" type="AssessmentReferenceType">
         
<xs:annotation>
           
<xs:documentation>Relates the AssessmentItem to an existing assessment.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="AsessmentItemURI" type="URI" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The URI (typical a URL) pointing to the entry in an assessment item bank, which describes this content item.</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_p136.png
namespace http://ed-fi.org/0210
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.
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:annotation>
</xs:element>

element AssessmentItem/AssessmentItemCategory
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p137.png
namespace http://ed-fi.org/0210
type AssessmentItemCategoryType
properties
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 AssessmentItem. For example:
        Multiple choice
        Analytic
        Prose
        ...
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:annotation>
</xs:element>

element AssessmentItem/MaxRawScore
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p138.png
namespace http://ed-fi.org/0210
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.
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:annotation>
</xs:element>

element AssessmentItem/CorrectResponse
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p139.png
namespace http://ed-fi.org/0210
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.
source <xs:element name="CorrectResponse" type="CorrectResponse" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The correct response for the AssessmentItem.</xs:documentation>
 
</xs:annotation>
</xs:element>

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

element AssessmentItem/Nomenclature
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p141.png
namespace http://ed-fi.org/0210
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.
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>

element AssessmentItem/LearningStandardReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p142.png
namespace http://ed-fi.org/0210
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.
source <xs:element name="LearningStandardReference" type="LearningStandardReferenceType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>LearningStandard tested by this item.</xs:documentation>
 
</xs:annotation>
</xs:element>

element AssessmentItem/AssessmentReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p143.png
namespace http://ed-fi.org/0210
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.
source <xs:element name="AssessmentReference" type="AssessmentReferenceType">
 
<xs:annotation>
   
<xs:documentation>Relates the AssessmentItem to an existing assessment.</xs:documentation>
 
</xs:annotation>
</xs:element>

element AssessmentItem/AsessmentItemURI
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p144.png
namespace http://ed-fi.org/0210
type URI
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 5
maxLength 255
annotation
documentation
The URI (typical a URL) pointing to the entry in an assessment item bank, which describes this content item.
source <xs:element name="AsessmentItemURI" type="URI" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The URI (typical a URL) pointing to the entry in an assessment item bank, which describes this content item.</xs:documentation>
 
</xs:annotation>
</xs:element>