complexType AssessmentLookupType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p150.png
namespace http://ed-fi.org/0210
children AssessmentTitle AssessmentIdentificationCode AssessmentCategory AcademicSubject AssessedGradeLevel Version
used by
element AssessmentReferenceType/AssessmentLookup
annotation
documentation
Encapsulates alternative attributes that can be used to look up the identity of an Assessment.
appinfo
<ann:TypeGroup>Lookup</ann:TypeGroup>
source <xs:complexType name="AssessmentLookupType">
 
<xs:annotation>
   
<xs:documentation>Encapsulates alternative attributes that can be used to look up the identity of an Assessment.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Lookup</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="AssessmentTitle" type="AssessmentTitle" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The title or name of the Assessment.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="AssessmentIdentificationCode" type="AssessmentIdentificationCode" minOccurs="0">
     
<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" 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="AssessedGradeLevel" type="GradeLevelDescriptorReferenceType" 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="Version" type="AssessmentVersion" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The version identifier for the assessment.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element AssessmentLookupType/AssessmentTitle
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p151.png
namespace http://ed-fi.org/0210
type AssessmentTitle
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 60
annotation
documentation
The title or name of the Assessment.
source <xs:element name="AssessmentTitle" type="AssessmentTitle" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The title or name of the Assessment.</xs:documentation>
 
</xs:annotation>
</xs:element>

element AssessmentLookupType/AssessmentIdentificationCode
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p152.png
namespace http://ed-fi.org/0210
type AssessmentIdentificationCode
properties
minOcc 0
maxOcc 1
content complex
children IdentificationCode AssessmentIdentificationSystem AssigningOrganizationIdentificationCode
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" minOccurs="0">
 
<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 AssessmentLookupType/AssessmentCategory
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p153.png
namespace http://ed-fi.org/0210
type AssessmentCategoryDescriptorReferenceType
properties
minOcc 0
maxOcc 1
content complex
children CodeValue Namespace
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with this complex object.
ref  xs:IDREF        
documentation
The XML IDREF that references the object associated with this object.
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
        ...
appinfo
<ann:Descriptor>AssessmentCategoryDescriptor</ann:Descriptor>
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 AssessmentLookupType/AcademicSubject
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p154.png
namespace http://ed-fi.org/0210
type AcademicSubjectDescriptorReferenceType
properties
minOcc 0
maxOcc 1
content complex
children CodeValue Namespace
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with this complex object.
ref  xs:IDREF        
documentation
The XML IDREF that references the object associated with this object.
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="AcademicSubjectDescriptorReferenceType" 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 AssessmentLookupType/AssessedGradeLevel
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p155.png
namespace http://ed-fi.org/0210
type GradeLevelDescriptorReferenceType
properties
minOcc 0
maxOcc 1
content complex
children CodeValue Namespace
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with this complex object.
ref  xs:IDREF        
documentation
The XML IDREF that references the object associated with this object.
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="AssessedGradeLevel" type="GradeLevelDescriptorReferenceType" 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 AssessmentLookupType/Version
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p156.png
namespace http://ed-fi.org/0210
type AssessmentVersion
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The version identifier for the assessment.
source <xs:element name="Version" type="AssessmentVersion" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The version identifier for the assessment.</xs:documentation>
 
</xs:annotation>
</xs:element>