summaryrefslogtreecommitdiff
path: root/testdata/osmlparser/overlapping_annotations.osml
blob: be280700136cd1c7d7e2cf11d32875d6a7822a8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
\begin{document}

\ontology#testOntology
	\struct#test[root=true]
		\field
			\childRef[ref=a]
	\struct#a[transparent=true]
		\primitive[type=string]
	\annotation#comment
		\primitive[type=string]

\begin{test}
This is a <\comment#c1{Not a nice test!}test <\comment#c2{Change this to:
"for overlapping annotations!"}for\comment#c1> annotations\comment#c2>.
\end{test}

\end{document}