complexType StudentAssessment
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1013.png
namespace http://ed-fi.org/0110
type extension of ComplexObjectType
properties
base ComplexObjectType
children AdministrationDate AdministrationEndDate SerialNumber AdministrationLanguage AdministrationEnvironment Accommodation RetestIndicator ReasonNotTested ScoreResults GradeLevelWhenAssessed PerformanceLevels StudentReference AssessmentReference
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with the complex object.
annotation
documentation
This entity represents the analysis or scoring of a student's response on an assessment. The analysis results in a value that represents a student's performance on a set of items on a test.
appinfo
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
source <xs:complexType name="StudentAssessment">
 
<xs:annotation>
   
<xs:documentation>This entity represents the analysis or scoring of a student&apos;s response on an assessment. The analysis results in a value that represents a student&apos;s performance on a set of items on a test.</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="AdministrationDate" type="xs:date">
         
<xs:annotation>
           
<xs:documentation>The month(s), day(s), and year on which an assessment is administered or first day of administration if over multiple days.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="AdministrationEndDate" type="xs:date" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Assessment Administration End Date, if administered over multiple days.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="SerialNumber" type="IdentificationCode" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The unique number for the assessment form or answer document.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="AdministrationLanguage" type="DescriptorReferenceType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The language in which an assessment is written and/or administered. </xs:documentation>
           
<xs:appinfo>
             
<ann:Descriptor>LanguageDescriptor</ann:Descriptor>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="AdministrationEnvironment" type="AdministrationEnvironmentType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The environment in which the test was administered.  For example:
Electronic
Classroom
Testing Center
....
</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="Accommodation" type="DescriptorReferenceType" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>The specific type of special variation used in how an examination is presented, how it is administered, or how the test taker is allowed to respond. This generally refers to changes that do not substantially alter what the examination measures. The proper use of accommodations does not substantially change academic level or performance criteria.  For example:
Braille
Enlarged monitor view
Extra time
Large Print
Setting
Oral Administration
...
</xs:documentation>
           
<xs:appinfo>
             
<ann:Descriptor>AccommodationDescriptor</ann:Descriptor>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="RetestIndicator" type="RetestIndicatorType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Indicator if the test was retaken.  For example:
Primary administration
First retest
Second retest
...
</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="ReasonNotTested" type="ReasonNotTestedType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The primary reason student is not tested. For example:
Absent
Refusal by parent
Refusal by student
Medical waiver
Illness
Disruptive behavior
LEP Exempt
...
</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="ScoreResults" type="ScoreResult" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>A meaningful score or statistical expression of the performance of an individual. The results can be expressed as a number, percentile, range, level, etc.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="GradeLevelWhenAssessed" type="DescriptorReferenceType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The grade level of a student when assessed.</xs:documentation>
           
<xs:appinfo>
             
<ann:Descriptor>GradeLevelDescriptor</ann:Descriptor>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="PerformanceLevels" type="PerformanceLevelDescriptorReferenceType" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>The performance level(s) achieved for the assessment.</xs:documentation>
           
<xs:appinfo>
             
<ann:Descriptor>PerformanceLevelDescriptor</ann:Descriptor>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="StudentReference" type="StudentReferenceType">
         
<xs:annotation>
           
<xs:documentation>Reference to the student associated with the assessment.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="AssessmentReference" type="AssessmentReferenceType">
         
<xs:annotation>
           
<xs:documentation>Reference to the assessment taken by the student.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element StudentAssessment/AdministrationDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1014.png
namespace http://ed-fi.org/0110
type xs:date
properties
isRef 0
content simple
annotation
documentation
The month(s), day(s), and year on which an assessment is administered or first day of administration if over multiple days.
source <xs:element name="AdministrationDate" type="xs:date">
 
<xs:annotation>
   
