<monospace>
Monospace Text (Typewriter Text) (等幅テキスト (タイプライター・テキスト))
courier など、ノン・プロポーショナル・フォントで現れるべきテキストをマークするために使用されます。
備考
<monospace> は、コンピュータコードの断片、パラメータ、演算子など、他のテキストと同一行内で並んでいる等幅テキストの単語だけに使います。ブロックになっている等幅テキストで、特にスペースや改行も保存する必要がある場合は、汎用のブロック構造要素 <preformat> (ASCIIアート、マン・マシン・ダイアログ、または詩の書式を保持できる)、または意味的に明示的な要素 <code> (スクリプトまたはコンピュータのコーディング例を保持する) を用います。
コンテンツ・モデル
<!ELEMENT monospace (#PCDATA %emphasized-text;)* >
拡張コンテンツ・モデル
(#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)*
記述方法
以下のあらゆる組合せ:
- 文字、数字または特殊文字
- リンク要素
- <inline-supplementary-material> (行内補助資料メタデータ)
- 関連素材要素
- 強調要素
- <alternatives> (代替処理法)
- 行内表示要素
- <chem-struct> (化学構造 (表示))
- <inline-formula> (行内数式)
- 数式要素
- その他の行内要素
- <fn> (脚注)
- <target> (内部リンク先)
- <xref> (相互参照)
- 基準線変更要素
この要素は以下の要素内に含むことができます:
<addr-line>, <aff>, <alt-title>, <article-title>, <attrib>, <award-id>, <bold>, <chapter-title>, <chem-struct>, <code>, <collab>, <comment>, <compound-kwd-part>, <compound-subject-part>, <conf-theme>, <copyright-statement>, <corresp>, <data-title>, <def-head>, <disp-formula>, <element-citation>, <ext-link>, <fixed-case>, <funding-source>, <funding-statement>, <gov>, <inline-formula>, <inline-supplementary-material>, <italic>, <kwd>, <label>, <license-p>, <meta-value>, <mixed-citation>, <monospace>, <named-content>, <on-behalf-of>, <overline>, <p>, <part-title>, <preformat>, <price>, <product>, <rb>, <related-article>, <related-object>, <role>, <roman>, <sans-serif>, <sc>, <series>, <series-text>, <series-title>, <sig>, <sig-block>, <source>, <std>, <strike>, <styled-content>, <sub>, <subject>, <subtitle>, <sup>, <supplement>, <target>, <td>, <term>, <term-head>, <textual-form>, <th>, <title>, <trans-source>, <trans-subtitle>, <trans-title>, <underline>, <verse-line>, <xref>
用例
... <p>... An example of one tag and its anti-tag complement is shown below:</p> <p> <monospace>5′-TACT.TTAC.ACAT.ATCA.CTTT.CTTT.CAAA.AATC-3′ </monospace> </p> <p> <monospace>3′-ATGA.AATG.TGTA.TAGT.GAAA.GAAA.GTTT.TTAG-5′</monospace> </p> <p>Because of the words used to construct the tag repertoire ...</p> ...