blob: 3c65ca1adef62fa8ee4738cb0b6aa09b0fb40882 (
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[isRoot=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}
|