complexType StudentAcademicRecordIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1008.png
namespace http://ed-fi.org/0110
children StudentReference SessionReference
used by
element StudentAcademicRecordReferenceType/StudentAcademicRecordIdentity
annotation
documentation
Encapsulates the possible attributes that can be used to lookup the identity of student academic records.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
source <xs:complexType name="StudentAcademicRecordIdentityType">
 
<xs:annotation>
   
<xs:documentation>Encapsulates the possible attributes that can be used to lookup the identity of student academic records.</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="SessionReference" type="SessionReferenceType">
     
<xs:annotation>
       
<xs:documentation>Provide user information to lookup and link to an existing session record in the receiving system.  </xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element StudentAcademicRecordIdentityType/StudentReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1009.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 StudentAcademicRecordIdentityType/SessionReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1010.png
namespace http://ed-fi.org/0110
type SessionReferenceType
properties
isRef 0
content complex
children SessionIdentity
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 session record in the receiving system. 
source <xs:element name="SessionReference" type="SessionReferenceType">
 
<xs:annotation>
   
<xs:documentation>Provide user information to lookup and link to an existing session record in the receiving system.  </xs:documentation>
 
</xs:annotation>
</xs:element>