[XMLSCHEMA-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: <restriction> is not actually a restriction

From: Henry S. Thompson <ht@cogsci.ed.ac.uk>
Date: 27 Nov 2001 18:51:38 +0000
To: Kohsuke KAWAGUCHI <kohsuke.kawaguchi@sun.com>
Cc: xmlschema-dev@w3.org
Message-ID: <f5b8zcsdp39.fsf@cogsci.ed.ac.uk>
Re: <restriction> is not actually a restriction
Kohsuke KAWAGUCHI <kohsuke.kawaguchi@sun.com> writes:

<snip/>

> There is another similar problem:
> 
> <xs:complexType name="B">
>   <xs:anyAttribute namespace="#all" processContents="lax"/>
>   <xs:attribute name="foo" type="xs:integer" use="optional"/>
> </xs:complexType>
> 
> <xs:complexType name="D">
>   <xs:complexContent>
>     <xs:restriction base="B">
>       <xs:attribute name="foo" type="xs:integer" use="prohibited" />
>     </xs:restriction>
>   </xs:complexContent>
> </xs:complexType>

> Even though @foo is prohibited explicitly, it is allowed because it's
> accepted by the #all wildcard. <XXX foo="str"/> is not valid with
> respect to B, but is valid with respect to D.

Good point.  That means the subset test needs to be applied to
attributes as well.

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, 27 November 2001 13:50:33 GMT

Subscribe to the Stylus Scoop newsletter for helpful XML tips and tutorials.
Email
First Name
Last Name
Company

Download Stylus Studio 6 XML Enterprise Edition

Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2007 All Rights Reserved.