blob: 8c1957abdf63b7826895cc193a4312bb8935ccb6 (
plain)
1
2
3
4
5
6
7
8
9
10
|
\document
\ontology#test
\struct#a[root=true]
\attributes
\attribute[name="myAttr", type=int, default=4]
\struct#b[isa=a]
\attributes
\attribute[name="myOtherAttr", type=string, default="bla"]
\a[myAttr=4]
|