summaryrefslogtreecommitdiff
path: root/schema/interface_definition.rnc
diff options
context:
space:
mode:
authorJohn Estabrook <jestabro@vyos.io>2021-08-19 15:00:22 -0500
committerJohn Estabrook <jestabro@vyos.io>2021-08-19 15:00:22 -0500
commit50280c9ec8dbf87a5ddea65374c651fc379b4cb3 (patch)
tree44ef694fec169339daba0e79add2767ae3a49837 /schema/interface_definition.rnc
parentae6f94f8a910b91433a5133a96bfaae40ee34b4c (diff)
downloadvyos-1x-50280c9ec8dbf87a5ddea65374c651fc379b4cb3.tar.gz
vyos-1x-50280c9ec8dbf87a5ddea65374c651fc379b4cb3.zip
T3768: Revert "xml: T1962: Add syntaxVersion to schema"
This reverts commit 5849ba88a1a20e4d3584843e0be46e456c5f7980.
Diffstat (limited to 'schema/interface_definition.rnc')
-rw-r--r--schema/interface_definition.rnc17
1 files changed, 0 insertions, 17 deletions
diff --git a/schema/interface_definition.rnc b/schema/interface_definition.rnc
index d7fc4966c..192a70024 100644
--- a/schema/interface_definition.rnc
+++ b/schema/interface_definition.rnc
@@ -24,16 +24,9 @@
# Interface definition starts with interfaceDefinition tag that may contain node tags
start = element interfaceDefinition
{
- syntaxVersion*,
node*
}
-# interfaceDefinition may contain syntax version attribute lists.
-syntaxVersion = element syntaxVersion
-{
- (componentAttr & versionAttr)
-}
-
# node tag may contain node, leafNode, or tagNode tags
# Those are intermediate configuration nodes that may only contain
# other nodes and must not have values
@@ -109,16 +102,6 @@ properties = element properties
(element keepChildOrder { empty })?
}
-componentAttr = attribute component
-{
- text
-}
-
-versionAttr = attribute version
-{
- text
-}
-
# All nodes must have "name" attribute
nodeNameAttr = attribute name
{