Is there a way in java to create an xsd schema?

Is there a way in Java to create an XSD schema? I am trying to create a new schema file .xsdaccording to the number of attributes and their type provided to me as input. Is there a package that can help me do this work?

+5
source share
5 answers

try jlibs library. you can see how to create an XML schema using jlibs.xml.xsd.XSDocumentthe end of the wiki

+1
source

JAXB Schemagen can generate an XSD schema from Java classes.

+3
source

eclipse xsd api , xsd. . .

+1
+1
+1

All Articles