list-content
List Content (リストの内容)
リストの種別で、通常はセマンティックに意味のある名前がついています(たとえば方程式に続く変数リストを表す “where-list”、段階を追った手続きのリストを表す “notation-list”、“procedure-list” など)。
備考
出版者の元のタグセット・モデリングに含まれる名前付き 種別のリストに関するセマンティックな情報を保持します。これは、出版者が、より一般的な要素 <list> ではなくて、そのような特別な名前付きリストを使用している場合に対応します。
この属性の可能な値には: “procedure”、“where-list” (方程式に用いる)、“synonymy”、“compound-info”、“algorithm”、“notation”、などがあります。たとえば、出版者のタグセット内のリストが、<variable-list> となっている場合、このタグセットでは次のようにタグ付けされます:
<list list-content="variable-list">...</list>
次の要素に使用: <def-list>, <list>
値 | 意味 |
---|---|
文字、数字または特殊文字 | 名前付きリスト種別のためのリスト種別、たとえば、しばしば方程式の後に続く変数のリストであれば、“where-list”、段階を追った手続きのリストであれば、“notation” または “procedure-list”、“step-list” など。 |
制限 | @list-content は任意属性です; 既定値はありません。 |
用例
... <list id="g387" list-type="order" list-content="procedure-list" prefix-word="Step "> ... <list-item><p>Attach the other red jumper cable clamp to the working battery's positive terminal.</p></list-item> </list> <graphic xlink:href="warning.jpg"/> <list continued-from="g387" list-type="order" list-content="procedure-list" prefix-word="Step "> <list-item><p>Attach one black jumper cable clamp to the working battery's negative terminal.</p></list-item> <list-item><p>Attach the other black jumper cable clamp to a clean metal surface on the disabled vehicle.</p></list-item> ...</list> ...