<ex>
<ex> (editorial expansion) contains a sequence of letters added by an editor or transcriber when expanding an abbreviation. [11.3.1.2. Abbreviation and Expansion] | |
Module | transcr |
Attributes |
|
Member of | |
Contained by | core: abbr add addrLine author bibl biblScope choice citedRange corr date del desc distinct editor email emph expan foreign gloss head headItem headLabel hi item l label measure meeting mentioned name note num orig p pubPlace publisher q quote rb ref reg resp rs rt said sic soCalled speaker stage street term textLang time title unit header: authority catDesc change classCode creation distributor edition extent funder geoDecl handNote language licence principal rendition scriptNote sponsor tagUsage msdescription: accMat acquisition additions catchwords collation collection colophon condition custEvent decoNote explicit filiation finalRubric foliation heraldry incipit institution layout material 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 objectName offset orgName persName persPronouns placeName region roleName settlement surname textstructure: dateline docAuthor docDate docEdition docImprint |
May contain | gaiji: g character data |
Example | The address is Southmoor <choice> <expan>R<ex>oa</ex>d</expan> <abbr>Rd</abbr> </choice> |
Schematron | <sch:rule context="tei:ex"> <sch:report test="not(ancestor::tei:expan)">ex should only appear inside expan</sch:report> <sch:report test="parent::tei:abbr">ex should not be a child of abbr</sch:report> </sch:rule> |
Content model | <content> |
Schema Declaration | element ex { tei_att.global.attributes, tei_att.editLike.attributes, tei_att.dimensions.attributes, tei_macro.xtext } |