From 23df7869d29ec574b22b5d793f215e6f62084dfd Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Thu, 23 Apr 2020 16:09:19 +0300 Subject: Sync the RNC and RNG op mode definition schemas. --- schema/op-mode-definition.rnc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/op-mode-definition.rnc b/schema/op-mode-definition.rnc index 9c84de0e4..804ab3596 100644 --- a/schema/op-mode-definition.rnc +++ b/schema/op-mode-definition.rnc @@ -43,7 +43,7 @@ node = element node tagNode = element tagNode { nodeNameAttr, - (properties? & children & command?) + (properties? & children? & command?) } # Leaf nodes are terminal configuration nodes that can't have children, -- cgit v1.2.3