complexType
Assessment
element Assessment/AssessmentTitle
element Assessment/AssessmentIdentificationCode
element Assessment/AssessmentCategory
element Assessment/AcademicSubject
element Assessment/AssessedGradeLevel
element Assessment/LowestAssessedGradeLevel
element Assessment/AssessmentScore
element Assessment/AssessmentPerformanceLevel
element Assessment/ContentStandard
element Assessment/AssessmentForm
element Assessment/Language
element Assessment/Version
element Assessment/RevisionDate
element Assessment/MaxRawScore
element Assessment/Nomenclature
element Assessment/AssessmentPeriod
element Assessment/AssessmentFamily
element Assessment/SectionReference
element Assessment/ProgramReference
element Assessment/Namespace
diagram | |||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||
type | extension of ComplexObjectType | ||||||||||||||
properties |
|
||||||||||||||
children | AssessmentTitle AssessmentIdentificationCode AssessmentCategory AcademicSubject AssessedGradeLevel LowestAssessedGradeLevel AssessmentScore AssessmentPerformanceLevel ContentStandard AssessmentForm Language Version RevisionDate MaxRawScore Nomenclature AssessmentPeriod AssessmentFamily SectionReference ProgramReference Namespace | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:complexType name="Assessment"> <xs:annotation> <xs:documentation>This entity represents a tool, instrument, process, or exhibition composed of a systematic sampling of behavior for measuring a student's competence, knowledge,skills, or behavior. An assessment can be used to measure differences inindividuals or groups and changes in performance from one occasion to the next.</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="AssessmentTitle" type="AssessmentTitle"> <xs:annotation> <xs:documentation>The title or name of the Assessment.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="AssessmentIdentificationCode" type="AssessmentIdentificationCode" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>A unique number or alphanumeric code assigned to an assessment by a school, school system, a state, or other agency or entity.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="AssessmentCategory" type="AssessmentCategoryDescriptorReferenceType" minOccurs="0"> <xs:annotation> <xs:documentation>The category of an assessment based on format and content. For example: Achievement test Advanced placement test Alternate assessment/grade-level standards Attitudinal test Cognitive and perceptual skills test ...</xs:documentation> <xs:appinfo> <ann:Descriptor>AssessmentCategoryDescriptor</ann:Descriptor> </xs:appinfo> </xs:annotation> </xs:element> <xs:element name="AcademicSubject" type="AcademicSubjectDescriptorReferenceType"> <xs:annotation> <xs:documentation>The description of the content or subject area (e.g., arts, mathematics, reading, stenography, or a foreign language) of an assessment.</xs:documentation> <xs:appinfo> <ann:Descriptor>AcademicSubjectDescriptor</ann:Descriptor> </xs:appinfo> </xs:annotation> </xs:element> <xs:element name="AssessedGradeLevel" type="GradeLevelDescriptorReferenceType"> <xs:annotation> <xs:documentation>The typical grade level for which an assessment is designed. If the assessment spans a range of grades, then this attribute holds the highest grade assessed. If only one grade level is assessed then only this attribute is used. For example: Adult Prekindergarten First grade Second grade ...</xs:documentation> <xs:appinfo> <ann:Descriptor>GradeLevelDescriptor</ann:Descriptor> </xs:appinfo> </xs:annotation> </xs:element> <xs:element name="LowestAssessedGradeLevel" type="GradeLevelDescriptorReferenceType" minOccurs="0"> <xs:annotation> <xs:documentation>If the assessment spans a range of grades, then this attribute holds the lowest grade assessed. If only one grade level is assessed, then this attribute is omitted. For example: Adult Prekindergarten First grade Second grade ...</xs:documentation> <xs:appinfo> <ann:Descriptor>GradeLevelDescriptor</ann:Descriptor> </xs:appinfo> </xs:annotation> </xs:element> <xs:element name="AssessmentScore" type="AssessmentScore" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Definition of the scores to be expected from this assessment.</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="ContentStandard" type="ContentStandard" minOccurs="0"> <xs:annotation> <xs:documentation>An indication as to whether an assessment conforms to a standard (e.g., local standard, statewide standard, regional standard, association standard).</xs:documentation> </xs:annotation> </xs:element> <xs:element name="AssessmentForm" type="AssessmentForm" minOccurs="0"> <xs:annotation> <xs:documentation>Identifies the form of the assessment, for example a regular versus makeup form, multiple choice versus constructed response, etc.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Language" type="LanguageDescriptorReferenceType" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>An indication of the languages in which the assessment is designed.</xs:documentation> <xs:appinfo> <ann:Descriptor>LanguageDescriptor</ann:Descriptor> </xs:appinfo> </xs:annotation> </xs:element> <xs:element name="Version" type="AssessmentVersion"> <xs:annotation> <xs:documentation>The version identifier for the assessment.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="RevisionDate" type="xs:date" minOccurs="0"> <xs:annotation> <xs:documentation>The month, day, and year that the conceptual design for the assessment was most recently revised substantially.</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="Nomenclature" type="Nomenclature" minOccurs="0"> <xs:annotation> <xs:documentation>Reflects the specific nomenclature used for Assessment.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="AssessmentPeriod" type="AssessmentPeriodDescriptorReferenceType" minOccurs="0"> <xs:annotation> <xs:documentation>The period or window in which an assessment is supposed to be administered.</xs:documentation> <xs:appinfo> <ann:Descriptor>AssessmentPeriodDescriptor</ann:Descriptor> </xs:appinfo> </xs:annotation> </xs:element> <xs:element name="AssessmentFamily" type="AssessmentFamily" minOccurs="0"> <xs:annotation> <xs:documentation>The AssessmentFamily this Assessment is a member of.</xs:documentation> </xs:annotation> </xs:element> <xs:choice minOccurs="0"> <xs:element name="SectionReference" type="SectionReferenceType" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The Section(s) to which the Assessment is associated.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ProgramReference" type="ProgramReferenceType" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The programs associated with the Assessment.</xs:documentation> </xs:annotation> </xs:element> </xs:choice> <xs:element name="Namespace" type="URI"> <xs:annotation> <xs:documentation>Namespace for the Assessment.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
element Assessment/AssessmentTitle
diagram | ||||||||||
namespace | http://ed-fi.org/0210 | |||||||||
type | AssessmentTitle | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="AssessmentTitle" type="AssessmentTitle"> <xs:annotation> <xs:documentation>The title or name of the Assessment.</xs:documentation> </xs:annotation> </xs:element> |
element Assessment/AssessmentIdentificationCode
diagram | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | AssessmentIdentificationCode | ||||||
properties |
|
||||||
children | IdentificationCode AssessmentIdentificationSystem AssigningOrganizationIdentificationCode | ||||||
annotation |
|
||||||
source | <xs:element name="AssessmentIdentificationCode" type="AssessmentIdentificationCode" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>A unique number or alphanumeric code assigned to an assessment by a school, school system, a state, or other agency or entity.</xs:documentation> </xs:annotation> </xs:element> |
element Assessment/AssessmentCategory
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | AssessmentCategoryDescriptorReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | CodeValue Namespace | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="AssessmentCategory" type="AssessmentCategoryDescriptorReferenceType" minOccurs="0"> <xs:annotation> <xs:documentation>The category of an assessment based on format and content. For example: Achievement test Advanced placement test Alternate assessment/grade-level standards Attitudinal test Cognitive and perceptual skills test ...</xs:documentation> <xs:appinfo> <ann:Descriptor>AssessmentCategoryDescriptor</ann:Descriptor> </xs:appinfo> </xs:annotation> </xs:element> |
element Assessment/AcademicSubject
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | AcademicSubjectDescriptorReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | CodeValue Namespace | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="AcademicSubject" type="AcademicSubjectDescriptorReferenceType"> <xs:annotation> <xs:documentation>The description of the content or subject area (e.g., arts, mathematics, reading, stenography, or a foreign language) of an assessment.</xs:documentation> <xs:appinfo> <ann:Descriptor>AcademicSubjectDescriptor</ann:Descriptor> </xs:appinfo> </xs:annotation> </xs:element> |
element Assessment/AssessedGradeLevel
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | GradeLevelDescriptorReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | CodeValue Namespace | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="AssessedGradeLevel" type="GradeLevelDescriptorReferenceType"> <xs:annotation> <xs:documentation>The typical grade level for which an assessment is designed. If the assessment spans a range of grades, then this attribute holds the highest grade assessed. If only one grade level is assessed then only this attribute is used. For example: Adult Prekindergarten First grade Second grade ...</xs:documentation> <xs:appinfo> <ann:Descriptor>GradeLevelDescriptor</ann:Descriptor> </xs:appinfo> </xs:annotation> </xs:element> |
element Assessment/LowestAssessedGradeLevel
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | GradeLevelDescriptorReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | CodeValue Namespace | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="LowestAssessedGradeLevel" type="GradeLevelDescriptorReferenceType" minOccurs="0"> <xs:annotation> <xs:documentation>If the assessment spans a range of grades, then this attribute holds the lowest grade assessed. If only one grade level is assessed, then this attribute is omitted. For example: Adult Prekindergarten First grade Second grade ...</xs:documentation> <xs:appinfo> <ann:Descriptor>GradeLevelDescriptor</ann:Descriptor> </xs:appinfo> </xs:annotation> </xs:element> |
element Assessment/AssessmentScore
diagram | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | AssessmentScore | ||||||
properties |
|
||||||
children | AssessmentReportingMethod MinimumScore MaximumScore ResultDatatypeType | ||||||
annotation |
|
||||||
source | <xs:element name="AssessmentScore" type="AssessmentScore" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Definition of the scores to be expected from this assessment.</xs:documentation> </xs:annotation> </xs:element> |
element Assessment/AssessmentPerformanceLevel
diagram | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | AssessmentPerformanceLevel | ||||||
properties |
|
||||||
children | PerformanceLevel AssessmentReportingMethod MinimumScore MaximumScore ResultDatatypeType | ||||||
annotation |
|
||||||
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 Assessment/ContentStandard
diagram | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | ContentStandard | ||||||
properties |
|
||||||
children | Title Author Version URI PublicationDate PublicationYear PublicationStatus MandatingEducationOrganizationReference BeginDate EndDate | ||||||
annotation |
|
||||||
source | <xs:element name="ContentStandard" type="ContentStandard" minOccurs="0"> <xs:annotation> <xs:documentation>An indication as to whether an assessment conforms to a standard (e.g., local standard, statewide standard, regional standard, association standard).</xs:documentation> </xs:annotation> </xs:element> |
element Assessment/AssessmentForm
diagram | ||||||||||
namespace | http://ed-fi.org/0210 | |||||||||
type | AssessmentForm | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="AssessmentForm" type="AssessmentForm" minOccurs="0"> <xs:annotation> <xs:documentation>Identifies the form of the assessment, for example a regular versus makeup form, multiple choice versus constructed response, etc.</xs:documentation> </xs:annotation> </xs:element> |
element Assessment/Language
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | LanguageDescriptorReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | CodeValue Namespace | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="Language" type="LanguageDescriptorReferenceType" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>An indication of the languages in which the assessment is designed.</xs:documentation> <xs:appinfo> <ann:Descriptor>LanguageDescriptor</ann:Descriptor> </xs:appinfo> </xs:annotation> </xs:element> |
element Assessment/Version
diagram | |||
namespace | http://ed-fi.org/0210 | ||
type | AssessmentVersion | ||
properties |
|
||
annotation |
|
||
source | <xs:element name="Version" type="AssessmentVersion"> <xs:annotation> <xs:documentation>The version identifier for the assessment.</xs:documentation> </xs:annotation> </xs:element> |
element Assessment/RevisionDate
diagram | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | xs:date | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="RevisionDate" type="xs:date" minOccurs="0"> <xs:annotation> <xs:documentation>The month, day, and year that the conceptual design for the assessment was most recently revised substantially.</xs:documentation> </xs:annotation> </xs:element> |
element Assessment/MaxRawScore
diagram | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | xs:int | ||||||
properties |
|
||||||
annotation |
|
||||||
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 Assessment/Nomenclature
diagram | ||||||||||
namespace | http://ed-fi.org/0210 | |||||||||
type | Nomenclature | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="Nomenclature" type="Nomenclature" minOccurs="0"> <xs:annotation> <xs:documentation>Reflects the specific nomenclature used for Assessment.</xs:documentation> </xs:annotation> </xs:element> |
element Assessment/AssessmentPeriod
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | AssessmentPeriodDescriptorReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | CodeValue Namespace | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="AssessmentPeriod" type="AssessmentPeriodDescriptorReferenceType" minOccurs="0"> <xs:annotation> <xs:documentation>The period or window in which an assessment is supposed to be administered.</xs:documentation> <xs:appinfo> <ann:Descriptor>AssessmentPeriodDescriptor</ann:Descriptor> </xs:appinfo> </xs:annotation> </xs:element> |
element Assessment/AssessmentFamily
diagram | ||||||||||
namespace | http://ed-fi.org/0210 | |||||||||
type | AssessmentFamily | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="AssessmentFamily" type="AssessmentFamily" minOccurs="0"> <xs:annotation> <xs:documentation>The AssessmentFamily this Assessment is a member of.</xs:documentation> </xs:annotation> </xs:element> |
element Assessment/SectionReference
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | SectionReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | SectionIdentity SectionLookup | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="SectionReference" type="SectionReferenceType" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The Section(s) to which the Assessment is associated.</xs:documentation> </xs:annotation> </xs:element> |
element Assessment/ProgramReference
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | ProgramReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | ProgramIdentity ProgramLookup | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="ProgramReference" type="ProgramReferenceType" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The programs associated with the Assessment.</xs:documentation> </xs:annotation> </xs:element> |
element Assessment/Namespace
diagram | ||||||||||
namespace | http://ed-fi.org/0210 | |||||||||
type | URI | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="Namespace" type="URI"> <xs:annotation> <xs:documentation>Namespace for the Assessment.</xs:documentation> </xs:annotation> </xs:element> |