simpleType GradebookEntryType
namespace http://ed-fi.org/0200
type restriction of xs:token
properties
base xs:token
used by
elements GradebookEntry/GradebookEntryType GradebookEntryLookupType/GradebookEntryType
facets
Kind Value Annotation
enumeration Activity
appinfo
<ann:EdFiId>175-001</ann:EdFiId>
enumeration Assignment
appinfo
<ann:EdFiId>175-002</ann:EdFiId>
enumeration Classroom Assessment
appinfo
<ann:EdFiId>175-003</ann:EdFiId>
enumeration Homework
appinfo
<ann:EdFiId>175-004</ann:EdFiId>
enumeration Lesson
appinfo
<ann:EdFiId>175-005</ann:EdFiId>
enumeration Oral Presentation
appinfo
<ann:EdFiId>175-006</ann:EdFiId>
enumeration Quiz
appinfo
<ann:EdFiId>175-007</ann:EdFiId>
enumeration Unit Test
appinfo
<ann:EdFiId>175-008</ann:EdFiId>
annotation
documentation
The type of the gradebook entry; for example, homework, assignment, quiz, unit test, oral presentation, etc.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
<ann:EdFiId>175</ann:EdFiId>
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>
     
<ann:EdFiId>175</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Activity">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>175-001</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Assignment">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>175-002</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Classroom Assessment">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>175-003</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Homework">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>175-004</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Lesson">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>175-005</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Oral Presentation">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>175-006</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Quiz">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>175-007</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Unit Test">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>175-008</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>