1<?xml version="1.0" encoding="UTF-8"?> 2<ConfigurableDomains 3 SystemClassName="Test"> 4 5 <ConfigurableDomain Name="Domain_0_1"> 6 <Configurations> 7 <Configuration Name="Conf_0_0"/> 8 </Configurations> 9 <ConfigurableElements> 10 <ConfigurableElement Path="/Test/Test/TEST_DOMAIN_0" /> 11 </ConfigurableElements> 12 <Settings> 13 <Configuration Name="Conf_0_0"> 14 <ConfigurableElement Path="/Test/Test/TEST_DOMAIN_0"> 15 <ParameterBlock Name="TEST_DOMAIN_0"> 16 <IntegerParameter Name="Param_00">0</IntegerParameter> 17 <IntegerParameter Name="Param_01">0</IntegerParameter> 18 <IntegerParameter Name="Param_02">0</IntegerParameter> 19 </ParameterBlock> 20 </ConfigurableElement> 21 </Configuration> 22 </Settings> 23 </ConfigurableDomain> 24 <ConfigurableDomain Name="Domain_1_2"> 25 <Configurations> 26 <Configuration Name="Conf_1_0"> 27 <CompoundRule Type="All"> 28 <SelectionCriterionRule SelectionCriterion="Crit_0" MatchesWhen="Includes" Value="State_0x1"/> 29 <SelectionCriterionRule SelectionCriterion="Crit_1" MatchesWhen="Is" Value="State_1"/> 30 </CompoundRule> 31 </Configuration> 32 <Configuration Name="Conf_1_1"> 33 <CompoundRule Type="Any"> 34 <SelectionCriterionRule SelectionCriterion="Crit_0" MatchesWhen="Includes" Value="State_0x2"/> 35 <SelectionCriterionRule SelectionCriterion="Crit_1" MatchesWhen="IsNot" Value="State_1"/> 36 </CompoundRule> 37 </Configuration> 38 </Configurations> 39 <ConfigurableElements> 40 <ConfigurableElement Path="/Test/Test/TEST_DOMAIN_1" /> 41 </ConfigurableElements> 42 <Settings> 43 <Configuration Name="Conf_1_1"> 44 <ConfigurableElement Path="/Test/Test/TEST_DOMAIN_1"> 45 <ParameterBlock Name="TEST_DOMAIN_1"> 46 <IntegerParameter Name="Param_10">4</IntegerParameter> 47 <IntegerParameter Name="Param_11">4</IntegerParameter> 48 <IntegerParameter Name="Param_12">4</IntegerParameter> 49 </ParameterBlock> 50 </ConfigurableElement> 51 </Configuration> 52 <Configuration Name="Conf_1_0"> 53 <ConfigurableElement Path="/Test/Test/TEST_DOMAIN_1"> 54 <ParameterBlock Name="TEST_DOMAIN_1"> 55 <IntegerParameter Name="Param_10">5</IntegerParameter> 56 <IntegerParameter Name="Param_11">5</IntegerParameter> 57 <IntegerParameter Name="Param_12">5</IntegerParameter> 58 </ParameterBlock> 59 </ConfigurableElement> 60 </Configuration> 61 </Settings> 62 </ConfigurableDomain> 63</ConfigurableDomains> 64