simpleType GradebookEntryType
namespace http://ed-fi.org/0110
type restriction of xs:string
used by
elements GradebookEntry/GradebookEntryType GradebookEntryIdentityType/GradebookEntryType
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.
appinfo
<ann:TypeGroup>Simple</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>Simple</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="1"/>
   
<xs:maxLength value="60"/>
 
</xs:restriction>
</xs:simpleType>