I wanted to generate some XML Schemas for my project. I have some Java Classes, like this one:
package com.fortresswars.entity; import com.fortresswars.entity.p
There's a tool called schemagen inside the JDK bin directory, that turns java source/class file into an XML schema. See the documentation.
schemagen
bin