RelaxNG Attribute Override
XML / XSL
1
Posts
1
Posters
0
Views
1
Watching
-
Hi guys! I have a RelaxNG schema which defines a group of attributes called "common-attrs". Amongst these common attributes is the "xml:id" attribute which can be optionally applied to all elements within the schema. Somehow, I need to make an exception to this rule. There is one element where all of the common attributes apply, but the "xml:id" attribute is required. How can I make an exception to this rule without having to manage to near identical common attribute groups? Many thanks, Lea Hayes