summaryrefslogtreecommitdiff
path: root/testdata/osmlparser/invalid_explicit_fields.osml
blob: f41ee6f060708b6b04be98bb1c919687c942ab56 (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}
	test
	\c{test}
	test
	test
}