Skip to main content

<document>


  • Date:
    06/03/2024
  • Modified:
    08/06/2026
  • Category:
    Elements

The <document> element is the root element of a MONET-xml, and contains all content.

Children elements

ElementExplanationRequired
<metadata>
Yes
<publication>
Yes

Attributes

NameExplanationRequired
xmlns

Defines the xml namespace of the document. Use:

<document xmlns="https://schema.dedicon.nl/monet/v2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="https://schema.dedicon.nl/monet/v2 https://schema.dedicon.nl/monet/v2/monet.xsd" xmlns:m="http://www.w3.org/1998/Math/MathML">

Yes

Examples

<document xmlns="https://schema.dedicon.nl/monet/v2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="https://schema.dedicon.nl/monet/v2 https://schema.dedicon.nl/monet/v2/monet.xsd" xmlns:m="http://www.w3.org/1998/Math/MathML">
  <metadata></metadata>
  <publication>
    <cover></cover>
    <body></body>
  </publication>
</document>

  • Date:
    06/03/2024
  • Modified:
    08/06/2026
  • Category: