blob: b1256deafdab31146ae58014922d83fed2c43822 (
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]
\childRef[ref=b]
\struct#a
\field
\childRef[ref=b]
\struct#b[transparent=true]
\primitive[type=string,optional=true]
\begin{test}
\a
\include{./include_child.osml}
\b
Test
\end{test}
\end{document}
|