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