• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="UTF-8"?>
2<ConfigurableDomains SystemClassName="Test">
3    <ConfigurableDomain Name="Calibration" SequenceAware="false">
4        <Configurations>
5            <Configuration Name="default">
6                <CompoundRule Type="All">
7                </CompoundRule>
8            </Configuration>
9        </Configurations>
10
11        <ConfigurableElements>
12            <ConfigurableElement Path="/Test/test/included/bool"/>
13        </ConfigurableElements>
14
15        <Settings>
16            <Configuration Name="default">
17                <ConfigurableElement Path="/Test/test/included/bool">
18                    <BooleanParameter Name="bool">1</BooleanParameter>
19                </ConfigurableElement>
20            </Configuration>
21        </Settings>
22    </ConfigurableDomain>
23</ConfigurableDomains>
24