<precision>
<precision> indicates the numerical accuracy or precision associated with some aspect of the text markup. [21.2. Indications of Precision] | |||||||||||||||||||||||
Module | certainty | ||||||||||||||||||||||
Attributes |
| ||||||||||||||||||||||
Member of | |||||||||||||||||||||||
Contained by | core: abbr add addrLine address author bibl biblScope cit citedRange corr date del distinct editor email emph expan foreign gap gloss head headItem headLabel hi imprint item l label lg list measure mentioned name note num orig p pubPlace publisher q quote rb ref reg resp rs rt said series sic soCalled sp speaker stage street term textLang time title unit header: authority change classCode distributor edition extent funder geoDecl handNote language licence principal scriptNote sponsor msdescription: accMat acquisition additions catchwords collation collection colophon condition custEvent decoNote explicit filiation finalRubric foliation heraldry incipit institution layout material msItem musicNotation objectType origDate origPlace origin provenance repository rubric secFol signatures source stamp summary support surrogates typeNote watermark namesdates: addName birth bloc country death district eventName floruit forename genName gender geogFeat geogName location objectName offset orgName persName persPronouns person personGrp persona placeName region roleName settlement state surname textstructure: back body dateline div docAuthor docDate docEdition docImprint docTitle epigraph floatingText front group text | ||||||||||||||||||||||
May contain | |||||||||||||||||||||||
Example | <date xml:id="date001" notBefore="0014" notAfter="0064">Within about 50 years of the death of Augustus</date> <precision target="#date001" match="@notBefore" precision="high"/> <precision target="#date001" match="@notAfter" precision="low"/> | ||||||||||||||||||||||
Example | <date notBefore="1632" notAfter="1642">Not more than ten years before the start of the Civil War <precision match="@notBefore" precision="low"/> <precision match="@notAfter" precision="high"/> </date> | ||||||||||||||||||||||
Content model | <content> | ||||||||||||||||||||||
Schema Declaration | element precision { tei_att.global.attributes, tei_att.scoping.attributes, tei_att.ranging.attributes, tei_att.datable.attributes, attribute calendar { list { teidata.pointer+ } }?, attribute precision { teidata.certainty }?, attribute stdDeviation { teidata.numeric }?, ( tei_model.descLike | tei_model.certLike )* } |