complexType
StudentAssessmentIdentityType
element StudentAssessmentIdentityType/AdministrationDate
element StudentAssessmentIdentityType/StudentReference
element StudentAssessmentIdentityType/AssessmentReference
diagram | |||||
namespace | http://ed-fi.org/0210 | ||||
children | AdministrationDate StudentReference AssessmentReference | ||||
used by |
|
||||
annotation |
|
||||
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 | |||
namespace | http://ed-fi.org/0210 | ||
type | xs:date | ||
properties |
|
||
annotation |
|
||
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 | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | StudentReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | StudentIdentity StudentLookup | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
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 | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | AssessmentReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | AssessmentIdentity AssessmentLookup | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
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> |