<chem-struct-wrap>
Chemical Structure Wrapper
Wrapper element for a chemical expression, reaction, equation, etc. that is set apart from the text; this element includes any number, label, or caption that accompanies the chemical expression.
Remarks
A <chem-struct-wrap> may be numbered, programmatically by a formatting application or by preserving the number inside a <label> element.
The chemical expressions inside this element may be formally tagged as <chem-struct> elements or merely expressed as one or more display objects.
Position: The @position attribute may be used to indicate whether this element must be anchored at its exact location within the text or whether it may float, for example, to the top of the next page, into the next column, to the end of a logical file, or within a separate window.
Attributes
Model Description
The following, in order:
- <editing-instruction> Editing Instruction, zero or more
- <object-id> Object Identifier, zero or more
- <label> Label of a Figure, Reference, Etc., zero or one
- <caption> Caption of a Figure, Table, Etc., zero or one
- Any combination of:
- Accessibility Elements
- External Linking Elements
- One or more of any of:
- Any combination of:
- Ownership Elements
This element may be contained in:
<ack>, <app>, <app-group>, <bio>, <body>, <boxed-text>, <disp-quote>, <fig>, <glossary>, <index>, <index-div>, <index-group>, <license-p>, <named-content>, <non-normative-example>, <non-normative-note>, <normative-example>, <normative-note>, <notes>, <p>, <ref-list>, <sec>, <styled-content>, <supplementary-material>, <table-wrap>, <term-display>, <term-sec>
Example
...
<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>
...