complexType StudentAssessmentIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1027.png
namespace http://ed-fi.org/0110
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>
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>
   
</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: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: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:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element StudentAssessmentIdentityType/StudentReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1028.png
namespace http://ed-fi.org/0110
type StudentReferenceType
properties
isRef 0
content complex
children StudentIdentity
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with this complex object.
refxs: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
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:annotation>
</xs:element>

element StudentAssessmentIdentityType/AssessmentReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1029.png
namespace http://ed-fi.org/0110
type AssessmentReferenceType
properties
isRef 0
content complex
children AssessmentIdentity
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with this complex object.
refxs: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)
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:annotation>
</xs:element>

element StudentAssessmentIdentityType/AdministrationDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1030.png
namespace http://ed-fi.org/0110
type xs:date
properties
isRef 0
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.
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:annotation>
</xs:element>