Revision 4f6006440f085c84bda5c2676d5dfbe27b06440a authored by sabine seifert on 24 September 2022, 13:15:56 UTC, committed by sabine seifert on 24 September 2022, 13:15:56 UTC
1 parent f19599e
Raw File
testdocbook1.odd
<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:lang="en"  xmlns="http://www.tei-c.org/ns/1.0"
 xmlns:rng="http://relaxng.org/ns/structure/1.0"
 n="testdocbook1">
   <teiHeader>
      <fileDesc>
         <titleStmt>
            <title>TEI with docbook setup</title>
            <author>Sebastian Rahtz</author>
         </titleStmt>
         <publicationStmt>
	   <p> </p>
	 </publicationStmt>
         <sourceDesc>
            <p>authored from scratch</p>
         </sourceDesc>
      </fileDesc>
   </teiHeader>
<text>
<body>
    <schemaSpec ident="testdocbook1" start="">
      <moduleRef key="header"/>
      <moduleRef key="core"/>
      <moduleRef key="tei"/>
      <moduleRef key="textstructure"/>
      <moduleRef url="docbook.rng">
	<content>
	  <rng:define name="model.listLike" combine="choice">
	    <rng:ref name="db.qandaset"/>
	  </rng:define>
	  <rng:start combine="choice">
	    <rng:ref name="TEI"/>
	  </rng:start>
	</content>
      </moduleRef>
    </schemaSpec>
</body>
</text>
</TEI>



back to top