simpleType Statement
namespace http://ed-fi.org/0200
type restriction of xs:string
properties
base xs:string
used by
element Achievement/EvidenceStatement
facets
Kind Value Annotation
minLength 1
maxLength 150
annotation
documentation
A statement or reference describing the evidence that the learner met the criteria for attainment of the achievement.
.
appinfo
<ann:TypeGroup>Simple</ann:TypeGroup>
<ann:EdFiId>106</ann:EdFiId>
source <xs:simpleType name="Statement">
 
<xs:annotation>
   
<xs:documentation>A statement or reference describing the evidence that the learner met the criteria for attainment of the achievement.
.
</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Simple</ann:TypeGroup>
     
<ann:EdFiId>106</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="1"/>
   
<xs:maxLength value="150"/>
 
</xs:restriction>
</xs:simpleType>