<?xml version="1.0" encoding="utf-8"?>
<!--
    Copyright TEI Consortium.
    Dual-licensed under CC-by and BSD2 licences
    See the file COPYING.txt for details
    $Date$
    $Id$
-->
<!-- MDH 2012-07-14. -->
<!-- Only one useful example so far. The call is out for more, but 
     no response as yet. -->
<?xml-model href="http://tei.oucs.ox.ac.uk/jenkins/job/TEIP5/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?>

<elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="textcrit" ident="listApp">
  <gloss versionDate="2012-08-14" xml:lang="en">list of apparatus entries</gloss>
  <gloss versionDate="2012-07-14" xml:lang="fr">liste d'entrées dans un apparat critique</gloss>
  <desc versionDate="2012-07-15" xml:lang="en">contains a list of apparatus entries.</desc>
  <desc versionDate="2012-07-14" xml:lang="fr">contient une liste d'entrées dans un apparat critique.</desc>
  <classes>
    <memberOf key="att.global"/>
    <memberOf key="att.sortable"/>
    <memberOf key="model.listLike"/>
    <memberOf key="att.declarable"/>
    <memberOf key="att.typed"/>
  </classes>
  <content>
    <group xmlns="http://relaxng.org/ns/structure/1.0">
      <zeroOrMore>
        <ref name="model.headLike"/>
      </zeroOrMore>
      <oneOrMore>
        <choice>
          <ref name="app"/>
          <ref name="listApp"/>
        </choice>
      </oneOrMore>
    </group>
  </content>
  <exemplum xml:lang="en" versionDate="2012-08-06">
    <p>In the following example from the exegetical Yasna, the base text is encoded in the <gi>body</gi> of 
    the document, and two separate <gi>listApp</gi> elements are used in the <gi>back</gi>, containing 
    variant readings written in different scripts.</p>
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <body>
        <div>
          <lg type="stanza" xml:id="Y-36.01" xml:lang="pal-Avst" rend="italic">
            <l xml:id="Y-36.01_L-1">
              <w xml:id="Y-36.01_L1_W-01">ahiiā</w>
              <w xml:id="Y-36.01_L1_W-02">ϑβā</w>
              <w xml:id="Y-36.01_L1_W-03">āϑrō</w>
              <w xml:id="Y-36.01_L1_W-04">vərəzə̄nā</w>
              <w xml:id="Y-36.01_L1_W-05">paouruiiē</w>
              <w xml:id="Y-36.01_L1_W-06">pairijasāmaiδē</w>
              <w xml:id="Y-36.01_L1_W-07">mazdā</w>
              <w xml:id="Y-36.01_L1_W-08">ahurā</w>
            </l>
            <!-- ... -->
          </lg>
        </div>
      </body>
      <!-- ... -->
      <back>
        <div>
          <listApp xml:id="CA_Y-36" xml:lang="pal-Avst">
            <head>Variants from witnesses in Avestan script</head>
            <app from="#Y-36.01_L1_W-01">
              <rdg wit="#Pt4 #F2 #J2 #M1">ahiiā</rdg>
            </app>
            <app from="#Y-36.01_L1_W-02">
              <rdg wit="#Pt4 #F2 #J2 #M1">ϑβā</rdg>
            </app>
            <app from="#Y-36.01_L1_W-03">
              <rdg wit="#Pt4 #J2 #M1">āϑrō</rdg>
              <rdg wit="#F2">āϑrōi</rdg>
            </app>
            <!-- ... -->
          </listApp>
          <listApp xml:id="CA_PY-36" xml:lang="pal-Phlv">
            <head>Variants from witnesses written in Pahlavi script</head>
            <app from="#PY-36.01_L1_W-01">
              <rdg wit="#Pt4 #F2 #J2 #M1">ʾytwnˈ</rdg>
            </app>
            <app from="#PY-36.01_L1_W-02">
              <rdg wit="#Pt4 #F2 #J2 #M1">ʾwˈ</rdg>
            </app>
            <app from="#PY-36.01_L1_W-03">
              <rdg wit="#Pt4 #F2 #J2 #M1">ḤNʾ</rdg>
            </app>
            <!-- ... -->
          </listApp>
        </div>
      </back>
    </egXML>
  </exemplum>
  <remarks versionDate="2012-08-06" xml:lang="en">
    <p><gi>listApp</gi> elements would normally be located in the <gi>back</gi> part of a document,
    but they may appear elsewhere.</p>
  </remarks>
  <listRef>
    <ptr target="#TCAPLK"/>
  </listRef>
</elementSpec>
