diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-03-03 15:17:51 +0100 |
---|---|---|
committer | Andreas Stöckel <andreas@somweyr.de> | 2015-03-03 15:17:51 +0100 |
commit | 78f24b65e4a84c528338cc52e71efa4aa58e656e (patch) | |
tree | 2a61cbdecae1f658999d226a9c9630bb90d9338c /testdata/osmlparser/structure_inheritance.osml | |
parent | 466ff991bcfad76d78100193aacbfaf74d542b26 (diff) |
Renamed isSubtree to subtree and isRoot to root
Diffstat (limited to 'testdata/osmlparser/structure_inheritance.osml')
-rw-r--r-- | testdata/osmlparser/structure_inheritance.osml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testdata/osmlparser/structure_inheritance.osml b/testdata/osmlparser/structure_inheritance.osml index 008778a..2dc0b58 100644 --- a/testdata/osmlparser/structure_inheritance.osml +++ b/testdata/osmlparser/structure_inheritance.osml @@ -2,5 +2,5 @@ \struct#a \primitive[type=string] \struct#b[isa=a] - \primitive#color[type=string,isSubtree=true] + \primitive#color[type=string, subtree=true] |