What is the usual folder for storing .xsd files in a Java Eclipse project? For example, .jars are stored in /lib . Where will the .xsd file be stored?
.xsd
.jars
/lib
I usually put my XML schemas in /src/main/resources/XSD , but as you can see from the JAXB project, they are often placed in deep source folders with the most suitable package.
/src/main/resources/XSD