Re: Is "final" attribute inherited?

Kohsuke KAWAGUCHI <kohsuke.kawaguchi@eng.sun.com> writes:

> Dear XML Schema WG members,
> 
> 
> Is "final" attribute(component) inherited to derived types? If so, how
> they are inherited?
> 
> For example, does "foo" in this example can be used to derive union type?
> 
> <simpleType name="foo">
>   <restriction>
>     <simpleType name="base" final="union">
>       <restriction base="string">
>         ....
>       </restriction>
>     </simpleType>
>     ....
>   </restriction>
> </simpleType>

Um, the above isn't valid -- internal types can't be named or have
'final'.  So I don't think your question arises.

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, 20 March 2001 04:49:33 UTC