summaryrefslogtreecommitdiff
path: root/testdata/integration/basic_functionality/lots_of_empty_elements.out.osxml
blob: 21935f2bb2a945f08e13da6512ceb34605bddc39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<document>
	<ontology name="test">
		<struct name="a" root="true">
			<field name="afield" subtree="true">
				<childRef ref="a"/>
			</field>
		</struct>
	</ontology>
	<test:a>
		<afield>
			<test:a>
				<afield/>
			</test:a>
			<test:a>
				<afield/>
			</test:a>
		</afield>
	</test:a>
</document>