<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="out/testAlien.rnc" type="application/relax-ng-compact-syntax"?>
<TEI xml:lang="en" xmlns="http://www.tei-c.org/ns/1.0"
   xmlns:rng="http://relaxng.org/ns/structure/1.0">
   <teiHeader>
      <fileDesc>
         <titleStmt>
            <title>TEI with alien extensions</title>
            <author>Lou Burnard</author>
         </titleStmt>
         <publicationStmt>
            <p> </p>
         </publicationStmt>
         <sourceDesc>
            <p>authored from scratch</p>
         </sourceDesc>
      </fileDesc>
   </teiHeader>
   <text>
      <body>
         <p>This rather boring document uses the new <gi>alien</gi> element in an alien namespace.
         </p>
            <div><head>Here be aliens</head>
               <alien xmlns="http://myAlienNamespace.com">wibble</alien>
               <p>Coexisting happily with TEI elements</p>
            </div>
      </body>
   </text></TEI>
