<chem-struct>
Chemical Structure (Display)
Chemical expression, reaction, equation, etc. that is set apart within the text.
Remarks
This element accommodates chemical reactions expressed in many ways: as text with
emphasis tags, subscripts, and superscripts; as a preformatted area (<preformat>); as an included graphic; etc. The linking attributes may also be used to point to an external source such as a URI.
Display/Formatting Note: A chemical structure is assumed to be anchored at its position within the text.
Attributes
Model Description
Any combination of:
- Text, numbers, or special characters
- Accessibility Elements
- External Linking Elements
- <break> Line Break
- Emphasis Elements
- <label> Label of a Figure, Reference, Etc.
- Inline Display Elements
- Lists
- Math Elements
- <named-content> Named Special (Subject) Content
- <styled-content> Styled Special (Subject) Content
- <alternatives> Alternatives For Processing
- <array> Array (Simple Tabular Array)
- <code> Code Text
- <graphic> Graphic
- <media> Media Object
- <preformat> Preformatted Text
- <fn> Footnote
- <target> Target of an Internal Link
- <tbx:entailedTerm> Entailed Term
- <xref> X(cross) Reference
- Baseline Change Elements
This element may be contained in:
<addr-line>, <alternatives>, <alt-title>, <article-title>, <attrib>, <award-id>, <bold>, <chem-struct-wrap>, <collab>, <comment>, <compl>, <compound-kwd-part>, <compound-subject-part>, <def-head>, <disp-formula>, <element-citation>, <fixed-case>, <full>, <funding-source>, <inline-formula>, <intro>, <italic>, <label>, <license-p>, <main>, <meta-value>, <mixed-citation>, <monospace>, <named-content>, <overline>, <p>, <related-term>, <roman>, <sans-serif>, <sc>, <see>, <see-also>, <see-also-entry>, <see-entry>, <strike>, <styled-content>, <sub>, <subject>, <subtitle>, <sup>, <supplement>, <td>, <term>, <term-head>, <th>, <title>, <trans-subtitle>, <trans-title>, <underline>, <verse-line>
Example 1
...
<p>... Each mL of 0.1 N perchloric acid is equivalent to 20.12 mg
of <chem-struct>C<sub>4</sub>H<sub>4</sub>KNO<sub>4</sub>S</chem-struct>.</p>
...
Example 2
...
<chem-struct-wrap>
<caption>
<title>Acesulfame K<break/>
6-Methyl-1,2,3-oxathiazine-4(3H)-one-2,2
Dioxide Potassium Salt</title>
<p>...</p>
</caption>
<alternatives>
<graphic xmlns:xlink="http://www.w3.org/1999/xlink"
xlink:href="mul1235456"/>
<chem-struct>C<sub>4</sub>H<sub>4</sub>KNO<sub>4</sub>S</chem-struct>
...
</alternatives>
</chem-struct-wrap>
...