Listing of atf.xdf

<?xml version='1.0' encoding='utf-8'?>
<d:doc   xmlns="http://www.w3.org/1999/xhtml" 
	 xmlns:d="http://emegir.info/xdf"
	 xmlns:dc="http://purl.org/dc/elements/1.1"
	 xmlns:dcterms="http://purl.org/dc/terms/"
	 xmlns:h="http://www.w3.org/1999/xhtml" 
   	 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<d:meta>
  <dc:title>ATF</dc:title>
  <dcterms:alternative>ASCII Transliteration Format Version 2</dcterms:alternative>
  <dcterms:identifier 
      xsi:type="dcterms:URI">http://emegir.info/xtf/2</dcterms:identifier>
  <dc:creator>Steve Tinney</dc:creator>
  <dc:date>2006-08-10</dc:date>
  <dc:publisher>CDLG</dc:publisher>
  <dc:description>ATF is an ASCII format for preparing transliterations
  of cuneiform texts; it also encompasses facilities for other kinds
  of editions commonly used in cuneiform studies.</dc:description>
</d:meta>

<d:secondary>
  <d:meta>
    <dc:title>ATF Primer</dc:title>
    <dc:creator>Steve Tinney</dc:creator>
    <dc:date>2007-02-08</dc:date>
    <dc:publisher>CDLG</dc:publisher>
    <dc:description>A very quick start to get you up and running with
    your first ATF texts by giving some annotated examples.</dc:description>
  </d:meta>
  <d:select>//*[contains(@class,'primer')]</d:select>
  <d:output file="html/primer.html"/>
</d:secondary>

<d:secondary>
  <d:meta>
    <dc:title>Numeric and Metrological Notations Basics</dc:title>
    <dc:creator>Steve Tinney</dc:creator>
    <dc:date>2006-08-10</dc:date>
    <dc:publisher>CDLG</dc:publisher>
    <dc:description>ATF numbers/metrology, original version by Robert
    Englund and Steve Tinney.</dc:description>
  </d:meta>
  <d:select>//*[contains(@class,'numbers')]</d:select>
  <d:output file="html/numbers.html"/>
</d:secondary>

<d:secondary>
  <d:meta>
    <dc:title>ATF Quick Reference</dc:title>
    <dc:creator>Steve Tinney</dc:creator>
    <dc:date>2006-08-10</dc:date>
    <dc:publisher>CDLG</dc:publisher>
    <dc:description>A quick reference sheet for the ATF
    format.</dc:description>
  </d:meta>
  <d:select>//*[contains(@class,'quickref')]</d:select>
  <d:output file="html/quickref.html"/>
</d:secondary>

<div class="primary">

<p>ATF documentation is organized in several parts corresponding to
different levels of complexity and degrees of relevancy to users in
general.</p>

<h1>Starting</h1>

<p>If you are new to ATF, you should start with the <a
href="primer.html">Primer</a>; this will give you just enough to start
typing your first ATF texts.  Then you will need to read the <a
href="../XTF2/atftut.html">ATF tutorial</a> which covers the most
important aspects of block structure in ATF.  Finally, there is <a
href="../GDL/gdltut.html">a tutorial detailing the inline features of
ATF</a> which we call GDL; the reason for this separate name is that
GDL, the Grapheme Description Language, is used in several places
other than ATF (e.g., in ePSD).</p>

<h1>Checking</h1>

<p>When typing ATF texts it is a good idea to check them frequently
using the <a
href="http://cdl.museum.upenn.edu/util/atfproc.html">web
service</a>; the ATF processor detects over 250 errors and is an
essential aid to developing an ATF corpus.</p>

<h1>More Documents</h1>

<dl>
<dt><a href="../XTF2/advanced.html">Advanced</a></dt><dd>Advanced ATF features.</dd>
<dt><a href="../XTF2/composite.html">Composites</a></dt><dd>ATF features for composite texts.</dd>
<dt><a href="../XTF2/lexical.html">Lexical</a></dt><dd>ATF features for lexical texts.</dd>
<dt><a href="../XTF2/linkage.html">Linkage</a></dt><dd>ATF features for inter-text linking.</dd>
<dt><a href="../XTF2/lexical.html">Lexical</a></dt><dd>ATF features for lexical texts.</dd>
<dt><a href="math.html">Mathematical</a></dt><dd>ATF features for mathematical and astronomical texts.</dd>
<dt><a href="numbers.html">Numbers</a></dt><dd>ATF features for numerical and metrological transliteration.</dd>
<dt><a href="../XTF2/protocols.html">Protocols</a></dt><dd>ATF protocols overview.</dd>
<dt><a href="quickref.html">Quick Reference</a></dt><dd>ATF quick reference.</dd>
<dt><a href="../XTR/">Translations</a></dt><dd>Translation support for ATF</dd>
<dt><a href="unicode.html">Unicode</a></dt><dd>Summary table of Unicode characters particularly relevant to cuneiform transliteration and transcription.</dd>
</dl>

