 |
 |
 |
Hello-
I'm trying to extend the xhtml schema by adding my own attribute. I imported the xhtml schema, and used <xs:any namespace="http://www.w3.org/1999/xhtml"/> to mix xhtml with my own elements, which works fine. But, I want to be able to add one of my own attributes to any element in the xhtml schema, which will be processed by my own processor later.
Something like:
<myns:mynode xmlns:myns="http://my.schema.com/"
xmlns:xhtml="http://www.w3.org/1999/xhtml"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<myns:a>
<myns:b><xhtml:div class="someClass" myns:myatt="this is my attribute">This is div content</xhtml:div></myns:b>
</myns:a>
</myns:mynode>
Is this possible?
I've tried using <xs:redefine>, but it seems that is only for extending types and groups, etc.
Thanks
|
 | 

|  |
These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.
|  |
| |
 |
 |
 |