simpleType
InterventionEffectivenessRatingType
namespace | http://ed-fi.org/0110 | |||||||||||||||||||||
type | restriction of xs:token | |||||||||||||||||||||
used by |
|
|||||||||||||||||||||
facets |
|
|||||||||||||||||||||
annotation |
|
|||||||||||||||||||||
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> |