vote up 2 vote down star
2

Hi

In current w3c version of XSD, is there a way to refer to parent node or child node, when defining rules for a particular node?

To make it more clear, can i add a rule in child node that compares the parent node value and vice versa?

Thanks & Regards, Pavan.

flag

56% accept rate

3 Answers

vote up 1 vote down

Are you wanting to do some kind cross-element validation, in which one element's schema depends on the value of another?

Maybe there's a way you can define alternatives at the parent element level.

link|flag
vote up 0 vote down

The subset of XPath used in XSD 1.1's xs:alternative is limited to the attribute axis of the current element. And I don't see what else you could use.

link|flag
vote up 0 vote down

XSD's start at the document level element, and define what children or attributes are allowed for each element.

So your answer is yes - you can define the child elements, but no - you cannot define the parents.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.