summaryrefslogtreecommitdiff
path: root/schema/op-mode-definition.rnc
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@vyos.io>2020-04-23 16:09:19 +0300
committerDaniil Baturin <daniil@vyos.io>2020-04-23 16:09:19 +0300
commit23df7869d29ec574b22b5d793f215e6f62084dfd (patch)
tree7bb792b30fdef55c8d6062fce2ca38708862d52a /schema/op-mode-definition.rnc
parent2703915afb9a6bf266adc8834ab01ef721c03424 (diff)
downloadvyos-1x-23df7869d29ec574b22b5d793f215e6f62084dfd.tar.gz
vyos-1x-23df7869d29ec574b22b5d793f215e6f62084dfd.zip
Sync the RNC and RNG op mode definition schemas.
Diffstat (limited to 'schema/op-mode-definition.rnc')
-rw-r--r--schema/op-mode-definition.rnc2
1 files changed, 1 insertions, 1 deletions
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,