[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?

We don't change this every release.
It has been wrong from the start.
For namespace URIs we use one format, and for capability URIs,
we use another.  In the import clause, the 2nd string is supposed
to be a URL.  Otherwise the validation tool gives an error message
like "Cannot open urn:ietf:params:xml:ns:netconf:base:1.0"



Sharon

Andy


-----Original Message-----
From: owner-netconf@ops.ietf.org [mailto:owner-netconf@ops.ietf.org] On
Behalf Of Andy Bierman
Sent: Sunday, June 03, 2007 3:53 PM
To: Netconf (E-mail)
Subject: Notification-07 XSD bugs in <import>

Hi,

Two more XSD bugs:

---------------------

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"/> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

--------------------------


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/>




--
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/>