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?
.xsd
try jlibs library. you can see how to create an XML schema using jlibs.xml.xsd.XSDocumentthe end of the wiki
jlibs.xml.xsd.XSDocument
JAXB Schemagen can generate an XSD schema from Java classes.
eclipse xsd api , xsd. . .
Apache XmlSchema XML- .
JAXB " API", XML- XJC. : http://www.w3.org/2001/XMLSchema.xsd
Eclipse MDT XSD (http://www.eclipse.org/modeling/mdt/?project=xsd#xsd), Maven .