Bug fix for generated namespaces in XSD and XML example
<!-- This is the template for a FEATURE REQUEST. You can select other issue templates --> ### Problem / goal <!-- Provide a clear and concise description of what the problem is or what you are trying to reach. --> The following namespaces are defined at Wizard step 1, in this example for the SETU Timecard message: ![image](/uploads/42bad30964eadb7ea12f7a7c76a6f900/image.png){width=780 height=405} In the XSD generated at Wizard step 3, it should be the case that all namespaces are cut off at the end when there is a `/` or `#`, but this is not happening for all namespaces, as you can see from the generated output: `<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:sth="https://ns.semantic-treehouse.nl/message#" elementFormDefault="qualified" attributeFormDefault="unqualified" targetNamespace="https://ontology.setu.nl/messages#" xmlns:setu="https://ontology.setu.nl/messages" xmlns:hropen="https://hropenstandards.org/schema/xml">` Here `xmlns:sth="https://ns.semantic-treehouse.nl/message#"` and `targetNamespace="https://ontology.setu.nl/messages#"` are not correct. @michiel-s, can you reproduce the other bug we found when generating a XML example? I can't, so maybe this wasn't a bug.
issue