complexType GradebookEntryIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p615.png
namespace http://ed-fi.org/0200
children SectionReference GradebookEntryTitle DateAssigned
used by
element GradebookEntryReferenceType/GradebookEntryIdentity
annotation
documentation
Encapsulates primary attributes that can be used to lookup the identity of gradebook entries.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
<ann:EdFiId>427</ann:EdFiId>
source <xs:complexType name="GradebookEntryIdentityType">
 
<xs:annotation>
   
<xs:documentation>Encapsulates primary attributes that can be used to lookup the identity of gradebook entries.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
     
<ann:EdFiId>427</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="SectionReference" type="SectionReferenceType">
     
<xs:annotation>
       
<xs:documentation>Provide user information to lookup and link to an existing Section record in the receiving system. Two cases are supported:
1. SchoolOrganizationID + UniqueSectionCode
2. SchoolOrganizationID +
      Course (StateCourseCode OR LocalCourseCode) +
      Term + ClassPeriod + Location.
</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>2035</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="GradebookEntryTitle" type="GradebookEntryTitle">
     
<xs:annotation>
       
<xs:documentation>The name or title of the activity to be recorded in the gradebook entry.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>2034</ann:EdFiId>
       
</xs:appinfo>
     
</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:appinfo>
         
<ann:EdFiId>2033</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element GradebookEntryIdentityType/SectionReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p616.png
namespace http://ed-fi.org/0200
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
Provide user information to lookup and link to an existing Section record in the receiving system. Two cases are supported:
1. SchoolOrganizationID + UniqueSectionCode
2. SchoolOrganizationID +
      Course (StateCourseCode OR LocalCourseCode) +
      Term + ClassPeriod + Location.
appinfo
<ann:EdFiId>2035</ann:EdFiId>
source <xs:element name="SectionReference" type="SectionReferenceType">
 
<xs:annotation>
   
<xs:documentation>Provide user information to lookup and link to an existing Section record in the receiving system. Two cases are supported:
1. SchoolOrganizationID + UniqueSectionCode
2. SchoolOrganizationID +
      Course (StateCourseCode OR LocalCourseCode) +
      Term + ClassPeriod + Location.
</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2035</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element GradebookEntryIdentityType/GradebookEntryTitle
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p617.png
namespace http://ed-fi.org/0200
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 gradebook entry.
appinfo
<ann:EdFiId>2034</ann:EdFiId>
source <xs:element name="GradebookEntryTitle" type="GradebookEntryTitle">
 
<xs:annotation>
   
<xs:documentation>The name or title of the activity to be recorded in the gradebook entry.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2034</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element GradebookEntryIdentityType/DateAssigned
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p618.png
namespace http://ed-fi.org/0200
type xs:date
properties
content simple
annotation
documentation
The date the assignment, homework, or assessment was assigned or executed.
appinfo
<ann:EdFiId>2033</ann:EdFiId>
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:appinfo>
     
<ann:EdFiId>2033</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>