Example: <precision>

These search results reproduce every example of the use of <precision> 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 <precision> 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


<precision>

<date xml:id="date001notBefore="0014"
 notAfter="0064">
Within about 50
years of the death of Augustus</date>
<precision target="#date001"
 match="@notBeforeprecision="high"/>

<precision target="#date001"
 match="@notAfterprecision="low"/>
Show all ⚓︎

<precision>

<date notBefore="1632notAfter="1642">Not more than ten years before the start of the Civil War
<precision match="@notBefore"
  precision="low"/>

 <precision match="@notAfter"
  precision="high"/>

</date>
Show all ⚓︎

21.2 Indications of Precision

<date xml:id="d001notBefore="0014"
 notAfter="0064">
About 50
years after the death of Augustus</date>
<precision target="#d001match="@notAfter"
 precision="low"/>

<precision target="#d001"
 match="@notBeforeprecision="high"/>
⚓︎

21.2 Indications of Precision

<residence from="1857-03-01"
 notAfter="1857-04-30">
From the 1st of March to
some time in April of 1857.
<precision match="@notAfter"
  precision="medium"/>

</residence>
⚓︎

21.2 Indications of Precision

<width xml:id="w00tatLeast="10"
 atMost="30unit="cmscope="all"/>

<precision target="#w00tmatch="@atMost"
 precision="low"/>
bibliography ⚓︎

21.2 Indications of Precision

<dim xml:id="dim1type="avgLineLength"
 unit="charsquantity="62.4"/>

<precision target="#dim1stdDeviation="4"/>
bibliography ⚓︎