-
Notifications
You must be signed in to change notification settings - Fork 4
Make
Ladislav Lhotka edited this page Nov 3, 2014
·
3 revisions
The revision of the Internet-Draft identified by the value of the
REVNO
Makefile variable (both XML and text formats) is generated by
simply running
$ make
This command also produces:
-
model.tree
– a file containing the tree diagram of the data model, - DSDL schemas (RELAX NG, Schematron and DSRL) that can be used for validating the XML instance document.
Other useful Makefile targets are:
-
validate
: perform validation of the example XML instance document against the DSDL schemas. -
rnc
: generate RELAX NG schema of the data model in the compact notation. This can be used, for example, with the Emacs nXML mode. -
clean
: remove all files generated bymake
.