complexType StudentObjectiveAssessmentIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1129.png
namespace http://ed-fi.org/0110
children StudentAssessmentReference ObjectiveAssessmentReference
used by
element StudentObjectiveAssessmentReferenceType/StudentObjectiveAssessmentIdentity
annotation
documentation
Encapsulates the possible attributes that can be used to lookup the identity of the Student Objective Assessments.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
source <xs:complexType name="StudentObjectiveAssessmentIdentityType">
 
<xs:annotation>
   
<xs:documentation>Encapsulates the possible attributes that can be used to lookup the identity of the Student Objective Assessments.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="StudentAssessmentReference" type="StudentAssessmentReferenceType">
     
<xs:annotation>
       
<xs:documentation>The identity of the student assessment.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="ObjectiveAssessmentReference" type="ObjectiveAssessmentReferenceType">
     
<xs:annotation>
       
<xs:documentation>Provide information to lookup and link to an existing objective assessment record in the receiving system.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element StudentObjectiveAssessmentIdentityType/StudentAssessmentReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1130.png
namespace http://ed-fi.org/0110
type StudentAssessmentReferenceType
properties
isRef 0
content complex
children StudentAssessmentIdentity
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
The identity of the student assessment.
source <xs:element name="StudentAssessmentReference" type="StudentAssessmentReferenceType">
 
<xs:annotation>
   
<xs:documentation>The identity of the student assessment.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentObjectiveAssessmentIdentityType/ObjectiveAssessmentReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1131.png
namespace http://ed-fi.org/0110
type ObjectiveAssessmentReferenceType
properties
isRef 0
content complex
children ObjectiveAssessmentIdentity
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 information to lookup and link to an existing objective assessment record in the receiving system.
source <xs:element name="ObjectiveAssessmentReference" type="ObjectiveAssessmentReferenceType">
 
<xs:annotation>
   
<xs:documentation>Provide information to lookup and link to an existing objective assessment record in the receiving system.</xs:documentation>
 
</xs:annotation>
</xs:element>