From 786cd0ec9d132ffe0822c9865d873b0fc394379b Mon Sep 17 00:00:00 2001 From: sbalineni Date: Tue, 29 Nov 2016 14:15:28 -0800 Subject: [PATCH] [DM]: Fix for correct schema type for top level netconf XML conf object generateDS only generates types for xsd:complexType/other types. root netconf xml node 'config' should be of type 'xsd:complexType' instead of 'xsd:element' Change-Id: Idc7c7cfb436ebb10bda15564bf265874744179af Partial-Bug: #1620788 --- .../device_schema/juniper/juniper_common.xsd | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/src/schema/device_schema/juniper/juniper_common.xsd b/src/schema/device_schema/juniper/juniper_common.xsd index 46543c0733a..87f968da6ba 100644 --- a/src/schema/device_schema/juniper/juniper_common.xsd +++ b/src/schema/device_schema/juniper/juniper_common.xsd @@ -440,13 +440,11 @@ targetNamespace="http://www.juniper.net/2016/device-config/0"> - - - - - - - - + + + + + +