final RuleDescr ruleDescr = new RuleDescr( "my rule" );
ruleDescr.addAttribute( new AttributeDescr( "no-loop",
"true" ) );
ruleDescr.addAttribute( new AttributeDescr( "auto-focus",
"false" ) );
ruleDescr.addAttribute( new AttributeDescr( "agenda-group",
"my agenda" ) );
ruleDescr.addAttribute( new AttributeDescr( "activation-group",
"my activation" ) );
ruleDescr.addAttribute( new AttributeDescr( "lock-on-active",
"" ) );