I'm new to XML and from what I've gathered so far, I'm under the impression that XML Schemas are supposed to be somewhat superior or prefered over DTDs. However, I'm having trouble with one thing.
Is there a way to achieve the same effect as this DTD statement with Schema notation?
Appreciate the help. Thanks!
Is there a way to achieve the same effect as this DTD statement with Schema notation?
Code:
<!ELEMENT a (b | c | d)*>
Appreciate the help. Thanks!