complexType StudentGradebookEntryIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1639.png
namespace http://ed-fi.org/0210
children StudentSectionAssociationReference GradebookEntryReference
used by
element StudentGradebookEntryReferenceType/StudentGradebookEntryIdentity
annotation
documentation
Identity of a StudentGradebookEntry.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
source <xs:complexType name="StudentGradebookEntryIdentityType">
 
<xs:annotation>
   
<xs:documentation>Identity of a StudentGradebookEntry.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="StudentSectionAssociationReference" type="StudentSectionAssociationReferenceType">
     
<xs:annotation>
       
<xs:documentation>Relates the student associated with the GradebookEntry.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="GradebookEntryReference" type="GradebookEntryReferenceType">
     
<xs:annotation>
       
<xs:documentation>The GradebookEntry associated with the student grade or score.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element StudentGradebookEntryIdentityType/StudentSectionAssociationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1640.png
namespace http://ed-fi.org/0210
type StudentSectionAssociationReferenceType
properties
content complex
children StudentSectionAssociationIdentity
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
Relates the student associated with the GradebookEntry.
source <xs:element name="StudentSectionAssociationReference" type="StudentSectionAssociationReferenceType">
 
<xs:annotation>
   
<xs:documentation>Relates the student associated with the GradebookEntry.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentGradebookEntryIdentityType/GradebookEntryReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1641.png
namespace http://ed-fi.org/0210
type GradebookEntryReferenceType
properties
content complex
children GradebookEntryIdentity GradebookEntryLookup
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
The GradebookEntry associated with the student grade or score.
source <xs:element name="GradebookEntryReference" type="GradebookEntryReferenceType">
 
<xs:annotation>
   
<xs:documentation>The GradebookEntry associated with the student grade or score.</xs:documentation>
 
</xs:annotation>
</xs:element>