Re: Why can't we include foreign attributes in xs:appinfo and xs:documentation ?

Eric van der Vlist <vdv@dyomedea.com> writes:

> Title says if all (almost).
> 
> Things such as:
> 
> <xs:element name="author" type="author">
>   <xs:annotation>
>    <xs:appinfo xmlns:xlink="http://www.w3.org/1999/xlink"
>      xlink:arcrole="http://www.w3.org/1999/XSL/Transform"
>      xlink:role="http://www.w3.org/1999/XSL/Transform"
>      xlink:title="Author template" xlink:href="library.xslt#author">
>     <div class="resource">
>      <h4>XSLT Transformation</h4>
>      <p>This <a href="library.xslt#author">template</a> displays the
> description of an author.</p>
> 
>     </div>
>    </xs:appinfo>
>   </xs:annotation>
> </xs:element>
> 
> could be nifty and seem harmless but they are forbidden by the schema
> for schema!
> 
> 
> Why?

An oversight.  I'll try to get this fixed in an erratum.

ht
-- 
  Henry S. Thompson, HCRC Language Technology Group, University of Edinburgh
          W3C Fellow 1999--2001, part-time member of W3C Team
     2 Buccleuch Place, Edinburgh EH8 9LW, SCOTLAND -- (44) 131 650-4440
	    Fax: (44) 131 650-4587, e-mail: ht@cogsci.ed.ac.uk
		     URL: http://www.ltg.ed.ac.uk/~ht/

Received on Tuesday, 5 February 2002 04:02:40 UTC