From 78f24b65e4a84c528338cc52e71efa4aa58e656e Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Tue, 3 Mar 2015 15:17:51 +0100 Subject: Renamed isSubtree to subtree and isRoot to root --- testdata/osmlparser/explicit_fields.osml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'testdata/osmlparser/explicit_fields.osml') diff --git a/testdata/osmlparser/explicit_fields.osml b/testdata/osmlparser/explicit_fields.osml index ea13c02..a83f46d 100644 --- a/testdata/osmlparser/explicit_fields.osml +++ b/testdata/osmlparser/explicit_fields.osml @@ -1,10 +1,10 @@ \document \ontology#test - \struct#a[isRoot=true] - \primitive#b[type=string,isSubtree=true] - \primitive#c[type=string,isSubtree=true] - \primitive#d[type=string,isSubtree=false] + \struct#a[root=true] + \primitive#b[type=string,subtree=true] + \primitive#c[type=string,subtree=true] + \primitive#d[type=string,subtree=false] \a{! -- cgit v1.2.3