<xs:documentation>The month(s), day(s), and year on which an assessment is administered or first day of administration if over multiple days.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentAssessment/AdministrationEndDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1015.png
namespace http://ed-fi.org/0110
type xs:date
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Assessment Administration End Date, if administered over multiple days.
source <xs:element name="AdministrationEndDate" type="xs:date" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Assessment Administration End Date, if administered over multiple days.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentAssessment/SerialNumber
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1016.png
namespace http://ed-fi.org/0110
type IdentificationCode
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
minLength 
maxLength 60 
annotation
documentation
The unique number for the assessment form or answer document.
source <xs:element name="SerialNumber" type="IdentificationCode" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The unique number for the assessment form or answer document.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentAssessment/AdministrationLanguage
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1017.png
namespace http://ed-fi.org/0110
type DescriptorReferenceType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children CodeValue ShortDescription Description
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.
AsOfDate      
documentation
The date context in which this reference should be considered. This is important when descriptors change over time. If omitted, assumed to be the current descriptor.
namespaceURIrequired      
documentation
A globally unique namespace that identifies this descriptor set. Author is strongly encouraged to use the Universal Resource Identifier (http, ftp, file, etc.) for the source of the descriptor definition. Best practice is for this source to be the descriptor file itself, so that it can be machine-readable and be fetched in real-time, if necessary.
annotation
documentation
The language in which an assessment is written and/or administered.
appinfo
<ann:Descriptor>LanguageDescriptor</ann:Descriptor>
source <xs:element name="AdministrationLanguage" type="DescriptorReferenceType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The language in which an assessment is written and/or administered. </xs:documentation>
   
<xs:appinfo>
     
<ann:Descriptor>LanguageDescriptor</ann:Descriptor>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentAssessment/AdministrationEnvironment
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1018.png
namespace http://ed-fi.org/0110
type AdministrationEnvironmentType
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
enumeration Classroom 
enumeration School 
enumeration Testing Center 
annotation
documentation
The environment in which the test was administered.  For example:
Electronic
Classroom
Testing Center
....
source <xs:element name="AdministrationEnvironment" type="AdministrationEnvironmentType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The environment in which the test was administered.  For example:
Electronic
Classroom
Testing Center
....
</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentAssessment/Accommodation
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1019.png
namespace http://ed-fi.org/0110
type DescriptorReferenceType
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children CodeValue ShortDescription Description
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.
AsOfDate      
documentation
The date context in which this reference should be considered. This is important when descriptors change over time. If omitted, assumed to be the current descriptor.
namespaceURIrequired      
documentation
A globally unique namespace that identifies this descriptor set. Author is strongly encouraged to use the Universal Resource Identifier (http, ftp, file, etc.) for the source of the descriptor definition. Best practice is for this source to be the descriptor file itself, so that it can be machine-readable and be fetched in real-time, if necessary.
annotation
documentation
The specific type of special variation used in how an examination is presented, how it is administered, or how the test taker is allowed to respond. This generally refers to changes that do not substantially alter what the examination measures. The proper use of accommodations does not substantially change academic level or performance criteria.  For example:
Braille
Enlarged monitor view
Extra time
Large Print
Setting
Oral Administration
...
appinfo
<ann:Descriptor>AccommodationDescriptor</ann:Descriptor>
source <xs:element name="Accommodation" type="DescriptorReferenceType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>The specific type of special variation used in how an examination is presented, how it is administered, or how the test taker is allowed to respond. This generally refers to changes that do not substantially alter what the examination measures. The proper use of accommodations does not substantially change academic level or performance criteria.  For example:
Braille
Enlarged monitor view
Extra time
Large Print
Setting
Oral Administration
...
</xs:documentation>
   
<xs:appinfo>
     
