<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    <div class="moz-cite-prefix">On 8/2/13 10:22 AM, Tom Zeller wrote:<br>
    </div>
    <blockquote
cite="mid:CAMNmQDTNJcVjTn3oz8AYY4u=tmXxXqJAHiqsrybHrf=387UgUg@mail.gmail.com"
      type="cite">
      <pre wrap="">

So what should be in spring.schemas, instead of the following, for example :

 urn\:mace\:shibboleth\:2.0\:afp = schema/shibboleth-2.0-afp.xsd

?

My thought is that instead or "urn..." the key should be <a class="moz-txt-link-rfc2396E" href="http:...">"http:..."</a>
but I don't see how that helps hence my question.
</pre>
    </blockquote>
    <br>
    Well, the LHS would nominally be the location, possibly bogus, of
    the schema XSD.&nbsp; So something like:<br>
    <br>
    &nbsp; <a class="moz-txt-link-freetext" href="http://shibboleth.net/schemas/shibboleth-2.0-afp.xsd">http://shibboleth.net/schemas/shibboleth-2.0-afp.xsd</a> =
    schema/shibboleth-2.0-afp.xsd<br>
    <br>
    Then in the XML document making use of that schema you'd then have
    an xsi:schemaLocation that contained a namespace-&gt;location pair
    like:<br>
    <br>
    &nbsp;&nbsp; urn:mace:shibboleth:2.0:afp&nbsp;&nbsp;
    <a class="moz-txt-link-freetext" href="http://shibboleth.net/schemas/shibboleth-2.0-afp.xsd">http://shibboleth.net/schemas/shibboleth-2.0-afp.xsd</a><br>
    <br>
    Scott wants to potentially get rid of xsi:schemaLocation, etc, but
    that's at least how it's "supposed to work" based on the Spring
    docs.<br>
    <br>
    <br>
  </body>
</html>