summaryrefslogtreecommitdiff
path: root/testdata/integration/user_defined_syntax/ontologies/non_greedy_shortform.osml
blob: 61792373eaa316364d00f27fa495c2aa42b7f1da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
\ontology#test
	\struct#test[root=true]
		\field
			\childRef[a]
			\childRef[b]
			\childRef[text]
	\struct#a
		\syntax
			\short[false]{?}
		\primitive[optional=true,type=string]
	\struct#b
		\syntax
			\short[false]{+}
		\field
			\childRef[a]
	\struct#text[transparent=true]
		\primitive[type=string]