<underline-start>
Underline Start
Milestone indicating the start of underlined text.
Remarks
The <underline-start> and <underline-end> elements enable creation of underlines in content, most commonly in mathematical content, where a
normal underline element (<underline>) would break the XML well-formedness rule that no two elements may overlap. The <underline-start> and <underline-end> elements act as milestone tags marking the
start and end of underlining that may extend across element boundaries. The underline 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 the be overlined and the text “CD” is to be underlined, ordinary underlining with <underline> would create invalid tag overlap. The text could be correctly tagged, using the <underline-start> and <underline-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.
Content Model
<!ELEMENT underline-start 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>, <code>, <collab>, <comment>, <compound-kwd-part>, <compound-subject-part>, <conf-acronym>, <conf-date>, <conf-loc>, <conf-name>, <conf-num>, <conf-sponsor>, <conf-theme>, <copyright-statement>, <corresp>, <data-title>, <date-in-citation>, <def-head>, <degrees>, <disp-formula>, <edition>, <element-citation>, <email>, <etal>, <ext-link>, <fax>, <fixed-case>, <funding-source>, <funding-statement>, <given-names>, <gov>, <history>, <inline-formula>, <inline-media>, <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>, <rb>, <related-article>, <related-object>, <resource-name>, <role>, <roman>, <sans-serif>, <sc>, <see>, <see-also>, <self-uri>, <series>, <series-text>, <series-title>, <sig>, <sig-block>, <source>, <speaker>, <std>, <std-organization>, <strike>, <string-conf>, <string-date>, <string-name>, <styled-content>, <sub>, <subject>, <subtitle>, <suffix>, <sup>, <supplement>, <support-source>, <surname>, <target>, <td>, <term>, <term-head>, <textual-form>, <th>, <title>, <trans-source>, <trans-subtitle>, <trans-title>, <underline>, <unstructured-kwd-group>, <uri>, <verse-line>, <version>, <volume>, <volume-id>, <volume-series>, <x>, <xref>
Example
No sample is available at this time.