<boxed-text>
Boxed Text
Textual material that is part of the body but is outside the flow of the narrative
text (for example, a sidebar).
Remarks
Usage: The <boxed-text> element can be used for any text insert whether enclosed in a box or not (for example, marginalia, sidebars, cautions, tips, warnings, note boxes).
Historical Note: This element (<boxed-text>) was significantly remodeled
from previous versions of this Tag Set. The current NISO JATS values are backward compatible
with the last NLM version, but not with earlier versions. Specifically, in prior versions the <boxed-text> element could contain the <title> element directly, but now it can contain only the element <caption>, which contains the <title>.
Attributes
Content Model
<!ELEMENT boxed-text %boxed-text-model; >
Expanded Content Model
((object-id)*, sec-meta?, label?, caption?, (address | alternatives | array | boxed-text | chem-struct-wrap | code | fig | fig-group | graphic | media | preformat | supplementary-material | table-wrap | table-wrap-group | disp-formula | disp-formula-group | def-list | list | tex-math | mml:math | p | related-article | related-object | ack | disp-quote | speech | statement | verse-group | x)*, (sec)*, (notes | fn-group | glossary | ref-list)*, (attrib | permissions)*)
Description
The following, in order:
- <object-id> Object Identifier, zero or more
- <sec-meta> Section Metadata, zero or one
- <label> Label (of an Equation, Figure, Reference, etc.), zero or one
- <caption> Caption of a Figure, Table, etc., zero or one
- Any combination of:
- Paragraph-level Display Elements
- <address> Address/Contact Information
- <array> Array (Simple Tabulation)
- <boxed-text> Boxed Text
- <chem-struct-wrap> Chemical Structure Wrapper
- <code> Code
- <fig> Figure
- <fig-group> Figure Group
- <graphic> Graphic
- <media> Media Object
- <preformat> Preformatted Text
- <supplementary-material> Supplementary Material Metadata
- <table-wrap> Table Wrapper
- <table-wrap-group> Table Wrapper Group
- <alternatives> Alternatives For Processing
- <disp-formula> Formula, Display
- <disp-formula-group> Formula, Display Group
- Lists
- Math Elements
- <p> Paragraph
- <related-article> Related Article Information
- <related-object> Related Object Information
- <ack> Acknowledgments
- <disp-quote> Quote, Displayed
- <speech> Speech
- <statement> Statement, Formal
- <verse-group> Verse Form for Poetry
- <x> X - Generated Text and Punctuation
- Paragraph-level Display Elements
- <sec> Section, zero or more
- Any combination of:
- Any combination of:
- Ownership Elements
This element may be contained in:
Example 1
Sidebar-style boxed-text, not tied to a particular place in the text:
...
<sec>
<title>Conclusions</title>
<p>Day hospital care ... are justifiable.</p>
<boxed-text position="float">
<sec>
<title>Key messages</title>
<p>
<list list-type="bullet">
<list-item>
<p>The benefits of geriatric day hospital care have been
controversial for many years.</p>
</list-item>
<list-item>
<p>This systematic review of 12 randomised trials comparing
a variety of day hospitals with a range of alternative
services found no overall advantage for day hospital care.</p>
</list-item>
<list-item>
<p>Day hospitals had a possible advantage over no comprehensive
care in terms of death or poor outcome, disability, and use of
resources.</p>
</list-item>
<list-item>
<p>The costs of day hospital care may be partly offset by
a reduced use of hospital beds and institutional care among
survivors.</p>
</list-item>
</list>
</p>
</sec>
</boxed-text>
<p>...</p>
<p>...</p>
</sec>
...
Example 2
Boxed text fixed in position in the text:
...
<p>If the search term is found in this translation table,
the term will be mapped to the appropriate MeSH term, and
the Indexes will be searched as both the text word entered
by the user and the MeSH term:
<boxed-text position="anchor" content-type="website">
<caption>
<title>Search term: gallstones</title>
</caption>
<p>“Gallstones” is an entry term for the MeSH
term “cholelithiasis” in the MeSH translation table.</p>
<p>Search translated to: “cholelithiasis”
[MeSH Terms] OR gallstones [Text Word]</p>
</boxed-text>
</p>
...