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/ScoreResults
element StudentAssessment/GradeLevelWhenAssessed
element StudentAssessment/PerformanceLevels
element StudentAssessment/StudentReference
element StudentAssessment/AssessmentReference
diagram | |||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||
type | extension of ComplexObjectType | ||||||||||||||
properties |
|
||||||||||||||
children | AdministrationDate AdministrationEndDate SerialNumber AdministrationLanguage AdministrationEnvironment Accommodation RetestIndicator ReasonNotTested ScoreResults GradeLevelWhenAssessed PerformanceLevels StudentReference AssessmentReference | ||||||||||||||
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="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 | |||||
namespace | http://ed-fi.org/0110 | ||||
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/0110 | ||||||||
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/0110 | |||||||||
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/0110 | ||||||||||||||||||||||||||||||||||||||
type | DescriptorReferenceType | ||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||
children | CodeValue ShortDescription Description | ||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||
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 | |||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||
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/0110 | ||||||||||||||||||||||||||||||||||||||
type | DescriptorReferenceType | ||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||
children | CodeValue ShortDescription Description | ||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||
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 | ||||||||||||||||
namespace | http://ed-fi.org/0110 | |||||||||||||||
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/0110 | |||||||||||||||||||||||||||||||||||||||||||||
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/ScoreResults
diagram | |||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||
type | ScoreResult | ||||||||||||||
properties |
|
||||||||||||||
children | Result ResultDatatype | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
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 | |||||||||||||||||||||||||||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||||||||||||||||||
type | DescriptorReferenceType | ||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||
children | CodeValue ShortDescription Description | ||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||
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 | |||||||||||||||||||||||||||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||||||||||||||||||
type | PerformanceLevelDescriptorReferenceType | ||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||
children | CodeValue ShortDescription Description PerformanceLevelMet | ||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||
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 | |||||||||||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||
type | StudentReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | StudentIdentity | ||||||||||||||||||||||
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/0110 | ||||||||||||||||||||||
type | AssessmentReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | AssessmentIdentity | ||||||||||||||||||||||
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> |