<chem-struct>
Chemical Structure (Display) (化学構造 (表示))
文中で分けて表示されている化学的表現、反応、化学反応式など。
備考
この要素は、多くの方法で表現された化学反応にも対応します: 強調タグ、下付き文字、上付き文字; フォーマット済テキスト (<preformat>); 画像などが使えます。リンク属性により、URI などの外部ソースを指すこともできます。
表示/書式設定上の注意点: 化学構造は、テキスト内のその位置に固定されていると仮定されています。
過去の版との相違点: この要素 (<chem-struct>) は、このタグセットの以前の版から大幅に変更されました。現在の NISO JATS のタグは、最後の NLM 版と後方互換性がありますが、それより前の版とは互換性がありません。具体的には、以前の版では <chem-struct> 要素は <app>, <app-group>, <body>, <boxed-text>, <disp-quote>, <fig>, <glossary>, <notes>, <ref-list>, <sec>, <supplementary-material>, <table-wrap> でも使用できましたが、今はその場合は <chem-struct-wrap> 要素に置き換えられています。
<license-p>, <named-content>, <p>, <styled-content> 要素に限って <chem-struct> または <chem-struct-wrap> のどちらも使えます。
Elsevier から変換上の注意点: Elsevier タグセットのユーザーの場合、リストクラス要素を使用して、化学構造内に <compound-info> 要素を表現できます。
属性
コンテンツ・モデル
<!ELEMENT chem-struct %chem-struct-model; >
拡張コンテンツ・モデル
(#PCDATA | alt-text | long-desc | email | ext-link | uri | break | bold | fixed-case | italic | monospace | overline | roman | sans-serif | sc | strike | underline | ruby | label | def-list | list | tex-math | mml:math | named-content | styled-content | alternatives | array | code | graphic | media | preformat | fn | target | xref | sub | sup)*
記述方法
以下のあらゆる組合せ:
- 文字、数字または特殊文字
- アクセシビリティ要素
- リンク要素
- <break> (改行)
- 強調要素
- <label> ((等式、図、参考文献などの) ラベル)
- リスト
- 数式要素
- <named-content> (名前付特別 (主題) コンテンツ)
- <styled-content> (装飾された特別(主題)コンテンツ)
- <alternatives> (代替処理法)
- <array> (配列 (単純表))
- <code> (コード)
- <graphic> (画像)
- <media> (メディア・オブジェクト)
- <preformat> (フォーマット済テキスト)
- <fn> (脚注)
- <target> (内部リンク先)
- <xref> (相互参照)
- 基準線変更要素
この要素は以下の要素内に含むことができます:
<addr-line>, <alternatives>, <alt-title>, <article-title>, <attrib>, <award-id>, <bold>, <chem-struct-wrap>, <collab>, <comment>, <compound-kwd-part>, <compound-subject-part>, <conf-theme>, <def-head>, <disp-formula>, <element-citation>, <fixed-case>, <funding-source>, <inline-formula>, <italic>, <label>, <license-p>, <meta-value>, <mixed-citation>, <monospace>, <named-content>, <overline>, <p>, <product>, <roman>, <sans-serif>, <sc>, <strike>, <styled-content>, <sub>, <subject>, <subtitle>, <sup>, <supplement>, <td>, <term>, <term-head>, <th>, <title>, <trans-subtitle>, <trans-title>, <underline>, <verse-line>
用例
...
<chem-struct-wrap>
<caption>
<p>Chemical equation for the oxidation of glucose into
cardon dioxide and water. Unlike combustion, metabolic
pathways involving glycolysis and respiration control
the release of energy during oxidation, thereby permitting
its storage in ATP molecules. This slow release of energy
via chain reactions with multiple steps can be grouped
into four stages.</p>
</caption>
<alternatives>
<graphic xmlns:xlink="http://www.w3.org/1999/xlink"
xlink:href="pq0209587032" specific-use="internet"/>
<chem-struct>C<sub>6</sub>H<sub>12</sub>O<sub>6</sub> +
6 O<sub>2</sub> ⟶ 6 CO<sub>2</sub> + 6 H<sub>2</sub>O
</chem-struct>
</alternatives>
</chem-struct-wrap>
...