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>
<meta>
-
Date:15/09/2022
-
Modified:12/06/2025
-
Category:Elements
The <meta> element contains global information about the publication or the production of the XML. Use a separate <meta> element for each metadata item. The <meta> elements are gouped by the <metadata> element.
Attributes
| Name | Explanation | Required |
|---|---|---|
name | Allowed values:
| Yes |
schema | Use value | Yes |
Examples
<metadata>
<meta name="dc:identifier" schema="Dublin Core">urn:uuid:monet-dedicon-903527</meta>
<meta name="dc:title" schema="Dublin Core">Geschiedeniswerkplaats</meta>
<meta name="dc:language" schema="Dublin Core">nl-NL</meta>
<meta name="dc:date" schema="Dublin Core">2023-11-16T14:54:30Z</meta>
<meta name="dc:creator" schema="Dublin Core">Tom van der Geugten</meta>
<meta name="dc:creator" schema="Dublin Core">René Raap</meta>
<meta name="dc:publisher" schema="Dublin Core">Noordhoff Uitgevers</meta>
<meta name="dc:source" schema="Dublin Core">9789001903527</meta>
</metadata>-
Date:15/09/2022
-
Modified:12/06/2025
-
Category: