complexType StudentAssessmentIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1551.png
namespace http://ed-fi.org/0210
children AdministrationDate StudentReference AssessmentReference
used by
element StudentAssessmentReferenceType/StudentAssessmentIdentity
annotation
documentation
Identity of a StudentAssessment.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
source <xs:complexType name="StudentAssessmentIdentityType">
 
<xs:annotation>
   
<xs:documentation>Identity of a StudentAssessment.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<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:element name="StudentReference" type="StudentReferenceType">
     
<xs:annotation>
       
<xs:documentation>Reference to the Student associated with the Assessment.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="AssessmentReference" type="AssessmentReferenceType">
     
<xs:annotation>
       
<xs:documentation>Reference to the Assessment taken by the student.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element StudentAssessmentIdentityType/AdministrationDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1552.png
namespace http://ed-fi.org/0210
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.
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>

element StudentAssessmentIdentityType/StudentReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1553.png
namespace http://ed-fi.org/0210
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
Reference to the Student associated with the Assessment.
source <xs:element name="StudentReference" type="StudentReferenceType">
 
<xs:annotation>
   
<xs:documentation>Reference to the Student associated with the Assessment.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentAssessmentIdentityType/AssessmentReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1554.png
namespace http://ed-fi.org/0210
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
Reference to the Assessment taken by the student.
source <xs:element name="AssessmentReference" type="AssessmentReferenceType">
 
<xs:annotation>
   
<xs:documentation>Reference to the Assessment taken by the student.</xs:documentation>
 
</xs:annotation>
</xs:element>