complexType Assessment
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p69.png
namespace http://ed-fi.org/0110
type extension of ComplexObjectType
properties
base ComplexObjectType
children AssessmentTitle AssessmentIdentificationCode AssessmentCategory AcademicSubject GradeLevelAssessed LowestGradeLevelAssessed AssessmentScore AssessmentPerformanceLevel ContentStandard AssessmentForm Version RevisionDate MaxRawScore Nomenclature AssessmentPeriod AssessmentItemReference ObjectiveAssessmentReference AssessmentFamilyReference SectionReference
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with the complex object.
annotation
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 in individuals or groups and changes in performance from one occasion to the next.
appinfo
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
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&apos;s competence, knowledge, skills or behavior. An assessment can be used to measure differences in individuals 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="AssessmentCategoryType" 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:annotation>
       
</xs:element>
       
<xs:element name="AcademicSubject" type="DescriptorReferenceType" minOccurs="0">
         
<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="GradeLevelAssessed" type="DescriptorReferenceType" minOccurs="0">
         
<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="LowestGradeLevelAssessed" type="DescriptorReferenceType" 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="ContentStandardType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>An indication as to whether an assessment conforms to a standard. For example:
Local standard
Statewide standard
Regional standard
Association standard
School 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="Version" type="Version" minOccurs="0">
         
<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="DescriptorReferenceType" 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="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="ObjectiveAssessmentReference" type="ObjectiveAssessmentReferenceType" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>References subtests that test specific learning objectives.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="AssessmentFamilyReference" type="AssessmentFamilyReferenceType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>References the AssessmentFamily this Assessment is a member of.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="SectionReference" type="SectionReferenceType" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>The section(s) to which the assessment is associated.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element Assessment/AssessmentTitle
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p70.png
namespace http://ed-fi.org/0110
type AssessmentTitle
properties
isRef 0
content simple
facets
Kind Value annotation 
minLength 
maxLength 60 
annotation
documentation
The title or name of the assessment.
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 Ed-Fi-Core_diagrams/Ed-Fi-Core_p71.png
namespace http://ed-fi.org/0110
type AssessmentIdentificationCode
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
children ID
attributes
Name  Type  Use  Default  Fixed  annotation
IdentificationSystemAssessmentIdentificationSystemTyperequired      
documentation
A coding scheme that is used for identification and record-keeping purposes by schools, social services, or other agencies to refer to an assessment.
AssigningOrganizationCodeIdentificationCodeoptional      
documentation
The organization code or name assigning the assessment identification code.
annotation
documentation
A unique number or alphanumeric code assigned to an assessment by a school, school system, a state, or other agency or entity.
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 Ed-Fi-Core_diagrams/Ed-Fi-Core_p72.png
namespace http://ed-fi.org/0110
type AssessmentCategoryType
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
enumeration Achievement test 
enumeration Advanced Placement 
enumeration Alternate assessment/ELL 
enumeration Alternate assessment/grade-level standards 
enumeration Alternative assessment/modified standards 
enumeration Aptitude test 
enumeration Attitudinal test 
enumeration Benchmark test 
enumeration Class test 
enumeration Class quiz 
enumeration College entrance exam 
enumeration Cognitive and perceptual skills test 
enumeration Developmental observation 
enumeration Diagnostic 
enumeration English proficiency screening test 
enumeration Foreign language proficiency test 
enumeration Formative 
enumeration Interest inventory 
enumeration Interim 
enumeration International Baccalaureate 
enumeration Language proficiency test 
enumeration Manual dexterity test 
enumeration Mental ability (intelligence) test 
enumeration Performance assessment 
enumeration Personality test 
enumeration Portfolio assessment 
enumeration Prekindergarten Readiness 
enumeration Psychological test 
enumeration Psychomotor test 
enumeration Reading readiness test 
enumeration State summative assessment 3-8 general 
enumeration State high school subject assessment 
enumeration State high school course assessment 
enumeration State alternative assessment/grade-level standards 
enumeration State alternative assessment/modified standards 
enumeration State alternate assessment/ELL 
enumeration State English proficiency test 
enumeration Other 
annotation
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
...
source <xs:element name="AssessmentCategory" type="AssessmentCategoryType" 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:annotation>
</xs:element>

