Test Numbers
Editor: Michaël Meyer.
Identifier: DHARMA_INSTestNum.
Language: Sanskrit.
Repository: Test Repository (test).
<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="/home/michael/dharma/schemas/inscription.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
<?xml-model href="/home/michael/dharma/schemas/inscription.rng" type="application/xml" schematypens="http://purl.oclc.org/dsdl/schematron"?>
<TEI xmlns="http://www.tei-c.org/ns/1.0" xml:lang="eng">
<teiHeader>
<fileDesc>
<titleStmt>
<title>Test Numbers</title>
<respStmt>
<resp>so many</resp>
<persName ref="part:mime">
<forename>Michaël</forename>
<surname>Meyer</surname>
</persName>
</respStmt>
</titleStmt>
<publicationStmt>
<authority>DHARMA</authority>
<pubPlace>Paris</pubPlace>
</publicationStmt>
<sourceDesc>
<msDesc>
<msIdentifier>
<repository>DHARMAbase</repository>
<idno/>
</msIdentifier>
</msDesc>
</sourceDesc>
</fileDesc>
</teiHeader>
<text xml:space="preserve"><body>
<div type="edition" xml:lang="san">
<p>
<!-- These should not bear a tooltip, because it would be useless:
#1 contains a series of digits (instead of, say, a word), so
the user can tell it's a numeral
#2 has the same value as the text of the node, so the tooltip would
just provide the same info. -->
<num>20</num>
<num value="20">20</num>
<!-- The following should bear a tooltip, because:
#1 contains a word instead of digits
#2 has a value different from the node's text
#3 and #4 have @cert='low' -->
<num>num</num>
<num value="20">num</num>
<num cert="low">20</num>
<num value="20" cert="low">20</num>
<num value="200">num</num>
<num atLeast="200">num</num>
<num atMost="200">num</num>
<num atLeast="200" atMost="300">num</num>
<num value="200" cert="low">num</num>
<num atLeast="200" cert="low">num</num>
<num atMost="200" cert="low">num</num>
<num atLeast="200" atMost="300" cert="low">num</num>
</p>
</div>
</body></text>
</TEI>