[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Notification-07 XSD bugs in <import>



Sharon Chisholm wrote:
Hi

Clarification on this since we seem to change this every release. I take
it this is now what IANA is recommending we put? Is there a reference?
Will this be the final value or is it a placeholder that will be
replaced before publication?
>...

You are right about the notification.xsd schema, but the netconf.xsd file
already exists.



OLD:

 <xs:import namespace="urn:ietf:params:xml:ns:netconf:base:1.0"
         schemaLocation="urn:ietf:params:xml:ns:netconf:base:1.0"/>

NEW:

 <xs:import namespace="urn:ietf:params:xml:ns:netconf:base:1.0"
   schemaLocation=
    "http://www.iana.org/assignments/xml-registry/schema/netconf.xsd"/>
     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

--------------------
OLD:

 <xs:import namespace=
       "urn:ietf:params:netconf:capability:notification:1.0"
         schemaLocation=
            "urn:ietf:params:netconf:capability:notification:1.0"/>

NEW:

 <xs:import namespace=
       "urn:ietf:params:xml:ns:netconf:notification:1.0"
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
         schemaLocation=
"http://www.iana.org/assignments/xml-registry/schema/notification.xsd"/>


change to

 <xs:import namespace="xxx -- assigned by IANA"
   schemaLocation="yyy -- assigned by IANA"/>


> ...

Andy

--
to unsubscribe send a message to netconf-request@ops.ietf.org with
the word 'unsubscribe' in a single line as the message text body.
archive: <http://ops.ietf.org/lists/netconf/>