simpleType text
namespace http://ed-fi.org/0110
type restriction of xs:token
used by
elements Grade/DiagnosticStatement StudentCompetency/DiagnosticStatement StudentGradebookEntry/DiagnosticStatement StudentInterventionAssociation/DiagnosticStatement
facets
Kind Value annotation 
minLength 
maxLength 1024 
annotation
documentation
Long string for annotations or descriptions
appinfo
<ann:TypeGroup>Common</ann:TypeGroup>
source <xs:simpleType name="text">
 
<xs:annotation>
   
<xs:documentation>Long string for annotations or descriptions</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Common</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:minLength value="1"/>
   
<xs:maxLength value="1024"/>
 
</xs:restriction>
</xs:simpleType>