complexType AssessmentIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p145.png
namespace http://ed-fi.org/0200
children AssessmentTitle AcademicSubject AssessedGradeLevel Version
used by
element AssessmentReferenceType/AssessmentIdentity
annotation
documentation
Encapsulates primary attributes that can be used to lookup the identity of assessments.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
<ann:EdFiId>401</ann:EdFiId>
source <xs:complexType name="AssessmentIdentityType">
 
<xs:annotation>
   
<xs:documentation>Encapsulates primary attributes that can be used to lookup the identity of assessments.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
     
<ann:EdFiId>401</ann:EdFiId>
   
</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:appinfo>
         
<ann:EdFiId>2010</ann:EdFiId>
       
</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>
         
<ann:EdFiId>2008</ann:EdFiId>
       
</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.</xs:documentation>
       
<xs:appinfo>
         
<ann:Descriptor>GradeLevelDescriptor</ann:Descriptor>
         
<ann:EdFiId>2009</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Version" type="Version">
     
<xs:annotation>
       
<xs:documentation>The version identifier for the assessment.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>2011</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element AssessmentIdentityType/AssessmentTitle
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p146.png
namespace http://ed-fi.org/0200
type AssessmentTitle
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 60
annotation
documentation
The title or name of the assessment.
appinfo
<ann:EdFiId>2010</ann:EdFiId>
source <xs:element name="AssessmentTitle" type="AssessmentTitle">
 
<xs:annotation>
   
<xs:documentation>The title or name of the assessment.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2010</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

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

element AssessmentIdentityType/AssessedGradeLevel
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p148.png
namespace http://ed-fi.org/0200
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.
appinfo
<ann:Descriptor>GradeLevelDescriptor</ann:Descriptor>
<ann:EdFiId>2009</ann:EdFiId>
source <xs:element name="AssessedGradeLevel" type="GradeLevelDescriptorReferenceType">
 
<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>2009</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element AssessmentIdentityType/Version
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p149.png
namespace http://ed-fi.org/0200
type Version
properties
content simple
annotation
documentation
The version identifier for the assessment.
appinfo
<ann:EdFiId>2011</ann:EdFiId>
source <xs:element name="Version" type="Version">
 
<xs:annotation>
   
<xs:documentation>The version identifier for the assessment.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2011</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>