summaryrefslogtreecommitdiff
path: root/testdata/integration/basic_functionality/ontologies/reference_tests.osml
blob: 0f424be475c68b18b4769033cf15586329b39413 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
\ontology#test
	\struct#test[root=true]
		\field
			\childRef[a]
			\childRef[b]
			\childRef[c]
	\struct#b
		\primitive[type=@a]
	\struct#c
		\field
			\childRef[a]
			\childRef[b]
			\childRef[c]
	\struct#a
	\struct#d[isa=a]