simpleType GradebookEntryType
namespace http://ed-fi.org/0210
type restriction of xs:token
properties
base xs:token
used by
elements GradebookEntry/GradebookEntryType GradebookEntryLookupType/GradebookEntryType
facets
Kind Value Annotation
enumeration Activity
enumeration Assignment
enumeration Classroom Assessment
enumeration Homework
enumeration Lesson
enumeration Oral Presentation
enumeration Quiz
enumeration Unit Test
annotation
documentation
The type of the gradebook entry; for example, homework, assignment, quiz, unit test, oral presentation, etc.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
source <xs:simpleType name="GradebookEntryType">
 
<xs:annotation>
   
<xs:documentation>The type of the gradebook entry; for example, homework, assignment, quiz, unit test, oral presentation, etc.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Activity">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Assignment">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Classroom Assessment">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Homework">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Lesson">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Oral Presentation">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Quiz">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Unit Test">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>