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

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


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