complexType ObjectiveAssessment
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p684.png
namespace http://ed-fi.org/0110
type extension of ComplexObjectType
properties
base ComplexObjectType
children IdentificationCode MaxRawScore AssessmentPerformanceLevel PercentOfAssessment Nomenclature AssessmentItemReference LearningObjectiveReference LearningStandardReference ObjectiveAssessmentReference
attributes
Name  Type  Use  Default  Fixed  annotation
idxs: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>
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>
   
</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="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="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:annotation>
       
</xs:element>
       
<xs:element name="PercentOfAssessment" type="percent" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The percent of the assessment that tests this objective.</xs:documentation>
         
</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: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:annotation>
       
</xs:element>
       
<xs:element name="LearningObjectiveReference" type="LearningObjectiveReferenceType" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>References the learning objective(s) the objective assessment tests.</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 objective assessment.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="ObjectiveAssessmentReference" type="ObjectiveAssessmentReferenceType" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>Lower level objectives or sub-objectives that are assessed and scored.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element ObjectiveAssessment/IdentificationCode
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p685.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 ObjectiveAssessment/MaxRawScore
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p686.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 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 ObjectiveAssessment/AssessmentPerformanceLevel
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p687.png
namespace http://ed-fi.org/0110
type AssessmentPerformanceLevel
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children PerformanceLevel AssessmentReportingMethod MinimumScore MaximumScore ResultDatatype
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
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:annotation>
</xs:element>

element ObjectiveAssessment/PercentOfAssessment
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p688.png
namespace http://ed-fi.org/0110
type percent
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
The percent of the assessment that tests this objective.
source <xs:element name="PercentOfAssessment" type="percent" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The percent of the assessment that tests this objective.</xs:documentation>
 
</xs:annotation>
</xs:element>

element ObjectiveAssessment/Nomenclature
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p689.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 this level of ObjectiveAssessment.
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:annotation>
</xs:element>

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

element ObjectiveAssessment/LearningObjectiveReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p691.png
namespace http://ed-fi.org/0110
type LearningObjectiveReferenceType
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children LearningObjectiveIdentity
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
References the learning objective(s) the objective assessment tests.
source <xs:element name="LearningObjectiveReference" type="LearningObjectiveReferenceType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>References the learning objective(s) the objective assessment tests.</xs:documentation>
 
</xs:annotation>
</xs:element>

element ObjectiveAssessment/LearningStandardReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p692.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 objective assessment.
source <xs:element name="LearningStandardReference" type="LearningStandardReferenceType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Learning Standard tested by this objective assessment.</xs:documentation>
 
</xs:annotation>
</xs:element>

element ObjectiveAssessment/ObjectiveAssessmentReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p693.png
namespace http://ed-fi.org/0110
type ObjectiveAssessmentReferenceType
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children ObjectiveAssessmentIdentity
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
Lower level objectives or sub-objectives that are assessed and scored.
source <xs:element name="ObjectiveAssessmentReference" type="ObjectiveAssessmentReferenceType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Lower level objectives or sub-objectives that are assessed and scored.</xs:documentation>
 
</xs:annotation>
</xs:element>