Search Results

0
votes

How to specify (XSD) element has sub tag or simple content - but not both

These types of restrictions aren't possible to describe in XSD, you'll need to use another language to model them, e.g. schematron. …