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

\domain#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
}