<verse-line>
Line of a Verse (韻文の1 行)
詩または韻文の1 行。
コンテンツ・モデル
<!ELEMENT verse-line (#PCDATA %verse-line-elements;)* >
拡張コンテンツ・モデル
(#PCDATA | bold | fixed-case | italic | monospace | overline | roman | sans-serif | sc | strike | underline | ruby | alternatives | inline-graphic | private-char | chem-struct | inline-formula | abbrev | milestone-end | milestone-start | named-content | styled-content | sub | sup | fn | target | xref)*
記述方法
以下のあらゆる組合せ:
- 文字、数字または特殊文字
- 強調要素
- <alternatives> (代替処理法)
- 行内表示要素
- <chem-struct> (化学構造 (表示))
- <inline-formula> (行内数式)
- その他の行内要素
- 基準線変更要素
- <fn> (脚注)
- <target> (内部リンク先)
- <xref> (相互参照)
この要素は以下の要素内に含むことができます:
用例
... <sec> <title>Buy or Lease?<break/> Two Models for Scholarly Information<break/> at the End (or the Beginning) of an Era</title> <verse-group> <verse-line>Some say the world will end in fire,</verse-line> <verse-line>Some say in ice.</verse-line> <verse-line>From what I’ve tasted of desire</verse-line> <verse-line>I hold with those who favor fire.</verse-line> <verse-line>But if it had to perish twice,</verse-line> <verse-line>I think I know enough of hate</verse-line> <verse-line>To say that for destruction ice</verse-line> <verse-line>Is also great</verse-line> <verse-line>And would suffice.</verse-line> <attrib>—Robert Frost “Fire and Ice”</attrib> </verse-group> <p>Within living memory, our use of print (static) information has been governed by copyright law and the practices that have evolved around it. Enter electronic information, where publishers deliver it with licenses and new rules, a very different framework from copyright ...</p> </sec> ...