<chem-struct-wrap>

Chemical Structure Wrapper

Wrapper element for a chemical expression, reaction, equation, etc. that is set apart from the text, and for any number, label, or caption that accompanies the chemical expression. The chemical expressions inside this element may be formally tagged as <chem-struct> elements or merely expressed as one or more display objects.

Remarks

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.

A <chem-struct-wrap> may also be numbered automatically by a formatting application or by preserving the number inside a <label> element.

This element (<chem-struct-wrap>) has been significantly remodeled in version 3.0 of the Tag Set. The values and/or usage in version 3.0 are not backward-compatible with that in previous versions of the Tag Set. Specifically, the <chem-struct-wrap> element replaces the <chem-struct-wrapper> element, which is no longer available.

Attributes

content-type Type of Content
id Identifier
orientation Orientation
position Position
specific-use Specific Use

Related Elements

The expression of a chemical reaction or other chemical structure goes inside the <chem-struct> element. The related element <chem-struct-wrap> is an outer wrapper that may hold, for example, both a chemical reaction and its caption or three related chemical expressions. In other words, this element does not contain a chemical expression; it contains other elements (such as <chem-struct>s) that contain such expressions.

Content Model

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

Expanded Content Model

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

Description

The following, in order:

This element may be contained in:

<app>, <app-group>, <bio>, <body>, <boxed-text>, <disp-quote>, <fig>, <floats-group>, <glossary>, <license-p>, <named-content>, <notes>, <p>, <ref-list>, <sec>, <styled-content>, <supplementary-material>, <table-wrap>

Example

...
<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"></graphic>
<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>
...


Module

display3.ent