I have some application code which generates XML documents, which are then validated against an XML Schema. The schema makes use of NMTOKEN types, and occasionally, the generated XML contains string ...
i have a really complex XML-Schema (it is designed by Swift :-) There are many simpleTypes declared which will be used within the Schema-Validation.
Now in my Java-Web-Application I have some input ...