<h1>Editing</h1>

<p>There is an Emacs major mode for ATF which integrates the
template-generator and the checker and provides an input method for
accented and other special characters.  For more information see <a href="emacs.html"> the ATF and Emacs page</a>.</p>

<h1>Developing</h1>

<p>All of the XML schemata (in Relax/NG) are available in the <a
href="../GDL/">GDL</a> and <a href="../XTF2/">XTF2</a> manuals,
along with a substantial amount of explanation of the implementation
and notes on the relationship between the ATF format and its XML
counterpart, XTF.</p>
</div>

<div class="secondary primer">
<h2>Example 1</h2>
<p>Let's start with an example:</p>
<pre class="cookbook">
&P100003 = AAS 015
#atf: lang sux
@tablet
@obverse
1. 1(disz) geme2 u4 1(disz)-sze3
2. ki dingir-ra-ta
3. da-da-ga
4. szu ba-ti
@reverse
1. mu ki-masz{ki} ba-hul</pre>
<p>The various ATF features illustrated here are:</p>
<dl>
<dt>The <code>&-line</code></dt>
<dd>Every text begins with an <code>&-line</code> giving the ID
and the text's designation according to the CDLI catalog; if your text
is not yet in the catalog, e-mail cdli@cdli.ucla.edu to get the ID and
designation.</dd>
<dt><code>#atf: lang sux</code></dt>
<dd>You can specify the main language for the text; for Akkadian just
write <code class="cookbook">#atf: lang akk</code>.</dd>
<dt><code>@tablet</code></dt>
<dd>You can specify an object type; this is normally @tablet, but
others include @bulla and @envelope.</dd>
<dt><code>@obverse, @reverse</code></dt>
<dd>You can specify the part of the object you are transliterating;
the edges are given using: <code class="cookbook">@left @right @top
@bottom</code>.</dd>
<dt>Lines of text</dt>
<dd>Lines of text are for the most part just like regular
Assyriological practice.  See Example 2 for how to do breakage.</dd>
<dt>Characters and subscripts</dt>
<dd>Shin is given using <code>sz</code> for lowercase and
<code>SZ</code> for uppercase; sign indices are given in regular ASCII
numbers.</dd>
<dt>Determinatives</dt>
<dd>Determinatives are given in curly brackets.</dd>
<dt>Numbers</dt>
<dd>Numbers are explicitly qualified by a system as in <code
class="cookbook">1(disz)</code>.  See <a href="numbers.html">the
numbers page for more information</a>.</dd>
</dl>

<h2>Example 2</h2>

<pre class="cookbook">
&P100099 = AAS 113
#atf: lang sux
@tablet
@obverse
1. 1(ban2) kasz 1(ban2) [...]
2. 1(disz) sila3 [...]
3. 1(u)? [...] gesz
4. 1(barig) kasz#? [...] x [...]
5. 3(ban2) [x]
6. nam-ha-ni sagi
7. {d}gu-la
8. mu-da-gen-na-a
9. iti sze-kar-ra-gal2-la
</pre>

