<eg>
<eg> (example) 例を示す. 22.4.4 Element Specifications 22.4.5 Attribute List Specification | |
モジュール | tagdocs — 22 Documentation Elements |
属性 | att.xmlspace (@xml:space) |
当該モジュールを使用するもの | |
下位 | 文字データのみ |
宣言 |
element eg { att.global.attributes, att.xmlspace.attributes, text } |
例 | <p>The <gi>term</gi> element is declared using the following syntax: <eg><![CDATA[<!ELEMENT term (%phrase.content;)>]]</eg> </p> |
解説 |
当該例としてXMLデータを含む場合には,その部分をCDATAセクションにす
るか,またはタグ区切子を文字エンティティ参照で示す必要がある.
当該例が整形式XMLである場合,例は要素egXMLで示した方がよ
い.
|