complexType GradebookEntryIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p486.png
namespace http://ed-fi.org/0110
children SectionReference GradebookEntryType DateAssigned
used by
element GradebookEntryReferenceType/GradebookEntryIdentity
annotation
documentation
Encapsulates the possible attributes that can be used to lookup the identity of gradebook entries.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
source <xs:complexType name="GradebookEntryIdentityType">
 
<xs:annotation>
   
<xs:documentation>Encapsulates the possible attributes that can be used to lookup the identity of gradebook entries.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
   
</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:annotation>
   
</xs:element>
   
<xs:element name="GradebookEntryType" type="GradebookEntryType">
     
<xs:annotation>
       
<xs:documentation>The type of the gradebook entry; for example, homework, assignment, quiz, unit test, oral presentation, etc.</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:sequence>
</xs:complexType>

element GradebookEntryIdentityType/SectionReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p487.png
namespace http://ed-fi.org/0110
type SectionReferenceType
properties
isRef 0
content complex
children SectionIdentity
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 section record in the receiving system.  Two cases are supported:
1. SchoolOrganizationID + UniqueSectionCode
2. SchoolOrganizationID +
      Course (StateCourseCode OR LocalCourseCode) +
      Term + ClassPeriod + Location
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:annotation>
</xs:element>

element GradebookEntryIdentityType/GradebookEntryType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p488.png
namespace http://ed-fi.org/0110
type GradebookEntryType
properties
isRef 0
content simple
facets
Kind Value annotation 
minLength 
maxLength 60 
annotation
documentation
The type of the gradebook entry; for example, homework, assignment, quiz, unit test, oral presentation, etc.
source <xs:element name="GradebookEntryType" type="GradebookEntryType">
 
<xs:annotation>
   
<xs:documentation>The type of the gradebook entry; for example, homework, assignment, quiz, unit test, oral presentation, etc.</xs:documentation>
 
</xs:annotation>
</xs:element>

element GradebookEntryIdentityType/DateAssigned
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p489.png
namespace http://ed-fi.org/0110
type xs:date
properties
isRef 0
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>