complexType ObjectiveAssessment
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p876.png
namespace http://ed-fi.org/0200
type extension of ComplexObjectType
properties
base ComplexObjectType
children IdentificationCode MaxRawScore AssessmentPerformanceLevel PercentOfAssessment Nomenclature Description AssessmentItemReference LearningObjectiveReference LearningStandardReference ParentObjectiveAssessmentReference 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 subtests that assess specific learning objectives.
appinfo
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
<ann:EdFiId>571</ann:EdFiId>
source <xs:complexType name="ObjectiveAssessment">
 
<xs:annotation>
   
<xs:documentation>This entity represents subtests that assess specific learning objectives.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
     
<ann:EdFiId>571</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, a state, or other agency or entity.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1538</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>1541</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="AssessmentPerformanceLevel" type="AssessmentPerformanceLevel" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>Definition of the performance levels and the associated cut scores. Three styles are supported:
1. Specification of performance level by minimum and maximum score 
2. Specification of performance level by cut score, using only minimum score 
3. Specification of performance level without any mapping to scores.
</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1535</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="PercentOfAssessment" type="Percent" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The percentage of the Assessment that tests this objective.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1544</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 this level of ObjectiveAssessment.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1542</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="Description" type="Description" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The description of the ObjectiveAssessment (e.g., vocabulary, measurement, or geometry).</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1537</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="AssessmentItemReference" type="AssessmentItemReferenceType" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>References individual test items, if appropriate.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1534</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="LearningObjectiveReference" type="LearningObjectiveReferenceType" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>References the LearningObjective(s) the ObjectiveAssessment tests.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1539</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 ObjectiveAssessment.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1540</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="ParentObjectiveAssessmentReference" type="ObjectiveAssessmentReferenceType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Provide user information to lookup and link to the parent ObjectiveAssessment containing this ObjectiveAssessment.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1543</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="AssessmentReference" type="AssessmentReferenceType">
         
<xs:annotation>
           
<xs:documentation>Provide user information to lookup and link to an existing assessment.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1536</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element ObjectiveAssessment/IdentificationCode
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p877.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, a state, or other agency or entity.
appinfo
<ann:EdFiId>1538</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, a state, or other agency or entity.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1538</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element ObjectiveAssessment/MaxRawScore
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p878.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>1541</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>1541</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element ObjectiveAssessment/AssessmentPerformanceLevel
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p879.png
namespace http://ed-fi.org/0200
type AssessmentPerformanceLevel
properties
minOcc 0
maxOcc unbounded
content complex
children PerformanceLevel AssessmentReportingMethod MinimumScore MaximumScore ResultDatatypeType
annotation
documentation
Definition of the performance levels and the associated cut scores. Three styles are supported:
1. Specification of performance level by minimum and maximum score 
2. Specification of performance level by cut score, using only minimum score 
3. Specification of performance level without any mapping to scores.
appinfo
<ann:EdFiId>1535</ann:EdFiId>
source <xs:element name="AssessmentPerformanceLevel" type="AssessmentPerformanceLevel" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Definition of the performance levels and the associated cut scores. Three styles are supported:
1. Specification of performance level by minimum and maximum score 
2. Specification of performance level by cut score, using only minimum score 
3. Specification of performance level without any mapping to scores.
</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1535</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element ObjectiveAssessment/PercentOfAssessment
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p880.png
namespace http://ed-fi.org/0200
type Percent
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minInclusive 0
maxInclusive 1
totalDigits 5
fractionDigits 4
annotation
documentation
The percentage of the Assessment that tests this objective.
appinfo
<ann:EdFiId>1544</ann:EdFiId>
source <xs:element name="PercentOfAssessment" type="Percent" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The percentage of the Assessment that tests this objective.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1544</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element ObjectiveAssessment/Nomenclature
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p881.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 this level of ObjectiveAssessment.
appinfo
<ann:EdFiId>1542</ann:EdFiId>
source <xs:element name="Nomenclature" type="Nomenclature" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Reflects the specific nomenclature used for this level of ObjectiveAssessment.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1542</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element ObjectiveAssessment/Description
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p882.png
namespace http://ed-fi.org/0200
type Description
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 1024
annotation
documentation
The description of the ObjectiveAssessment (e.g., vocabulary, measurement, or geometry).
appinfo
<ann:EdFiId>1537</ann:EdFiId>
source <xs:element name="Description" type="Description" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The description of the ObjectiveAssessment (e.g., vocabulary, measurement, or geometry).</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1537</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element ObjectiveAssessment/AssessmentItemReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p883.png
namespace http://ed-fi.org/0200
type AssessmentItemReferenceType
properties
minOcc 0
maxOcc unbounded
content complex
children AssessmentItemIdentity
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
References individual test items, if appropriate.
appinfo
<ann:EdFiId>1534</ann:EdFiId>
source <xs:element name="AssessmentItemReference" type="AssessmentItemReferenceType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>References individual test items, if appropriate.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1534</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element ObjectiveAssessment/LearningObjectiveReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p884.png
namespace http://ed-fi.org/0200
type LearningObjectiveReferenceType
properties
minOcc 0
maxOcc unbounded
content complex
children LearningObjectiveIdentity
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
References the LearningObjective(s) the ObjectiveAssessment tests.
appinfo
<ann:EdFiId>1539</ann:EdFiId>
source <xs:element name="LearningObjectiveReference" type="LearningObjectiveReferenceType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>References the LearningObjective(s) the ObjectiveAssessment tests.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1539</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element ObjectiveAssessment/LearningStandardReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p885.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 ObjectiveAssessment.
appinfo
<ann:EdFiId>1540</ann:EdFiId>
source <xs:element name="LearningStandardReference" type="LearningStandardReferenceType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>LearningStandard tested by this ObjectiveAssessment.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1540</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element ObjectiveAssessment/ParentObjectiveAssessmentReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p886.png
namespace http://ed-fi.org/0200
type ObjectiveAssessmentReferenceType
properties
minOcc 0
maxOcc 1
content complex
children ObjectiveAssessmentIdentity
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
Provide user information to lookup and link to the parent ObjectiveAssessment containing this ObjectiveAssessment.
appinfo
<ann:EdFiId>1543</ann:EdFiId>
source <xs:element name="ParentObjectiveAssessmentReference" type="ObjectiveAssessmentReferenceType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Provide user information to lookup and link to the parent ObjectiveAssessment containing this ObjectiveAssessment.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1543</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element ObjectiveAssessment/AssessmentReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p887.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
Provide user information to lookup and link to an existing assessment.
appinfo
<ann:EdFiId>1536</ann:EdFiId>
source <xs:element name="AssessmentReference" type="AssessmentReferenceType">
 
<xs:annotation>
   
<xs:documentation>Provide user information to lookup and link to an existing assessment.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1536</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>