<?oxygen SCHSchema="testconstraint.rng" type="compact"?>
<TEI xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.tei-c.org/ns/1.0">
  <teiHeader>
    <fileDesc>
      <titleStmt>
        <title>The title</title>
      </titleStmt>
      <editionStmt>
        <p/>
      </editionStmt>
      <publicationStmt>
        <p/>
      </publicationStmt>
      <sourceDesc>
        <p/>
      </sourceDesc>
    </fileDesc>
  </teiHeader>
  <text>
    <body>
      <listPerson>
        <person xml:id="p1"/>
        <relation name="fo" passive="#p1"/>
      </listPerson>
      <p rend="bold italic" xml:lang="la">sicut erat in <bibl>
          <author>freddy</author>
        </bibl> principia <list>
          <item>cats</item>
        </list>
      </p>

      <div type="canon">
        <head>Canon 1</head>
        <p>hello</p>
        <div type="canonText">
          <head>A Canon Text</head>
          <p>hello</p>
        </div>
      </div>

      <div type="canon">
        <head>Canon 2</head>
        <p>hello</p>
        <div type="canonText">
          <head>A Canon Text</head>
          <p>hello</p>
        </div>
        <div type="canonText">
          <head>A 2nd Canon Text</head>
          <p>hello</p>
        </div>
      </div>

      <div type="canon">
        <head>Canon 3</head>
        <div type="canon">
          <head>Canon 4</head>
        </div>
      </div>

      <div type="register">
        <head>Register 1</head>
        <div type="canon">
          <head>Canon 5</head>
        </div>
      </div>

    </body>
  </text>
</TEI>