<dl>
<dt>Damage and breakage</dt>
<dd><p>There are no half-brackets in ATF: signs which are damaged are
flagged with the hash-sign (<code>#</code>) after the grapheme.</p>
<p>Signs which are completely broken away are placed in square
brackets; square brackets may not occur inside a grapheme, only before
or after it.  The ellipsis may be used to indicate that an
undeterminable number of signs is missing.</p>
<p>Signs which cannot be identified are transliterated as
<code>x</code>; when a number is missing the convention is to use
<code>n</code> as in <code class="cookbook">n(disz)</code>.</p></dd>
<dt>Querying, Correction and Collation</dt>
<dd>The other flags are the query (<code>?</code>) which can be placed
after a grapheme to indicate uncertainty of reading; the asterisk
(<code>*</code>) which indicates a collated reading; and the
exclamation mark which indicates correction.  After a corrected sign,
the actual sign on the tablet may optionally be given: <code
class="cookbook">a!</code> or <code class="cookbook">ki!(DI)</code>.</dd>
</dl>

<h2>Example 3</h2>

<pre class="cookbook">
&P999999 = Akkadian Example
#atf: lang akk
@tablet
@obverse
1. a-na {d}UTU{+szi} id-din
</pre>

<dl>
<dt>Akkadian</dt>
<dd><p>Akkadian texts are given the Akkadian language code 'akk' in the <code>#atf: lang</code> line.</p></dd>
<dt>Logograms</dt>
<dd>Logograms can be simply entered as uppercase as is natural in transliterations of Akkadian.</dd>
<dt>Determinatives and complements</dt>
<dd>Semantic determinatives default to Sumerian in both Sumerian and Akkadian context, so they need no special handling.  Phonetic determinatives and glosses are marked with a <code>+</code> immediately after the first curly bracket; phonetic determinatives and glosses are assumed to be in the same language as the rest of the word.</dd>
</dl>

</div>

<div class="secondary numbers">
      <p>This document gives basic guidelines for entering numbers and
metrological transliterations for CDLI. We are preparing an
exhaustive account of numbers and metrology, a preliminary version
of part of which is available for <a href="numref.pdf">download
(pdf 120KB)</a>.</p>
      <p>We are aware of the fact that this is a preliminary version and
is restricted to more or less uncontroversial
numerical/metrological systems of the Ur III period; further, that
while restricted, the proposal does include a paradigmatic
completeness, particularly of the smaller units of the systems,
that is not covered by our text corpus. At the same time, complex
fractions of the NINDA2xSIGNS type, and the igi-n-gal2 complex, are
not complete.</p>
      <p>We are thankful for any advice and corrections of mistakes or
omissions you might offer us in this, and subsequent proposals that
will deal with other, and earlier 4th and 3rd millennium
systems.</p>
      <p>A previous paper analyzing the requirements and laying out out a
design for the XML infrastructure for number and metrology handling
is available (see <a href="wnm.html">Numbers Whitepaper</a>).</p>

    <h2>Transliteration</h2>
    <div>
      <p>All numbers are given with digits or a fraction followed by a
qualifier in parenthesis, e.g., 1(disz). A full list of the
allowable forms is given in the reference document.</p>
    </div>
    <h4>Large
Numbers Transliterated According to Their Graphemes</h4>
    <div>
      <p>Numerical notations are to be transliterated in the form
n(sign1) n(sign2) etc., for instance "3(gesz2) 5(u) 7(disz) gurusz"
for "180 + 50 + 7 workmen" or "6(bur3) 2(esze3) 4(iku) 1/4(iku)"
GAN2" for "6 bur 2 esze 4 1/4 iku field."</p>
    </div>
    <h2>UxKASKAL</h2>
    <div>
      <p>Note that for the time being we will transliterate
Ugunu/UxKASKAL ("10 bur") with "bur'u" in avoidance of either buru
(assigned to BUR by the sign lists) or burux (requiring description
in parentheses that would unnecessarily complicate perl scripting);
in like manner, szar'u for SZAR2xU, although this sign is listed
with the value szaru by Borger.</p>
    </div>
    <h2>Reference</h2>
    <p>A preliminary reference paper is <a href="numref.pdf">available
    as a PDF [120k]</a>.</p>
    <h4>Systems Included in the Reference Tables</h4>
    <div>
      <ul>
        <li>Sexagesimal</li>
        <li>Length</li>
        <li>Surface</li>
        <li>Volume</li>
        <li>Dry & Liquid Capacity</li>
        <li>Weight</li>
        <li>Brick</li>
      </ul>
    </div>
    <h4>Systems on the TODO list</h4>
    <div>
      <ul>
        <li>pre-Ur III generally; eventually post-Ur III also</li>
        <li>Bisexagesimal</li>
        <li>Decimal</li>
        <li>Baskets</li>
        <li>others</li>
      </ul>
    </div>
</div>

<div class="secondary quickref">
  <h4>Structure Conventions</h4>
  <div class="slidebody">
    <table border="1">
      <tr>
        <td class="col0">&</td>
        <td class="col1">Text/catalogue number designator</td>
      </tr>
      <tr>
        <td class="col0">@<type></td>
        <td class="col1">@composite (for composite texts)</td>
      </tr>
      <tr>
        <td class="col0">@<object></td>
        <td class="col1">Object = @tablet, @envelope, @prism, @object
<object-type></td>
      </tr>
      <tr>
        <td class="col0">@<surface></td>
        <td class="col1">Surface = @obverse, @reverse, @surface, @edge,
@left, @right, @top, @bottom, @face [a..z]</td>
      </tr>
      <tr>
        <td class="col0">@seal <n></td>
        <td class="col1">for transliteration of seal impressions on
objects; n=number</td>
      </tr>
      <tr>
        <td class="col0">@column</td>
        <td class="col1">column</td>
      </tr>
      <tr>
        <td class="col0"><number>.</td>
        <td class="col1">line of text</td>
      </tr>
      <tr>
        <td class="col0"><number>.<subcases>.</td>
        <td class="col1">line of text with subdivision into cases</td>
      </tr>
      <tr>
        <td class="col0">$</td>
        <td class="col1">non-text, such as breakage, blank lines, etc.
Specific keywords must be included in the non-text comment. These
keywords are given in <a href="../XTF2/atftut.html#dollar">the relevant
section of the ATF tutorial</a>.</td>
      </tr>
      <tr>
        <td class="col0">#</td>
        <td class="col1">comment line</td>
      </tr>
      <tr>
        <td class="col0">=:</td>
        <td class="col1">multiplexing comment line giving original order of
interpreted/reordered signs in preceding line of
transliteration.</td>
      </tr>
      <tr>
        <td class="col0"><whitespace></td>
        <td class="col1">continues previous line (modern convenience, not
ancient line break)</td>
      </tr>
    </table>
  </div>
  <h4>Inline
ASCII Conventions</h4>
  <div class="slidebody">
    <table border="1">
      <tr>
        <td class="col0">[A-Z][a-z][0-9]</td>
        <td class="col1">grapheme name</td>
      </tr>
      <tr>
        <td class="col0"><hyphen></td>
        <td class="col1">joiner for graphemes of single word</td>
      </tr>
      <tr>
        <td class="col0"><space></td>
        <td class="col1">word separator</td>
      </tr>
      <tr>
        <td class="col0">!</td>
        <td class="col1">flags correction of sign</td>
      </tr>
      <tr>
        <td class="col0">?</td>
        <td class="col1">flags uncertainty of identification or
reading</td>
      </tr>
      <tr>
        <td class="col0">*</td>
        <td class="col1">flags collation</td>
      </tr>
      <tr>
        <td class="col0">#</td>
        <td class="col1">flags damage to sign</td>
      </tr>
      <tr>
        <td class="col0">[...]</td>
        <td class="col1">encloses material broken away from object</td>
      </tr>
      <tr>
        <td class="col0">[(...)]</td>
        <td class="col1">encloses material perhaps broken away from
object</td>
      </tr>
      <tr>
        <td class="col0">value(SIGN)</td>
        <td class="col1">explanatory name or variant form after value</td>
      </tr>
      <tr>
        <td class="col0">value!(SIGN)</td>
        <td class="col1">actual signs on object given after corrected
version</td>
      </tr>
      <tr>
        <td class="col0"><...></td>
        <td class="col1">accidental omission supplied by editor</td>
      </tr>
      <tr>
        <td class="col0"><(...)></td>
        <td class="col1">intentional omission supplied by editor</td>
      </tr>
      <tr>
        <td class="col0">MIN<(...)></td>
        <td class="col1">surrogate text supplied by editor</td>
      </tr>
      <tr>
        <td class="col0"><<...>></td>
        <td class="col1">material removed by editor</td>
      </tr>
      <tr>
        <td class="col0">{...}</td>
        <td class="col1">determinative delimiters
(written in normal script)</td>
      </tr>
      <tr>
        <td class="col0">{{...}}</td>
        <td class="col1">gloss delimiters</td>
      </tr>
      <tr>
        <td class="col0">~</td>
        <td class="col1">following sign is a logogram</td>
      </tr>
      <tr>
        <td class="col0">x</td>
        <td class="col1">unclear sign</td>
      </tr>
      <tr>
        <td class="col0">X</td>
        <td class="col1">clear sign not yet identified</td>
      </tr>
      <tr>
        <td class="col0">|...|</td>
        <td class="col1">compound grapheme delimiters</td>
      </tr>
      <tr>
        <td class="col0">[.x%&+()]</td>
        <td class="col1">compound grapheme operators (see
<small>QR</small>.3 below)</td>
      </tr>
      <tr>
        <td class="col0">=[aeiu], ^[aeiu]</td>
        <td class="col1">long vowels in normalized Akkadian</td>
      </tr>
      <tr>
        <td class="col0">%[sahrux]</td>
        <td class="col1">language shift</td>
      </tr>
      <tr>
        <td class="col0">%e,%u,%g,%n</td>
        <td class="col1">register/writing system shift</td>
      </tr>
      <tr>
        <td class="col0">_..._</td>
        <td class="col1">encloses material is in alternate language</td>
      </tr>
    </table>
  </div>
  <h4>Compound Grapheme Conventions</h4>
  <div class="slidebody">
    <table border="1">
      <tr>
        <td class="col0">.</td>
        <td class="col1">juxtaposed signs, e.g., DU.DU <img src="signs_png/du.png" alt="du" height="25"/><img src="signs_png/du.png" alt="du" height="25"/></td>
      </tr>
      <tr>
        <td class="col0">x</td>
        <td class="col1">following sign(s) written over/within preceding
sign, e.g., GA2xAN <img src="signs_png/ga2-times-an.png" alt="ga2-times-an" height="25"/></td>
      </tr>
      <tr>
        <td class="col0">%</td>
        <td class="col1">signs are written crossed over each other
(gilimmu), e.g., GI%GI <img src="signs_png/gi-crossing-gi.png" alt="gi-crossing-gi" height="30"/></td>
      </tr>
      <tr>
        <td class="col0">&</td>
        <td class="col1">signs are written one above the other, e.g.,
DU&DU <img src="signs_png/du-over-du.png" alt="du-over-du" height="25"/> as opposed to standard DU <img src="signs_png/du.png" alt="du" height="25"/></td>
      </tr>
      <tr>
        <td class="col0">@</td>
        <td class="col1">signs are written opposing, e.g., LU@LU <img src="signs_png/lu2-opposing-lu2.png" alt="lu2-opposing-lu2" height="25"/></td>
      </tr>
      <tr>
        <td class="col0">+</td>
        <td class="col1">signs are ligatured, e.g.,
<code>|LAGAB+LAGAB|(nigin2)</code> <img src="signs_png/nigin2.png" alt="nigin2" height="25"/></td>
      </tr>
      <tr>
        <td class="col0">x4</td>
        <td class="col1">signs are written in a square, e.g., LUx4
<img src="signs_png/lu2-times-4.png" alt="lu2-times-4" height="45"/></td>
      </tr>
      <tr>
        <td class="col0">(...)</td>
        <td class="col1">grouping of signs, e.g., GA2x(ME.EN) <img src="signs_png/ga2-times-me-en.png" alt="ga2-times-me-en" height="30"/></td>
      </tr>
      <tr>
        <td class="col0">@90</td>
        <td class="col1">preceding sign is rotated 90 degrees
clockwise</td>
      </tr>
      <tr>
        <td class="col0">@180</td>
        <td class="col1">preceding sign is rotated 180 degrees clockwise
(inversum)</td>
      </tr>
      <tr>
        <td class="col0">@270</td>
        <td class="col1">preceding sign is rotated 270 degrees
clockwise</td>
      </tr>
      <tr>
        <td class="col0">@g</td>
        <td class="col1">gunu, e.g., DU@g <img src="signs_png/du-gunu.png" alt="du-gunu.png" height="25"/> as opposed to
standard DU <img src="signs_png/du.png" alt="du" height="25"/></td>
      </tr>
      <tr>
        <td class="col0">@t</td>
        <td class="col1">tenu, e.g., GAN2@t <img src="signs_png/gan2-tenu.png" alt="gan2-tenu" height="25"/></td>
      </tr>
      <tr>
        <td class="col0">@s</td>
        <td class="col1">sheshig, e.g., DU@s <img src="signs_png/du-sheshig.png" alt="du-sheshig" height="25"/></td>
      </tr>
      <tr>
        <td class="col0">@n</td>
        <td class="col1">nutillu, e.g., SAG@n <img src="signs_png/sag-nutillu.png" alt="sag-nutillu" height="25"/> as opposed to the standard SAG <img src="signs_png/sag.png" alt="sag.png" height="25"/></td>
      </tr>
      <tr>
        <td class="col0">@k</td>
        <td class="col1">kabatenu, e.g., ASZ@k <img src="signs_png/ash-kabatenu.png" alt="ash-kabatenu" height="25"/> as opposed to the standard ASZ <img src="signs_png/ash.png" alt="ash.png" height="25"/></td>
      </tr>
      <tr>
        <td class="col0">@z</td>
        <td class="col1">zidatenu, e.g., ASZ@z <img src="signs_png/ash-zidatenu.png" alt="ash-zidatenu" height="25"/></td>
      </tr>
      <tr>
        <td class="col0">@c</td>
        <td class="col1">curved, e.g., ASZ@c <img src="signs_png/ash-curved.png" alt="ash-curved" height="25"/></td>
      </tr>
      <tr>
        <td class="col0">@r</td>
        <td class="col1">vertically reflected, e.g., U@r <img src="signs_png/u-vreflected.png" alt="u-vreflected" height="25"/></td>
      </tr>
      <tr>
        <td class="col0">@h</td>
        <td class="col1">horizontally reflected, e.g., N07A@h (aka N07B)
<img src="signs_png/1-n07b.png" alt="1-n07b" height="20"/> as opposed to the standard N07A <img src="signs_png/1-n07a.png" alt="1-n07a" height="20"/></td>
      </tr>
      <tr>
        <td class="col0">@v</td>
        <td class="col1">variant, e.g., 4(ban2)@v <img src="signs_png/4ban2-variant.png" alt="4ban2-variant" height="25"/> as opposed to the standard 4(ban2)
<img src="signs_png/4ban2.png" alt="4ban2" height="25"/></td>
      </tr>
    </table>
  </div>
</div>

<d:resources>
<d:resource copy="yes" href="onepage.css"/>
<d:resource copy="yes" href="wnm.html"/>
<d:resource copy="yes" href="numref.pdf"/>
<d:resource copy="yes" href="/usr/local/share/cdl/tools/CDL/GDL/signs/du.png"/>
<d:resource copy="yes" href="/usr/local/share/cdl/tools/CDL/GDL/signs/du-over-du.png"/>
<d:resource copy="yes" href="/usr/local/share/cdl/tools/CDL/GDL/signs/nigin2.png"/>
<d:resource copy="yes" href="/usr/local/share/cdl/tools/CDL/GDL/signs/ga2-times-an.png"/>
<d:resource copy="yes" href="/usr/local/share/cdl/tools/CDL/GDL/signs/ga2-times-me-en.png"/>
<d:resource copy="yes" href="/usr/local/share/cdl/tools/CDL/GDL/signs/gi-crossing-gi.png"/>
<d:resource copy="yes" href="/usr/local/share/cdl/tools/CDL/GDL/signs/lu2-opposing-lu2.png"/>
<d:resource copy="yes" href="/usr/local/share/cdl/tools/CDL/GDL/signs/lu2-times-4.png"/>
<d:resource copy="yes" href="/usr/local/share/cdl/tools/CDL/GDL/signs/1-n07a.png"/>
<d:resource copy="yes" href="/usr/local/share/cdl/tools/CDL/GDL/signs/1-n07b.png"/>
<d:resource copy="yes" href="/usr/local/share/cdl/tools/CDL/GDL/signs/4ban2.png"/>
<d:resource copy="yes" href="/usr/local/share/cdl/tools/CDL/GDL/signs/4ban2-variant.png"/>
<d:resource copy="yes" href="/usr/local/share/cdl/tools/CDL/GDL/signs/ash-curved.png"/>
<d:resource copy="yes" href="/usr/local/share/cdl/tools/CDL/GDL/signs/ash-kabatenu.png"/>
<d:resource copy="yes" href="/usr/local/share/cdl/tools/CDL/GDL/signs/ash-zidatenu.png"/>
<d:resource copy="yes" href="/usr/local/share/cdl/tools/CDL/GDL/signs/ash.png"/>
<d:resource copy="yes" href="/usr/local/share/cdl/tools/CDL/GDL/signs/u-vreflected.png"/>
<d:resource copy="yes" href="/usr/local/share/cdl/tools/CDL/GDL/signs/du-gunu.png"/>
<d:resource copy="yes" href="/usr/local/share/cdl/tools/CDL/GDL/signs/gan2-tenu.png"/>
<d:resource copy="yes" href="/usr/local/share/cdl/tools/CDL/GDL/signs/du-sheshig.png"/>
<d:resource copy="yes" href="/usr/local/share/cdl/tools/CDL/GDL/signs/sag-nutillu.png"/>
<d:resource copy="yes" href="/usr/local/share/cdl/tools/CDL/GDL/signs/sag.png"/>
<d:resource copy="yes" href="/usr/local/share/cdl/tools/CDL/GDL/signs/mul.png"/>
<d:resource copy="yes" href="/usr/local/share/cdl/tools/CDL/GDL/signs/naga180.png"/>
<d:resource copy="yes" href="/usr/local/share/cdl/tools/CDL/GDL/signs/N01F.png"/>
</d:resources>

</d:doc>