complexType GradebookEntryReferenceType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p625.png
namespace http://ed-fi.org/0200
type extension of ReferenceType
properties
base ReferenceType
children GradebookEntryIdentity GradebookEntryLookup
used by
element StudentGradebookEntry/GradebookEntryReference
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
Provides alternative references for gradebook entries. Use XML IDREF to reference a record that is included in the interchange. Use the identity type to lookup a record that was loaded previously.
appinfo
<ann:TypeGroup>Extended Reference</ann:TypeGroup>
<ann:EdFiId>426</ann:EdFiId>
source <xs:complexType name="GradebookEntryReferenceType">
 
<xs:annotation>
   
<xs:documentation>Provides alternative references for gradebook entries. Use XML IDREF to reference a record that is included in the interchange. Use the identity type to lookup a record that was loaded previously.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Extended Reference</ann:TypeGroup>
     
<ann:EdFiId>426</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="ReferenceType">
     
<xs:sequence>
       
<xs:element name="GradebookEntryIdentity" type="GradebookEntryIdentityType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Encapsulates primary attributes that can be used to lookup the identity of gradebook entries.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>2116</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="GradebookEntryLookup" type="GradebookEntryLookupType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Encapsulates alternative attributes that can be used to lookup the identity of gradebook entries.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>2386</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element GradebookEntryReferenceType/GradebookEntryIdentity
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p626.png
namespace http://ed-fi.org/0200
type GradebookEntryIdentityType
properties
minOcc 0
maxOcc 1
content complex
children SectionReference GradebookEntryTitle DateAssigned
annotation
documentation
Encapsulates primary attributes that can be used to lookup the identity of gradebook entries.
appinfo
<ann:EdFiId>2116</ann:EdFiId>
source <xs:element name="GradebookEntryIdentity" type="GradebookEntryIdentityType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Encapsulates primary attributes that can be used to lookup the identity of gradebook entries.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2116</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element GradebookEntryReferenceType/GradebookEntryLookup
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p627.png
namespace http://ed-fi.org/0200
type GradebookEntryLookupType
properties
minOcc 0
maxOcc 1
content complex
children GradebookEntryTitle GradebookEntryType DateAssigned SectionReference GradingPeriodReference
annotation
documentation
Encapsulates alternative attributes that can be used to lookup the identity of gradebook entries.
appinfo
<ann:EdFiId>2386</ann:EdFiId>
source <xs:element name="GradebookEntryLookup" type="GradebookEntryLookupType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Encapsulates alternative attributes that can be used to lookup the identity of gradebook entries.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2386</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>