Skip to main content

<document>


  • Date:
    06/03/2024
  • Modified:
    26/11/2025
  • Category:
    Elements

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

Children elements

ElementExplanationRequired
<metadata>

See metadata.

Yes
<publication>

See publication.

Yes

Attributes

NameExplanationRequired
xmlns

Defines the xml namespace of the document. Use:

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=""

Yes
xml:lang

Defines the main language of the document.

Yes

Examples

<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">
  <metadata></metadata>
  <publication>
    <cover></cover>
    <body></body>
  </publication>
</document>

  • Date:
    06/03/2024
  • Modified:
    26/11/2025
  • Category: