[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
Re: [xml-dev] anyAttribute
- From: David Carlisle <davidc@nag.co.uk>
- To: brad.harper@epsiia.com
- Date: Wed, 2 May 2007 22:48:14 +0100
> Per http://www.w3.org/2001/XMLSchema.xsd, it appears that <anyAttribute>
> is valid for most parts of the schema.
they have <xs:anyAttribute namespace="##other"
which means that they have to be in a namespace (other than the xsd
namespace) your example attribute was uprefixed so in no-namespace,
try adding an extension namespace of your choosing
xmlns:foo="data:,foo"
then foo:classifier="zzz" should work (be ignored) I think.
David
________________________________________________________________________
The Numerical Algorithms Group Ltd is a company registered in England
and Wales with company number 1249803. The registered office is:
Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.
This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs.
________________________________________________________________________
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]