complexType GradebookEntryIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p703.png
namespace http://ed-fi.org/0210
children GradebookEntryTitle DateAssigned SectionReference
used by
element GradebookEntryReferenceType/GradebookEntryIdentity
annotation
documentation
Encapsulates primary attributes that can be used to look up the identity of a GradebookEntry.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
source <xs:complexType name="GradebookEntryIdentityType">
 
<xs:annotation>
   
<xs:documentation>Encapsulates primary attributes that can be used to look up the identity of a GradebookEntry.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="GradebookEntryTitle" type="GradebookEntryTitle">
     
<xs:annotation>
       
<xs:documentation>The name or title of the activity to be recorded in the GradebookEntry.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="DateAssigned" type="xs:date">
     
<xs:annotation>
       
<xs:documentation>The date the assignment, homework, or assessment was assigned or executed.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="SectionReference" type="SectionReferenceType">
     
<xs:annotation>
       
<xs:documentation>The Section associated with the GradebookEntry.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element GradebookEntryIdentityType/GradebookEntryTitle
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p704.png
namespace http://ed-fi.org/0210
type GradebookEntryTitle
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 60
annotation
documentation
The name or title of the activity to be recorded in the GradebookEntry.
source <xs:element name="GradebookEntryTitle" type="GradebookEntryTitle">
 
<xs:annotation>
   
<xs:documentation>The name or title of the activity to be recorded in the GradebookEntry.</xs:documentation>
 
</xs:annotation>
</xs:element>

element GradebookEntryIdentityType/DateAssigned
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p705.png
namespace http://ed-fi.org/0210
type xs:date
properties
content simple
annotation
documentation
The date the assignment, homework, or assessment was assigned or executed.
source <xs:element name="DateAssigned" type="xs:date">
 
<xs:annotation>
   
<xs:documentation>The date the assignment, homework, or assessment was assigned or executed.</xs:documentation>
 
</xs:annotation>
</xs:element>

element GradebookEntryIdentityType/SectionReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p706.png
namespace http://ed-fi.org/0210
type SectionReferenceType
properties
content complex
children SectionIdentity SectionLookup
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 Section associated with the GradebookEntry.
source <xs:element name="SectionReference" type="SectionReferenceType">
 
<xs:annotation>
   
<xs:documentation>The Section associated with the GradebookEntry.</xs:documentation>
 
</xs:annotation>
</xs:element>