Textual material that is part of the body but is outside the flow of the narrative text (for example, a sidebar).
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 for NLM 3.0. The current JATS values are backwards compatible with NLM 3.0 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>.
<!ELEMENT boxed-text %boxed-text-model; >
((object-id)*, caption?, (boxed-text | chem-struct-wrap | fig | graphic | media | preformat | supplementary-material | table-wrap | disp-formula | disp-formula-group | p | def-list | list | disp-quote | speech | statement | verse-group)*, (sec)*, attrib?, permissions?)
The following, in order:
<app>, <bio>, <body>, <boxed-text>, <license-p>, <named-content>, <p>, <sec>, <styled-content>
Boxed text fixed in position in the text
...
<boxed-text position="anchor" content-type="inline">
<sec>
<title>Insomnia Tip #6: The Bedroom</title>
<p>Make your bedroom a haven for sleep (and intimacy
with your partner) by removing distractions such as
bright lighting, a loud clock, or the television.
Before sleep, relax with a good book, soft music,
or a soothing bath.</p>
</sec>
</boxed-text>
...
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>
...
JATS-display0.ent