Beispiel: <certainty>
These search results reproduce every example of the use of <certainty> in the Guidelines, including all localised and translated versions. In some cases, the examples have been drawn from discussion of other elements in the Guidelines and illustrating the use of <certainty> is not the main focus of the passage in question. In other cases, examples may be direct translations of each other, and hence identical from the perspective of their encoding.
21 Certainty, Precision, and Responsibility
21.1.2 Structured Indications of Uncertainty
<placeName xml:id="CE-pl1">Essex</placeName>.
<!-- ... elsewhere in the document ... -->
<certainty target="#CE-pl1" locus="name">
<desc>possibly not a placename</desc>
</certainty>
21.1.2 Structured Indications of Uncertainty
<!-- ... --><certainty target="#CE-pl1" locus="name" degree="0.6"/>
21.1.2 Structured Indications of Uncertainty
<!-- ... --><certainty target="#CE-pl1" locus="name" degree="0.6">
<desc>probably a placename, but possibly not</desc>
</certainty>
<certainty
target="#CE-pl1"
locus="name"
degree="0.4"
assertedValue="persName">
<desc>may refer to the Earl of Essex</desc>
</certainty>
21.1.2 Structured Indications of Uncertainty
<placeName>Essex
<certainty locus="name" degree="0.6"/>
</placeName>.
21.1.2.1 Contingent conditions
She had always liked <placeName xml:id="CE-PL2">Essex</placeName>.
<!-- ... -->
<!-- 60% chance that P1 is a placename, 40% chance a personal name. -->
<certainty
xml:id="cert-1"
target="#CE-PL1"
locus="name"
degree="0.6">
<desc>probably a placename, but possibly not"</desc>
</certainty>
<certainty
xml:id="cert-2"
target="#CE-PL1"
locus="name"
assertedValue="persName"
degree="0.4">
<desc>may refer to the Earl of Essex"</desc>
</certainty>
<!-- 60% chance that P2 is a placename, 40% chance a personal name. 100% chance that it agrees with P1. -->
<certainty
target="#CE-PL2"
locus="name"
given="#cert-1"
degree="1.0">
<desc>if CE-PL1 is a placename, CE-PL2 certainly is"</desc>
</certainty>
<certainty
target="#CE-PL2"
locus="name"
assertedValue="persName"
degree="1.0"
given="#cert-2">
<desc>if CE-PL1 is a personal name, then so is CE-PL2</desc>
</certainty>
21.1.2.1 Contingent conditions
<certainty
xml:id="cert1"
target="#CE-p2"
locus="name"
degree="0.6"/>
<certainty
target="#CE-p2"
locus="start"
given="#cert1"
degree="0.9"/>
<certainty
xml:id="cert2"
target="#CE-p2"
locus="name"
assertedValue="placeName"
degree="0.4"/>
<certainty
target="#CE-p2"
locus="start"
given="#cert2"
degree="0.5"/>
<certainty
xml:id="cert3"
target="#CE-p2"
locus="start"
assertedValue="#CE-a1"
given="#cert1"
degree="0.1"/>
<certainty
xml:id="cert4"
target="#CE-p2"
locus="start"
assertedValue="#CE-a1"
given="#cert2"
degree="0.5"/>
21.1.2 Structured Indications of Uncertainty
21.1.2 Structured Indications of Uncertainty
<p>.....</p>
</div>
<div>
<certainty locus="name" degree="0.3" match=".//persName"/>
</div>
21.1.2 Structured Indications of Uncertainty
21.1.2 Structured Indications of Uncertainty
<!-- ... -->
<certainty match=".//my:*" locus="value" degree="0.9"/>
</div>
21.1.2 Structured Indications of Uncertainty
<certainty target="#CE-p3" locus="value" degree="0.5"/>
21.1.2 Structured Indications of Uncertainty
<choice>
<expan xml:id="CE-e1">Standard
Generalized Markup Language</expan>
<expan xml:id="CE-e40">Some Grandiose Methodology for Losers</expan>
<abbr>SGML</abbr>
</choice> ...
<!-- ... -->
<certainty target="#CE-e1" locus="value" degree="0.9"/>
<certainty target="#CE-e40" locus="value" degree="0.5"/>
21.1.2 Structured Indications of Uncertainty
<certainty
target="#CE-P3"
locus="value"
assertedValue="gun"
degree="0.8">
<desc>a gun makes more sense in a holdup</desc>
</certainty>
21.1.2 Structured Indications of Uncertainty
<certainty
target="#CE-u1"
match="@who"
locus="value"
degree="0.5"/>
21.1.2 Structured Indications of Uncertainty
</u>
21.1.2 Structured Indications of Uncertainty
21.1.2 Structured Indications of Uncertainty
target="#a101"
match="p"
locus="location"
degree="0.2"/>
21.1.2 Structured Indications of Uncertainty
<certainty match="@resp" locus="value" degree="0.2"/>
</persName>
21.1.2 Structured Indications of Uncertainty
21.1.2 Structured Indications of Uncertainty
target="#dd001"
match="@resp"
locus="value"
degree="0.2"/>
21.1.2 Structured Indications of Uncertainty
target="#ESX"
locus="name"
assertedValue="placeName"
cert="low">
<desc>It is unlikely, but possible, that this refers to the place rather than the person.</desc>
</certainty>
target="#fr_ESX"
locus="name"
assertedValue="place"
degree="0.2"/>
<persName xml:id="SYB">Saybrook</persName>.
<certainty
xml:id="c1"
target="#SYB"
locus="name"
degree="0.6"/>
<certainty
target="#SYB"
locus="start"
given="#c1"
degree="0.9"/>
<certainty
xml:id="C-c2"
target="#SYB"
locus="name"
assertedValue="persName"
degree="0.4"/>
<certainty
target="#SYB"
locus="start"
given="#C-c2"
degree="0.5"/>
<certainty
target="#SYB"
locus="start"
assertedValue="#a1"
given="#c1"
degree="0.5"/>
<persName xml:id="fr_SYB">Saybrook</persName>.
<certainty
xml:id="fr_c1"
target="#fr_SYB"
locus="name"
degree="0.6"/>
<certainty
target="#fr_SYB"
locus="start"
given="#c1"
degree="0.9"/>
<certainty
xml:id="fr_C-c2"
target="#fr_SYB"
locus="name"
assertedValue="persName"
degree="0.4"/>
<certainty
target="#fr_SYB"
locus="start"
given="#C-c2"
degree="0.5"/>
<certainty
target="#fr_SYB"
locus="start"
assertedValue="#a1"
given="#c1"
degree="0.5"/>
<certainty target="#zh-tw_JZZ" locus="name" degree="0.6"/>
<certainty
target="#zh-tw_JZZ"
locus="name"
assertedValue="placeName"
degree="0.4"/>
<certainty
xml:id="zh-tw_c1"
target="#zh-tw_lin"
locus="name"
degree="0.8"/>
<certainty
target="#zh-tw_lin"
given="#c1"
locus="start"
degree="0.9"/>
<certainty
xml:id="zh-tw_c2"
target="#zh-tw_lin"
locus="name"
assertedValue="placeName"
degree="0.2"/>
<certainty
target="#zh-tw_lin"
given="#c2"
locus="start"
degree="0.1"/>
<certainty
target="#zh-tw_lin"
given="#c2"
locus="start"
assertedValue="#a1"
degree="0.9"/>
1 The TEI Infrastructure
to <persName xml:id="ESSEX">Essex</persName>
<certainty target="#ESSEX" locus="name" degree="0.6"/>
<certainty match="parent::tei:gap/@reason" locus="value" cert="low"/>
</gap>
11 Representation of Primary Sources
11.3.2.2 Hand, Responsibility, and Certainty Attributes
<corr xml:id="c117">wright</corr>
<sic>wight</sic>
</choice>
<certainty target="#c117" locus="value" degree="0.7"/>
<respons target="#c117" locus="value" resp="#ETD"/>
by law — hindered a man's proceedings who <hi xml:id="cstart1" rend="underline">had
obtained all the letters to Mr Boyd</hi>
<!-- ... -->
<certainty target="#cstart1" locus="start" degree="0.70">
<desc>may begin with previous word</desc>
</certainty>