A
ANoobee
What is the best approach to force atleast one of a few optional
elements required in an XSD?
This is what I'm tring to do:
<email>
<to>
<cc>
<bcc>
</email>
where to, cc and bcc are optional but email should contain atleast one
of them.
Thanks for any inputs.
elements required in an XSD?
This is what I'm tring to do:
<email>
<to>
<cc>
<bcc>
</email>
where to, cc and bcc are optional but email should contain atleast one
of them.
Thanks for any inputs.