-
Notifications
You must be signed in to change notification settings - Fork 0
ManagingXMLs
DavidLeoni edited this page Feb 24, 2017
·
1 revision
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
- Definitive XML Schema book: A precious cookbook for xml schema 1.1 assertions!
- IBM guide
- Important point about child/parent assertion dependencies
- Quckit tutorial on understanding namespaces