simpleType Criteria
namespace http://ed-fi.org/0200
type restriction of xs:string
properties
base xs:string
used by
elements Achievement/Criteria CompetencyObjective/SuccessCriteria LearningObjective/SuccessCriteria LearningStandard/SuccessCriteria
facets
Kind Value Annotation
minLength 1
maxLength 150
annotation
documentation
The criteria for competency-based completion of the achievement/award.
appinfo
<ann:TypeGroup>Simple</ann:TypeGroup>
<ann:EdFiId>35</ann:EdFiId>
source <xs:simpleType name="Criteria">
 
<xs:annotation>
   
<xs:documentation>The criteria for competency-based completion of the achievement/award.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Simple</ann:TypeGroup>
     
<ann:EdFiId>35</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="1"/>
   
<xs:maxLength value="150"/>
 
</xs:restriction>
</xs:simpleType>