complexType StudentAssessmentIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1347.png
namespace http://ed-fi.org/0200
children StudentReference AssessmentReference AdministrationDate
used by
element StudentAssessmentReferenceType/StudentAssessmentIdentity
annotation
documentation
Encapsulates the possible attributes that can be used to lookup the identity of student assessments.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
<ann:EdFiId>467</ann:EdFiId>
source <xs:complexType name="StudentAssessmentIdentityType">
 
<xs:annotation>
   
<xs:documentation>Encapsulates the possible attributes that can be used to lookup the identity of student assessments.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
     
<ann:EdFiId>467</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="StudentReference" type="StudentReferenceType">
     
<xs:annotation>
       
<xs:documentation>Provide user information to lookup and link to an existing student record in the receiving system.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>2084</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="AssessmentReference" type="AssessmentReferenceType">
     
<xs:annotation>
       
<xs:documentation>Provide user information to lookup and link to an existing assessment record in the receiving system. Two cases are supported:
1. IdentificationCode
2. AssessmentTitle + AcademicSubject (e.g. mathematics) + GradeLevelAssessed (e.g., Fifth grade) + Version (e.g., 2009).
</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>2083</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="AdministrationDate" type="xs:date">
     
<xs:annotation>
       
<xs:documentation>The month(s), day(s), and year on which an assessment is administered or first day of administration if over multiple days.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>2082</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element StudentAssessmentIdentityType/StudentReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1348.png
namespace http://ed-fi.org/0200
type StudentReferenceType
properties
content complex
children StudentIdentity StudentLookup
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
Provide user information to lookup and link to an existing student record in the receiving system.
appinfo
<ann:EdFiId>2084</ann:EdFiId>
source <xs:element name="StudentReference" type="StudentReferenceType">
 
<xs:annotation>
   
<xs:documentation>Provide user information to lookup and link to an existing student record in the receiving system.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2084</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentAssessmentIdentityType/AssessmentReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1349.png
namespace http://ed-fi.org/0200
type AssessmentReferenceType
properties
content complex
children AssessmentIdentity AssessmentLookup
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
Provide user information to lookup and link to an existing assessment record in the receiving system. Two cases are supported:
1. IdentificationCode
2. AssessmentTitle + AcademicSubject (e.g. mathematics) + GradeLevelAssessed (e.g., Fifth grade) + Version (e.g., 2009).
appinfo
<ann:EdFiId>2083</ann:EdFiId>
source <xs:element name="AssessmentReference" type="AssessmentReferenceType">
 
<xs:annotation>
   
<xs:documentation>Provide user information to lookup and link to an existing assessment record in the receiving system. Two cases are supported:
1. IdentificationCode
2. AssessmentTitle + AcademicSubject (e.g. mathematics) + GradeLevelAssessed (e.g., Fifth grade) + Version (e.g., 2009).
</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2083</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentAssessmentIdentityType/AdministrationDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1350.png
namespace http://ed-fi.org/0200
type xs:date
properties
content simple
annotation
documentation
The month(s), day(s), and year on which an assessment is administered or first day of administration if over multiple days.
appinfo
<ann:EdFiId>2082</ann:EdFiId>
source <xs:element name="AdministrationDate" type="xs:date">
 
<xs:annotation>
   
<xs:documentation>The month(s), day(s), and year on which an assessment is administered or first day of administration if over multiple days.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2082</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>