element Assessment/AcademicSubject
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p73.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 description of the content or subject area (e.g., arts, mathematics, reading, stenography, or a foreign language) of an assessment.
appinfo
<ann:Descriptor>AcademicSubjectDescriptor</ann:Descriptor>
source <xs:element name="AcademicSubject" type="DescriptorReferenceType" minOccurs="0">
 
<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/GradeLevelAssessed
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p74.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 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
...
appinfo
<ann:Descriptor>GradeLevelDescriptor</ann:Descriptor>
source <xs:element name="GradeLevelAssessed" type="DescriptorReferenceType" minOccurs="0">
 
<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/LowestGradeLevelAssessed
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p75.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
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
...
appinfo
<ann:Descriptor>GradeLevelDescriptor</ann:Descriptor>
source <xs:element name="LowestGradeLevelAssessed" type="DescriptorReferenceType" 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 Ed-Fi-Core_diagrams/Ed-Fi-Core_p76.png
namespace http://ed-fi.org/0110
type AssessmentScore
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children AssessmentReportingMethod MinimumScore MaximumScore ResultDatatype
annotation
documentation
Definition of the scores to be expected from this assessment.
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 Ed-Fi-Core_diagrams/Ed-Fi-Core_p77.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 Assessment/ContentStandard
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p78.png
namespace http://ed-fi.org/0110
type ContentStandardType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children Title Version PublicationDate PublicationYear PublicationStatus MandatingEducationOrganizationReference BeginDate EndDate
annotation
documentation
An indication as to whether an assessment conforms to a standard. For example:
Local standard
Statewide standard
Regional standard
Association standard
School standard
...
source <xs:element name="ContentStandard" type="ContentStandardType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>An indication as to whether an assessment conforms to a standard. For example:
Local standard
Statewide standard
Regional standard
Association standard
School standard
...
</xs:documentation>
 
</xs:annotation>
</xs:element>

element Assessment/AssessmentForm
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p79.png
namespace http://ed-fi.org/0110
type AssessmentForm
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
minLength 
maxLength 60 
annotation
documentation
Identifies the form of the assessment, for example a regular versus makeup form, multiple choice versus constructed response, etc.
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/Version
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p80.png
namespace http://ed-fi.org/0110
type Version
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
The version identifier for the assessment.
source <xs:element name="Version" type="Version" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The version identifier for the assessment.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Assessment/RevisionDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p81.png
namespace http://ed-fi.org/0110
type xs:date
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
The month, day, and year that the conceptual design for the assessment was most recently revised substantially.
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 Ed-Fi-Core_diagrams/Ed-Fi-Core_p82.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 Assessment/Nomenclature
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p83.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 Assessment.
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 Ed-Fi-Core_diagrams/Ed-Fi-Core_p84.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 period or window in which an assessment is supposed to be administered.
appinfo
<ann:Descriptor>AssessmentPeriodDescriptor</ann:Descriptor>
source <xs:element name="AssessmentPeriod" type="DescriptorReferenceType" 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/AssessmentItemReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p85.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 Assessment/ObjectiveAssessmentReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p86.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
References subtests that test specific learning objectives.
source <xs:element name="ObjectiveAssessmentReference" type="ObjectiveAssessmentReferenceType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>References subtests that test specific learning objectives.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Assessment/AssessmentFamilyReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p87.png
namespace http://ed-fi.org/0110
type AssessmentFamilyReferenceType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children AssessmentFamilyIdentity
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 AssessmentFamily this Assessment is a member of.
source <xs:element name="AssessmentFamilyReference" type="AssessmentFamilyReferenceType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>References the AssessmentFamily this Assessment is a member of.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Assessment/SectionReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p88.png
namespace http://ed-fi.org/0110
type SectionReferenceType
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children SectionIdentity
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
The section(s) to which the assessment is associated.
source <xs:element name="SectionReference" type="SectionReferenceType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>The section(s) to which the assessment is associated.</xs:documentation>
 
</xs:annotation>
</xs:element>