summaryrefslogtreecommitdiffstats
path: root/sandbox/dougsleite/guardian-model/src/main/resources/lcaTest.xml
blob: e528760ad803973fc742f1d2f428ec296e65cf45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<resolution_trees>
	<resolution_tree exception_level="1">
		<exception class="Exception1">
			<exception class="Exception2">
				<exception class="Exception4"/>
				<exception class="Exception5"/>
			</exception>
			<exception class="Exception3">
				<exception class="Exception6"/>
				<exception class="Exception7"/>
				<exception class="Exception8"/>
			</exception>
		</exception>
	</resolution_tree>
</resolution_trees>