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

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

\begin{test}
This boundary is a <\comment#c1{This is a stupid Cloud Atlas reference, isn't it?}
convention <\comment#c2{Change this to: "for overlapping annotations!"\comment#c1>}
for annotations\comment#c2>.
\end{test}

\end{document}