complexType AssessmentLookupType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p164.png
namespace http://ed-fi.org/0200
children AssessmentTitle AssessmentIdentificationCode AssessmentCategory AcademicSubject AssessedGradeLevel Version AssessmentFamilyReference
used by
element AssessmentReferenceType/AssessmentLookup
annotation
documentation
Encapsulates alternative attributes that can be used to lookup the identity of assessments.
appinfo
<ann:TypeGroup>Lookup</ann:TypeGroup>
<ann:EdFiId>644</ann:EdFiId>
source <xs:complexType name="AssessmentLookupType">
 
<xs:annotation>
   
<xs:documentation>Encapsulates alternative attributes that can be used to lookup the identity of assessments.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Lookup</ann:TypeGroup>
     
<ann:EdFiId>644</ann:EdFiId>
   
</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:appinfo>
         
<ann:EdFiId>2311</ann:EdFiId>
       
</xs:appinfo>
     
</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:appinfo>
         
<ann:EdFiId>2310</ann:EdFiId>
       
</xs:appinfo>
     
</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:EdFiId>2308</ann:EdFiId>
       
</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>
         
<ann:EdFiId>2306</ann:EdFiId>
       
</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.</xs:documentation>
       
<xs:appinfo>
         
<ann:Descriptor>GradeLevelDescriptor</ann:Descriptor>
         
<ann:EdFiId>2307</ann:EdFiId>
       
</xs:appinfo>
     
</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:appinfo>
         
<ann:EdFiId>2312</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="AssessmentFamilyReference" type="AssessmentFamilyReferenceType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>References the Assessment Family this Assessment is a member of.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>2309</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element AssessmentLookupType/AssessmentTitle
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p165.png
namespace http://ed-fi.org/0200
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.
appinfo
<ann:EdFiId>2311</ann:EdFiId>
source <xs:element name="AssessmentTitle" type="AssessmentTitle" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The title or name of the assessment.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2311</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element AssessmentLookupType/AssessmentIdentificationCode
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p166.png
namespace http://ed-fi.org/0200
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.
appinfo
<ann:EdFiId>2310</ann:EdFiId>
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:appinfo>
     
<ann:EdFiId>2310</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element AssessmentLookupType/AssessmentCategory
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p167.png
namespace http://ed-fi.org/0200
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:EdFiId>2308</ann:EdFiId>
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:EdFiId>2308</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element AssessmentLookupType/AcademicSubject
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p168.png
namespace http://ed-fi.org/0200
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>
<ann:EdFiId>2306</ann:EdFiId>
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>
     
<ann:EdFiId>2306</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element AssessmentLookupType/AssessedGradeLevel
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p169.png
namespace http://ed-fi.org/0200
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.
appinfo
<ann:Descriptor>GradeLevelDescriptor</ann:Descriptor>
<ann:EdFiId>2307</ann:EdFiId>
source <xs:element name="AssessedGradeLevel" type="GradeLevelDescriptorReferenceType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The typical grade level for which an assessment is designed.</xs:documentation>
   
<xs:appinfo>
     
<ann:Descriptor>GradeLevelDescriptor</ann:Descriptor>
     
<ann:EdFiId>2307</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element AssessmentLookupType/Version
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p170.png
namespace http://ed-fi.org/0200
type Version
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The version identifier for the assessment.
appinfo
<ann:EdFiId>2312</ann:EdFiId>
source <xs:element name="Version" type="Version" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The version identifier for the assessment.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2312</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element AssessmentLookupType/AssessmentFamilyReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p171.png
namespace http://ed-fi.org/0200
type AssessmentFamilyReferenceType
properties
minOcc 0
maxOcc 1
content complex
children AssessmentFamilyIdentity AssessmentFamilyLookup
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
References the Assessment Family this Assessment is a member of.
appinfo
<ann:EdFiId>2309</ann:EdFiId>
source <xs:element name="AssessmentFamilyReference" type="AssessmentFamilyReferenceType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>References the Assessment Family this Assessment is a member of.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2309</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>