complexType
StudentAssessment
element StudentAssessment/AdministrationDate
element StudentAssessment/AdministrationEndDate
element StudentAssessment/SerialNumber
element StudentAssessment/AdministrationLanguage
element StudentAssessment/AdministrationEnvironment
element StudentAssessment/Accommodation
element StudentAssessment/RetestIndicator
element StudentAssessment/ReasonNotTested
element StudentAssessment/ScoreResult
element StudentAssessment/WhenAssessedGradeLevel
element StudentAssessment/PerformanceLevel
element StudentAssessment/EventCircumstance
element StudentAssessment/EventDescription
element StudentAssessment/StudentReference
element StudentAssessment/AssessmentReference
element StudentAssessment/StudentAssessmentItem
element StudentAssessment/StudentObjectiveAssessment
element StudentAssessment/SchoolYear
diagram | |||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||
type | extension of ComplexObjectType | ||||||||||||||
properties |
|
||||||||||||||
children | AdministrationDate AdministrationEndDate SerialNumber AdministrationLanguage AdministrationEnvironment Accommodation RetestIndicator ReasonNotTested ScoreResult WhenAssessedGradeLevel PerformanceLevel EventCircumstance EventDescription StudentReference AssessmentReference StudentAssessmentItem StudentObjectiveAssessment SchoolYear | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:complexType name="StudentAssessment"> <xs:annotation> <xs: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.</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="LanguageDescriptorReferenceType" 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="AccommodationDescriptorReferenceType" 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 examinationmeasures. 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="ScoreResult" 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="WhenAssessedGradeLevel" type="GradeLevelDescriptorReferenceType" 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="PerformanceLevel" type="PerformanceLevel" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The performance level(s) achieved for the StudentAssessment.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="EventCircumstance" type="EventCircumstanceType" minOccurs="0"> <xs:annotation> <xs:documentation>An unusual event occurred during the administration of the assessment. This could include fire alarm, student became ill, etc.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="EventDescription" type="Description" minOccurs="0"> <xs:annotation> <xs:documentation>Describes special events that occur before during or after the assessment session that may impact use of results.</xs:documentation> </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:element name="StudentAssessmentItem" type="StudentAssessmentItem" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The student's response to an assessment item and the item-level scores such as correct, incorrect, or met standard.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="StudentObjectiveAssessment" type="StudentObjectiveAssessment" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The student's score and/or performance levels earned for an ObjectiveAssessment.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="SchoolYear" type="SchoolYearType" minOccurs="0"> <xs:annotation> <xs:documentation>The school year for which the assessment was administered to a student. Among other uses, handles cases in which a student takes a prior-year exam in a subsequent school year during an exam re-test.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
element StudentAssessment/AdministrationDate
diagram | |||
namespace | http://ed-fi.org/0210 | ||
type | xs:date | ||
properties |
|
||
annotation |
|
||
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 | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | xs:date | ||||||
properties |
|
||||||
annotation |
|
||||||
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 | ||||||||||
namespace | http://ed-fi.org/0210 | |||||||||
type | IdentificationCode | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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 | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | LanguageDescriptorReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | CodeValue Namespace | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="AdministrationLanguage" type="LanguageDescriptorReferenceType" 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 | |||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||
type | AdministrationEnvironmentType | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
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 | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | AccommodationDescriptorReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | CodeValue Namespace | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="Accommodation" type="AccommodationDescriptorReferenceType" 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 examinationmeasures. 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 | ||||||||||||||||
namespace | http://ed-fi.org/0210 | |||||||||||||||
type | RetestIndicatorType | |||||||||||||||
properties |
|
|||||||||||||||
facets |
|
|||||||||||||||
annotation |
|
|||||||||||||||
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 | ||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | |||||||||||||||||||||||||||||||||||||||||||||
type | ReasonNotTestedType | |||||||||||||||||||||||||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||||||||||||||||||||||||
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/ScoreResult
diagram | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | ScoreResult | ||||||
properties |
|
||||||
children | Result ResultDatatypeType AssessmentReportingMethod | ||||||
annotation |
|
||||||
source | <xs:element name="ScoreResult" 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/WhenAssessedGradeLevel
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | GradeLevelDescriptorReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | CodeValue Namespace | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="WhenAssessedGradeLevel" type="GradeLevelDescriptorReferenceType" 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/PerformanceLevel
diagram | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | PerformanceLevel | ||||||
properties |
|
||||||
children | PerformanceLevelMet PerformanceLevel | ||||||
annotation |
|
||||||
source | <xs:element name="PerformanceLevel" type="PerformanceLevel" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The performance level(s) achieved for the StudentAssessment.</xs:documentation> </xs:annotation> </xs:element> |
element StudentAssessment/EventCircumstance
diagram | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | EventCircumstanceType | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="EventCircumstance" type="EventCircumstanceType" minOccurs="0"> <xs:annotation> <xs:documentation>An unusual event occurred during the administration of the assessment. This could include fire alarm, student became ill, etc.</xs:documentation> </xs:annotation> </xs:element> |
element StudentAssessment/EventDescription
diagram | ||||||||||
namespace | http://ed-fi.org/0210 | |||||||||
type | Description | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="EventDescription" type="Description" minOccurs="0"> <xs:annotation> <xs:documentation>Describes special events that occur before during or after the assessment session that may impact use of results.</xs:documentation> </xs:annotation> </xs:element> |
element StudentAssessment/StudentReference
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | StudentReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | StudentIdentity StudentLookup | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
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 | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | AssessmentReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | AssessmentIdentity AssessmentLookup | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
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> |
element StudentAssessment/StudentAssessmentItem
diagram | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | StudentAssessmentItem | ||||||
properties |
|
||||||
children | AssessmentResponse DescriptiveFeedback ResponseIndicator AssessmentItemResult RawScoreResult TimeAssessed AssessmentItemReference | ||||||
annotation |
|
||||||
source | <xs:element name="StudentAssessmentItem" type="StudentAssessmentItem" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The student's response to an assessment item and the item-level scores such as correct, incorrect, or met standard.</xs:documentation> </xs:annotation> </xs:element> |
element StudentAssessment/StudentObjectiveAssessment
diagram | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | StudentObjectiveAssessment | ||||||
properties |
|
||||||
children | ScoreResult PerformanceLevel ObjectiveAssessmentReference | ||||||
annotation |
|
||||||
source | <xs:element name="StudentObjectiveAssessment" type="StudentObjectiveAssessment" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The student's score and/or performance levels earned for an ObjectiveAssessment.</xs:documentation> </xs:annotation> </xs:element> |
element StudentAssessment/SchoolYear
diagram | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | SchoolYearType | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="SchoolYear" type="SchoolYearType" minOccurs="0"> <xs:annotation> <xs:documentation>The school year for which the assessment was administered to a student. Among other uses, handles cases in which a student takes a prior-year exam in a subsequent school year during an exam re-test.</xs:documentation> </xs:annotation> </xs:element> |