<ann:Descriptor>AccommodationDescriptor</ann:Descriptor>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentAssessment/RetestIndicator
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1020.png
namespace http://ed-fi.org/0110
type RetestIndicatorType
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
enumeration Primary Administration 
enumeration 1st Retest 
enumeration 2nd Retest 
enumeration 3nd or more Retest 
annotation
documentation
Indicator if the test was retaken.  For example:
Primary administration
First retest
Second retest
...
source <xs:element name="RetestIndicator" type="RetestIndicatorType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Indicator if the test was retaken.  For example:
Primary administration
First retest
Second retest
...
</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentAssessment/ReasonNotTested
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1021.png
namespace http://ed-fi.org/0110
type ReasonNotTestedType
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
enumeration Absent 
enumeration LEP exempt 
enumeration LEP postponement 
enumeration Not appropriate (ARD decision) 
enumeration Not tested (ARD decision) 
enumeration Alternate assessment administered 
enumeration Parental waiver 
enumeration Foreign exchange student waiver 
enumeration Refusal by parent 
enumeration Refusal by student 
enumeration Medical waiver 
enumeration Disruptive behavior 
enumeration Previously passed the examination 
enumeration Other 
annotation
documentation
The primary reason student is not tested. For example:
Absent
Refusal by parent
Refusal by student
Medical waiver
Illness
Disruptive behavior
LEP Exempt
...
source <xs:element name="ReasonNotTested" type="ReasonNotTestedType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The primary reason student is not tested. For example:
Absent
Refusal by parent
Refusal by student
Medical waiver
Illness
Disruptive behavior
LEP Exempt
...
</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentAssessment/ScoreResults
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1022.png
namespace http://ed-fi.org/0110
type ScoreResult
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children Result ResultDatatype
attributes
Name  Type  Use  Default  Fixed  annotation
AssessmentReportingMethodAssessmentReportingMethodTyperequired      
documentation
The method that the administrator of the assessment uses to report the performance and achievement of all students. It may be a qualitative method such as performance level descriptors or a quantitative method such as a numerical grade or cut score.  More than one type of reporting method may be used.
annotation
documentation
A meaningful score or statistical expression of the performance of an individual. The results can be expressed as a number, percentile, range, level, etc.
source <xs:element name="ScoreResults" type="ScoreResult" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>A meaningful score or statistical expression of the performance of an individual. The results can be expressed as a number, percentile, range, level, etc.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentAssessment/GradeLevelWhenAssessed
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1023.png
namespace http://ed-fi.org/0110
type DescriptorReferenceType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children CodeValue ShortDescription Description
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.
AsOfDate      
documentation
The date context in which this reference should be considered. This is important when descriptors change over time. If omitted, assumed to be the current descriptor.
namespaceURIrequired      
documentation
A globally unique namespace that identifies this descriptor set. Author is strongly encouraged to use the Universal Resource Identifier (http, ftp, file, etc.) for the source of the descriptor definition. Best practice is for this source to be the descriptor file itself, so that it can be machine-readable and be fetched in real-time, if necessary.
annotation
documentation
The grade level of a student when assessed.
appinfo
<ann:Descriptor>GradeLevelDescriptor</ann:Descriptor>
source <xs:element name="GradeLevelWhenAssessed" type="DescriptorReferenceType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The grade level of a student when assessed.</xs:documentation>
   
<xs:appinfo>
     
<ann:Descriptor>GradeLevelDescriptor</ann:Descriptor>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentAssessment/PerformanceLevels
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1024.png
namespace http://ed-fi.org/0110
type PerformanceLevelDescriptorReferenceType
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children CodeValue ShortDescription Description PerformanceLevelMet
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.
AsOfDate      
documentation
The date context in which this reference should be considered. This is important when descriptors change over time. If omitted, assumed to be the current descriptor.
namespaceURIrequired      
documentation
A globally unique namespace that identifies this descriptor set. Author is strongly encouraged to use the Universal Resource Identifier (http, ftp, file, etc.) for the source of the descriptor definition. Best practice is for this source to be the descriptor file itself, so that it can be machine-readable and be fetched in real-time, if necessary.
annotation
documentation
The performance level(s) achieved for the assessment.
appinfo
<ann:Descriptor>PerformanceLevelDescriptor</ann:Descriptor>
source <xs:element name="PerformanceLevels" type="PerformanceLevelDescriptorReferenceType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>The performance level(s) achieved for the assessment.</xs:documentation>
   
<xs:appinfo>
     
<ann:Descriptor>PerformanceLevelDescriptor</ann:Descriptor>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentAssessment/StudentReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1025.png
namespace http://ed-fi.org/0110
type StudentReferenceType
properties
isRef 0
content complex
children StudentIdentity
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
Reference to the student associated with the assessment.
source <xs:element name="StudentReference" type="StudentReferenceType">
 
<xs:annotation>
   
<xs:documentation>Reference to the student associated with the assessment.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentAssessment/AssessmentReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1026.png
namespace http://ed-fi.org/0110
type AssessmentReferenceType
properties
isRef 0
content complex
children AssessmentIdentity
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
Reference to the assessment taken by the student.
source <xs:element name="AssessmentReference" type="AssessmentReferenceType">
 
<xs:annotation>
   
<xs:documentation>Reference to the assessment taken by the student.</xs:documentation>
 
</xs:annotation>
</xs:element>