<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> 要素を表現できます。

関連要素

化学反応や他の化学構造の表現は、<chem-struct> 要素の中で表現できます。関連要素 <chem-struct-wrap> は、例えば、化学反応とそのキャプションの両方、または 3 つの関連する化学表現の両方を保持する外部ラッパーです。

属性

コンテンツ・モデル

<!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)*

記述方法

この要素は以下の要素内に含むことができます:

用例

...
<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> &plus;
6 O<sub>2</sub> &xrarr; 6 CO<sub>2</sub> &plus; 6 H<sub>2</sub>O
</chem-struct>

</alternatives>
</chem-struct-wrap>
...