Documentation
Elements
- <a>
- <aside>
- <assessment>
- <author>
- <backcover>
- <blockquote>
- <body>
- <bodymatter>
- <caption>
- <code>
- <cover>
- <dd>
- <dl>
- <document>
- <dt>
- <em>
- <figure>
- <figureGroup>
- <frame>
- <frontcover>
- <frontmatter>
- <hd>
- <img>
- <input>
- <jacketcopy>
- <legend>
- <li>
- <line>
- <linegroup>
- <list>
- <meta>
- <metadata>
- <note>
- <noteRef>
- <number>
- <p>
- <page>
- <poem>
- <pullquote>
- <rearmatter>
- <section>
- <source>
- <span>
- <sub>
- <subtitle>
- <sup>
- <table>
- <tbody>
- <td>
- <tfoot>
- <th>
- <thead>
- <title>
- <tr>
Basic structure
The basic structure of a MONET-xml is as follows:
<?xml version="1.0" encoding="utf-8"?>
<document xmlns="https://schema.dedicon.nl/monet/v1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xsi:schemaLocation="https://schema.dedicon.nl/monet/v1
https://schema.dedicon.nl/monet/v1/monet_1.0.0.xsd" xmlns:m="http://www.w3.org/1998/Math/MathML" xml:lang="">
<metadata></metadata>
<publication>
<cover>
<frontcover></frontcover>
<backcover></backcover>
<jacketcopy></jacketcopy>
</cover>
<body>
<frontmatter></frontmatter>
<bodymatter></bodymatter>
<rearmatter></rearmatter>
</body>
</publication>
</document>
There is a fixed set of elements that may be used in a MONET-xml. These valid elements are listed on this website under ‘Elements’. Do not use other elements than mentioned in this list.