summaryrefslogtreecommitdiff
path: root/testdata/osmlparser/explicit_fields.osml
blob: ea13c0230b406ece7db5872e81a6c866cf6277c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
\document

\ontology#test
	\struct#a[isRoot=true]
		\primitive#b[type=string,isSubtree=true]
		\primitive#c[type=string,isSubtree=true]
		\primitive#d[type=string,isSubtree=false]


\a{!
	\b{test}
	\c{test}
	test
	test
	test
}