simpleType InterventionEffectivenessRatingType
namespace http://ed-fi.org/0200
type restriction of xs:token
properties
base xs:token
used by
element InterventionEffectiveness/InterventionEffectivenessRating
facets
Kind Value Annotation
enumeration Positive Effects
appinfo
<ann:EdFiId>188-004</ann:EdFiId>
enumeration Potentially Positive Effects
appinfo
<ann:EdFiId>188-006</ann:EdFiId>
enumeration Mixed Effects
appinfo
<ann:EdFiId>188-001</ann:EdFiId>
enumeration Potentially Negative Effects
appinfo
<ann:EdFiId>188-005</ann:EdFiId>
enumeration Negative Effects
appinfo
<ann:EdFiId>188-002</ann:EdFiId>
enumeration No Discernible Effects
appinfo
<ann:EdFiId>188-003</ann:EdFiId>
enumeration Other
appinfo
<ann:EdFiId>188-007</ann:EdFiId>
annotation
documentation
An intervention demonstrates effectiveness if the research has shown that the program caused an improvement in outcomes. Rating Values: positive effects, potentially positive effects, mixed effects, potentially negative effects, negative effects, and no discernible effects.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
<ann:EdFiId>188</ann:EdFiId>
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. Rating 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>
     
<ann:EdFiId>188</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Positive Effects">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>188-004</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Potentially Positive Effects">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>188-006</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Mixed Effects">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>188-001</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Potentially Negative Effects">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>188-005</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Negative Effects">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>188-002</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="No Discernible Effects">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>188-003</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Other">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>188-007</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>