of_config/schema: add missing import
Otherwise lxml.etree.XMLSchema complains. Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
parent
df5de86b1f
commit
281c8134b9
@ -7,6 +7,8 @@
|
||||
xmlns:inet="urn:ietf:params:xml:ns:yang:ietf-inet-types">
|
||||
<xs:import namespace="urn:ietf:params:xml:ns:yang:ietf-inet-types"
|
||||
schemaLocation="ietf-inet-types.xsd"/>
|
||||
<xs:import namespace="urn:ietf:params:xml:ns:netconf:base:1.0"
|
||||
schemaLocation="../netconf/netconf.xsd"/>
|
||||
<xs:element name="capable-switch" type="OFCapableSwitchType">
|
||||
<xs:annotation>
|
||||
<xs:documentation>The OpenFlow Capable Switch and its configuration points, logical
|
||||
|
@ -11,6 +11,12 @@
|
||||
xmlns:yang="urn:ietf:params:xml:ns:yang:ietf-yang-types"
|
||||
xmlns:inet="urn:ietf:params:xml:ns:yang:ietf-inet-types"
|
||||
xmlns:of11-config="urn:onf:of111:config:yang">
|
||||
<xs:import namespace="urn:ietf:params:xml:ns:yang:ietf-inet-types"
|
||||
schemaLocation="ietf-inet-types.xsd"/>
|
||||
<xs:import namespace="urn:ietf:params:xml:ns:yang:ietf-yang-types"
|
||||
schemaLocation="ietf-yang-types.xsd"/>
|
||||
<xs:import namespace="urn:ietf:params:xml:ns:netconf:base:1.0"
|
||||
schemaLocation="../netconf/netconf.xsd"/>
|
||||
<xs:annotation>
|
||||
<xs:documentation> This schema was generated from the YANG module of-config1.1.1 by pyang
|
||||
version 1.2. The schema describes an instance document consisting of the entire
|
||||
|
@ -6,6 +6,12 @@
|
||||
xmlns="urn:onf:params:xml:ns:onf:of12:config"
|
||||
xmlns:of12-config="urn:onf:params:xml:ns:onf:of12:config"
|
||||
xmlns:inet="urn:ietf:params:xml:ns:yang:ietf-inet-types">
|
||||
<xs:import namespace="http://www.w3.org/2000/09/xmldsig#"
|
||||
schemaLocation="xmldsig-core-schema.xsd"/>
|
||||
<xs:import namespace="urn:ietf:params:xml:ns:yang:ietf-inet-types"
|
||||
schemaLocation="ietf-inet-types.xsd"/>
|
||||
<xs:import namespace="urn:ietf:params:xml:ns:netconf:base:1.0"
|
||||
schemaLocation="../netconf/netconf.xsd"/>
|
||||
<xs:element name="capable-switch" type="OFCapableSwitchType">
|
||||
<xs:annotation>
|
||||
<xs:documentation>The OpenFlow Capable Switch and its configurationpoints, logical
|
||||
|
Loading…
Reference in New Issue
Block a user