RE: [xml-dev] Validating XML documents containing xml:*

From
Michael Kay <>
To
'Mark Seaborne' <>,
Date
2005-11-07T20:21:36
ID
<>
Thread
RE: [xml-dev] Validating XML documents containing xml:*
> I have some XML schemas that do not declare the XML: 
> attributes (lang, base, id). If an instance uses one or more 
> of these attributes must it fail validation against the 
> schema, or can I use these attributes without declaring them 
> in my schemas?

The attributes aren't treated specially by the schema processor: they are
allowed only if they are declared (explicitly, or using wildcards).

The only attributes that are treated specially are the xsi: attributes, for
example xsi:type. (And namespace declarations, but those don't count as
attributes.)

Michael Kay
http://www.saxonica.com/