RE: [xml-dev] anyAttribute

From
Brad Harper <>
To
xml-dev <>
Date
2007-05-02T21:36:28Z
ID
<H000020901502a5f.1178141780.carbon.epsiia.com@MHS>
Thread
RE: [xml-dev] anyAttribute
Thanks.

So the fact that <anyAttribute> appears in the W3 XMLSchema's schema
doesn't mean that an arbitrary attribute of my own making may be 
introduced into a schema conforming to the W3 schema.

If I placed <anyAttrbute> in *my* schema, I would expect that instance 
documents would be able to contain attributes that aren't explicitly 
defined by my schema.

I'd expect the same to be true for my schema, which is merely an 
instance document of the W3 schema.

Brad 

> -----Original Message-----
> From: Michael Kay [mailto:] 
> Sent: Wednesday, May 02, 2007 4:21 PM
> To: Brad Harper; 'xml-dev'
> Subject: RE: [xml-dev] anyAttribute
> 
> > 
> > Have I mis-interpreted the schema schema?
> > 
> 
> Yes. You can add your own attributes to elements in a schema, 
> but they don't mean anything unless you write a schema 
> processor that attaches meaning to them. They certainly 
> aren't equivalent to adding an <xs:anyAttribute> element to a 
> complex type definition.
> 
> Michael Kay
> http://www.saxonica.com/
> 
> 
> 
>