Legal Document: Complete

There are no notes for this item.

<section class="dso-legal-document">

    <h1 class="dso-is-document">Naam van het document</h1>

    <h2 class="dso-is-chapter">Hoofdstuk</h2>

    <h3 class="dso-is-title">Titel (optioneel)</h3>

    <h4 class="dso-is-department">Afdeling (optioneel)</h4>

    <article>

        <h1 class="dso-is-paragraph">Paragraaf (optioneel)</h1>

        <h2 class="dso-is-subparagraph">Subparagraaf (optioneel)</h2>

        <h3 class="dso-is-subsubparagraph">Subsubparagraaf (optioneel)</h3>

        <h4 class="dso-is-article">Artikel</h4>

        <p>Lid</p>
        <p>Ander lid</p>
        <ul>
            <li>item 1</li>
            <li>item 2</li>
        </ul>

    </article>

</section>
legalDocument:
  - type: documentHeader
    content: Naam van het document
  - type: chapterHeader
    content: Hoofdstuk
  - type: titleHeader
    content: Titel (optioneel)
  - type: departmentHeader
    content: Afdeling (optioneel)
  - type: article
    content:
      - type: paragraphHeader
        content: Paragraaf (optioneel)
      - type: subparagraphHeader
        content: Subparagraaf (optioneel)
      - type: subsubparagraphHeader
        content: Subsubparagraaf (optioneel)
      - type: articleHeader
        content: Artikel
      - type: body
        content: |
          <p>Lid</p>
          <p>Ander lid</p>
          <ul>
            <li>item 1</li>
            <li>item 2</li>
          </ul>