I\'m working on an XSD file and when validating an XML file with it I want to restrict empty elements. Eg.,
this is not empty
You can do something like
However that will still match on but you could use a regex restriction to change that if it is an issue.