<boxed-text>

Atributos obrigatórios:

Aparece em Ocorre
<app> Zero ou mais vezes
<app-group> Zero ou mais vezes
<body> Zero ou mais vezes
<boxed-text> Zero ou mais vezes
<glossary> Zero ou mais vezes
<p> Zero ou mais vezes
<ref-list> Zero ou mais vezes
<sec> Zero ou mais vezes

Elemento usado para qualquer inserção de texto incluído em uma caixa. Permite apresentar texto com seções, figuras, tabelas etc.

Exemplos:

Exemplo de <boxed-text> com seção:

...
<boxed-text id="bx1">
    <sec>
        <title>Box 1 Use of antidepressants and suicidality in young individuals</title>
        <p>In 2004, the FDA made the decision to include a black box warning about the risk of suicidality associated with antidepressant use among individuals under 25 years of age<xref ref-type="bibr" rid="B26">26</xref>.</p>
        <p>Based on the fact that for the treatment of depressive disorders the number needed to treat (NNT) in this age group is at least 10 and the number needed to harm (number needed to harm, NNH) is 112, it was concluded that the benefits associated with the use of antidepressants outweigh the potential risks.</p>
    </sec>
</boxed-text>
...

Exemplo de <boxed-text> com figura:

...
<boxed-text id="bx1">
    <fig id="f12">
        <label>Figure</label>
        <caption>
            <title>Diagnostic algorithm for depressive episodes in children and adolescents</title>
        </caption>
        <graphic xlink:href="1516-4446-rbp-1516-4446-2012-S0022-gf01.jpg"/>
    </fig>
</boxed-text>
...