<overline-end>

Overline End

The end of a milestone-created overline

Remarks

The <overline-start> and <overline-end> elements act as milestone tags marking the start and end of overlining that may extend across element boundaries. This element is for use mostly within mathematics, in situations where ordinary MathML underline and overline functions are inadequate.

The <overline-start> and <overline-end> elements enable creation of overlining in content, most commonly in mathematical content, where a normal <overline> tag (<overline>) would break the XML well-formedness rule that no two elements may overlap. The overline created using these two elements can have arbitrary start and end points because the start and end elements are paired through the use of the unique identifiers (IDs), not as the start and end of a single element. For example, in the text “ABCD”, if the text “ABC” is to be overlined and the text “CD” is to be underlined, ordinary overlining with <overline> would create invalid tag overlap. The text could be correctly tagged, using the <overline-start> and <overline-end> elements as:

 <overline-start id="ov1"/>AB
 <underline-start id="ul1"/>C
 <overline-end rid="ov1"/>D
 <underline-end rid="ul1"/>
 

Conversion Note: For users of Elsevier Tag Sets, this pair of elements can be used to translate the similar Elsevier elements, as the intended functionality is the same.

Attribute

rid Reference to an Identifier

Related Elements

The <overline> is used for ordinary overlining. For special overlines, involving problems with element overlap, use the milestone elements <overline-start> and <overline-end>.

When a milestone overlining technique is used, the start of the overline will be marked by an <overline-start> element and the end of the overline will be marked by an <overline-end> element.

Content Model

<!ELEMENT  overline-end EMPTY                                        >

Description

This is an EMPTY element

This element may be contained in:

<abbrev>, <abbrev-journal-title>, <addr-line>, <aff>, <alt-title>, <anonymous>, <article-title>, <attrib>, <award-id>, <bold>, <chapter-title>, <chem-struct>, <collab>, <comment>, <compound-kwd-part>, <conf-acronym>, <conf-loc>, <conf-name>, <conf-num>, <conf-sponsor>, <conf-theme>, <copyright-statement>, <corresp>, <date-in-citation>, <def-head>, <degrees>, <disp-formula>, <edition>, <element-citation>, <email>, <etal>, <ext-link>, <fax>, <funding-source>, <funding-statement>, <given-names>, <gov>, <history>, <inline-formula>, <inline-supplementary-material>, <institution>, <issue>, <issue-part>, <issue-sponsor>, <issue-title>, <italic>, <journal-subtitle>, <journal-title>, <kwd>, <label>, <license-p>, <meta-name>, <meta-value>, <mixed-citation>, <monospace>, <named-content>, <on-behalf-of>, <overline>, <p>, <part-title>, <patent>, <phone>, <prefix>, <preformat>, <price>, <product>, <publisher-loc>, <publisher-name>, <related-article>, <related-object>, <role>, <roman>, <sans-serif>, <sc>, <self-uri>, <series>, <series-text>, <series-title>, <sig>, <sig-block>, <source>, <speaker>, <std>, <strike>, <string-conf>, <string-date>, <string-name>, <styled-content>, <sub>, <subject>, <subtitle>, <suffix>, <sup>, <supplement>, <surname>, <target>, <td>, <term>, <term-head>, <textual-form>, <th>, <title>, <trans-source>, <trans-subtitle>, <trans-title>, <underline>, <unstructured-kwd-group>, <uri>, <verse-line>, <volume>, <volume-id>, <volume-series>, <x>, <xref>

Example

No sample is available at this time.

Module

format3.ent