diff -r 87cfa131b535 -r e7e0ae78773e configurationengine/source/plugins/common/ConeLegacyRulePlugin/legacyruleplugin/xsd/ruleml.xsd --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/configurationengine/source/plugins/common/ConeLegacyRulePlugin/legacyruleplugin/xsd/ruleml.xsd Tue Aug 10 14:29:28 2010 +0300 @@ -0,0 +1,35 @@ + + + + + + + RuleML v1 implementation for specifying rules to execute. + + + + + + + + The rule element specifies a single rule to execute.


+ +

+ For example:
+ <rule>MyFeature.MySetting1 == 'test' configures MyFeature.MySetting2 = '1'</rule>
+ This would cause the value '1' to be assigned to the setting 'MyFeature.MySetting2' + if the value of the setting 'MyFeature.MySetting1' is 'test'. +

+ ]]> +
+
+
+
+
+
+
\ No newline at end of file