simpleType DiagnosticStatement
namespace http://ed-fi.org/0200
type restriction of xs:string
properties
base xs:string
used by
elements Grade/DiagnosticStatement StudentCompetencyObjective/DiagnosticStatement StudentGradebookEntry/DiagnosticStatement StudentLearningObjective/DiagnosticStatement StudentInterventionAssociation/DiagnosticStatement
facets
Kind Value Annotation
minLength 1
maxLength 1024
annotation
documentation
A statement provided by the teacher that provides information in addition to the grade or assessment score.
appinfo
<ann:TypeGroup>Simple</ann:TypeGroup>
<ann:EdFiId>40</ann:EdFiId>
source <xs:simpleType name="DiagnosticStatement">
 
<xs:annotation>
   
<xs:documentation>A statement provided by the teacher that provides information in addition to the grade or assessment score.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Simple</ann:TypeGroup>
     
<ann:EdFiId>40</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="1"/>
   
<xs:maxLength value="1024"/>
 
</xs:restriction>
</xs:simpleType>