<roman>

Roman

Used to mark text that should remain in roman script no matter what style the surrounding text takes on.

Attributes

id Document Internal Identifier
specific-use Specific Use
toggle Toggle Switch
xml:base Base

Content Model

<!ELEMENT  roman        (#PCDATA %emphasized-text;)*                 >

Expanded Content Model

(#PCDATA | email | ext-link | uri | inline-supplementary-material | related-article | related-object | bold | fixed-case | italic | monospace | overline | roman | sans-serif | sc | strike | underline | ruby | alternatives | inline-graphic | private-char | chem-struct | inline-formula | tex-math | mml:math | abbrev | milestone-end | milestone-start | named-content | styled-content | fn | target | xref | sub | sup)*

Description

This element may be contained in:

Example

...
<sec>
<title>Seasonal Variations of <roman>CO</roman>, <roman>N<sub>2</sub>O</roman>,
and <roman>CO<sub>2</sub></roman></title>
<p>Recent evidence supports the premise that concentrations of major greenhouse
gases vary ...</p>
...
</sec>
...