You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by Benson Margulies <bi...@gmail.com> on 2007/12/13 00:25:33 UTC

namespaces versus schema locations

Please note this example of an XSD whose TNS is different from it's
putative (once we exit the incubator) location. Given that we have these
discrepancies, I think that we need to maintain a list someplace of all
them. I propose to start with that each of our XSD files have a
stereotypical comment at the top (or, if we were feeling really frisky,
a PI) to carry the URL.

<!-- CXF XSD URL: http:/blah -->

If I were king, we'd use uri: for the TNS and http: for the location,
but even if anyone else believed me it's too late for that.


xsi:schemaLocation="
           http://cxf.apache.org/jaxws                                 
              http://cxf.apache.org/schemas/jaxws.xsd
"