<chem-struct-wrap>

Chemical Structure Wrapper (化学構造ラッパー)

文中で分けて表示されている化学的表現、反応、化学反応式などのラッパー要素で、化学的表現に付随する全ての数字、ラベル、キャプションなどを含みます。

備考

<chem-struct-wrap> は、プログラムによって、書式設定アプリケーションによって、または番号を <label> 要素内に保存することによって、番号付けされます。
この要素の内部の化学式は、正式に <chem-struct> 要素としてタグ付けされるか、または単に 1 つまたは複数の表示オブジェクトとして表現されます。
位置: @position 属性は、この要素をテキスト内の正確な位置に固定する必要があるかどうか、または、たとえば次のページの先頭、次の段の最後、ファイルの最後、あるいは別ウィンドウまで浮動できるかどうかを示すために使用できます。
過去の版との相違点: この要素 (<chem-struct-wrap>) は、このタグセットの以前の版から大幅に変更されました。現在の NISO JATS のタグは、最後の NLM 版と後方互換性がありますが、それより前の版とは互換性がありません。具体的には、<chem-struct-wrap> 要素は、廃止された <chem-struct-wrapper> 要素を置き換えます。

関連要素

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

コンテンツ・モデル

<!ELEMENT  chem-struct-wrap
                        %chem-struct-wrap-model;                     >

拡張コンテンツ・モデル

((object-id)*, label?, (caption)?, (abstract)*, (kwd-group)*, (alt-text | long-desc | email | ext-link | uri)*, (alternatives | chem-struct | code | graphic | media | preformat | textual-form)+, (attrib | permissions)*)

用例

...
<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>
...