summaryrefslogtreecommitdiff
path: root/testdata/integration/ontology_serialization/simple.in.osml
blob: c6549bc139b38d284e72293975e9f57fb83ee091 (plain)
1
2
3
4
5
6
7
8
9
10
11
\document

\ontology#test
	\struct#a[root=true]
		\field#afield[subtree=true]
			\childRef[ref=a]
		\field[optional=true]
			\childRef[ref=b]
	\struct#b[transparent=true, cardinality={1, 7-8}]

\a