Skip to main content

<document>


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

The <document> element is the root element of a MONET-xml, and contains all content. See Basic structure for example.

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

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