summaryrefslogtreecommitdiff
path: root/testdata/integration/ontology_serialization/syntax.in.osml
blob: c723fc61aca747577da59f833f368456e01aea46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
\begin{document}
	\begin{ontology}[name=test]
		\struct#a[root=true]
			\syntax
				\open{<<}
				\close{>>}
				\short{§}
			\field
				\childRef[ref=a]
	\end{ontology}

\a << §{} >> 
\end{document}