simpleType GradebookEntryTitle
namespace http://ed-fi.org/0200
type restriction of xs:string
properties
base xs:string
used by
elements GradebookEntry/GradebookEntryTitle GradebookEntryIdentityType/GradebookEntryTitle GradebookEntryLookupType/GradebookEntryTitle
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:TypeGroup>Simple</ann:TypeGroup>
<ann:EdFiId>52</ann:EdFiId>
source <xs:simpleType name="GradebookEntryTitle">
 
<xs:annotation>
   
<xs:documentation>The name or title of the activity to be recorded in the gradebook entry.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Simple</ann:TypeGroup>
     
<ann:EdFiId>52</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="1"/>
   
<xs:maxLength value="60"/>
 
</xs:restriction>
</xs:simpleType>