Skip to content

ManagingXMLs

DavidLeoni edited this page Feb 24, 2017 · 1 revision

Generating the schema from the dtd

Assuming you have this folder structure:

diversicon/prj
diversicon-model/prj

From diversicon/prj folder, run

mvn exec:java  -Dexec.args="s"

This will generate diversicon-model/prj/src/main/resources/website/schema/1.0/diversicon.xsd

XML Schema 1.1

Clone this wiki locally