simpleType InterventionEffectivenessRatingType
namespace http://ed-fi.org/0110
type restriction of xs:token
used by
element InterventionEffectiveness/Rating
facets
Kind Value annotation 
enumeration Positive Effects 
enumeration Potentially Positive Effects 
enumeration Mixed Effects 
enumeration Potentially Negative Effects 
enumeration Negative Effects 
enumeration No Discernible Effects 
annotation
documentation
An intervention demonstrates effectiveness if the research has shown that the program caused an improvement in outcomes. Values: positive effects, potentially positive effects, mixed effects, potentially negative effects, negative effects, and no discernible effects.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
source <xs:simpleType name="InterventionEffectivenessRatingType">
 
<xs:annotation>
   
<xs:documentation>An intervention demonstrates effectiveness if the research has shown that the program caused an improvement in outcomes. Values: positive effects, potentially positive effects, mixed effects, potentially negative effects, negative effects, and no discernible effects.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Positive Effects"/>
   
<xs:enumeration value="Potentially Positive Effects"/>
   
<xs:enumeration value="Mixed Effects"/>
   
<xs:enumeration value="Potentially Negative Effects"/>
   
<xs:enumeration value="Negative Effects"/>
   
<xs:enumeration value="No Discernible Effects"/>
 
</xs:restriction>
</xs:simpleType>