Tagged Questions
1
vote
1answer
385 views
Where does xmlns:tns come from when using schemagen
We are using schemagen to create an XSD from some annotated POJOs.
Here is our ant target
<target name="generate-xsd" depends="compile">
<taskdef name="schemagen" ...