From 6a88f32eea3850d58411b854ba102a2baa978158 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Mon, 14 May 2018 04:47:12 +0200 Subject: T633: build integration and minor fixes in the op mode command generator. --- schema/op-mode-definition.rnc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'schema/op-mode-definition.rnc') diff --git a/schema/op-mode-definition.rnc b/schema/op-mode-definition.rnc index 01276123c..9c84de0e4 100644 --- a/schema/op-mode-definition.rnc +++ b/schema/op-mode-definition.rnc @@ -52,8 +52,7 @@ tagNode = element tagNode leafNode = element leafNode { nodeNameAttr, - command, - properties + (command & properties) } # Normal and tag nodes may have children @@ -105,4 +104,4 @@ completionHelp = element completionHelp (element list { text })* & (element path { text })* & (element script { text })* -} \ No newline at end of file +} -- cgit v1.2.3