complexType AssessmentIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p130.png
namespace http://ed-fi.org/0210
children AssessmentTitle AcademicSubject AssessedGradeLevel Version
used by
element AssessmentReferenceType/AssessmentIdentity
annotation
documentation
Encapsulates primary attributes that can be used to look up the identity of an Assessment.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
source <xs:complexType name="AssessmentIdentityType">
 
<xs:annotation>
   
<xs:documentation>Encapsulates primary attributes that can be used to look up the identity of an Assessment.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<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="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="Version" type="AssessmentVersion">
     
<xs:annotation>
       
<xs:documentation>The version identifier for the assessment.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element AssessmentIdentityType/AssessmentTitle
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p131.png
namespace http://ed-fi.org/0210
type AssessmentTitle
properties
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">
 
<xs:annotation>
   
<xs:documentation>The title or name of the Assessment.</xs:documentation>
 
</xs:annotation>
</xs:element>

element AssessmentIdentityType/AcademicSubject
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p132.png
namespace http://ed-fi.org/0210
type AcademicSubjectDescriptorReferenceType
properties
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">
 
<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 AssessmentIdentityType/AssessedGradeLevel
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p133.png
namespace http://ed-fi.org/0210
type GradeLevelDescriptorReferenceType
properties
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">
 
<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 AssessmentIdentityType/Version
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p134.png
namespace http://ed-fi.org/0210
type AssessmentVersion
properties
content simple
annotation
documentation
The version identifier for the assessment.
source <xs:element name="Version" type="AssessmentVersion">
 
<xs:annotation>
   
<xs:documentation>The version identifier for the assessment.</xs:documentation>
 
</xs:annotation>
</xs:element>