bodydiv
The <bodydiv> element is used to
contain informal blocks of information within the body of a topic.
The bodydiv element is specifically designed to be a grouping element,
without any explicit semantics, other than to organize subsets of
content into logical groups that are not intended or should not be
contained as a topic. As such, it does not contain an explicit title
to avoid enabling the creation of deeply nested content that would
otherwise be written as separate topics. Content that requires a title
should use a section element or a nested topic.
Contains
note
These models represent only the default document types distributed by OASIS.
Actual content models will differ with each new document type.
Contained by
Doctype | Content model |
---|---|
topic (base), topic (technical content), concept, ditabase, glossary, glossentry, glossgroup, reference, task (strict), task (general), machineryTask, learningAssessment, learningContent, learningOverview, learningPlan, learningSummary | body, bodydiv |
Inheritance
- topic/bodydiv
Example
<topic id="sample" xml:lang="en"> <title>Sample for bodydiv</title> <body> <bodydiv id="div"> <p>This set of information is reusable as a group.</p> <p>Lists of three contain three items.</p> <ul> <li>This is one item.</li> <li>This is another item.</li> <li>This is the third item.</li> </ul> </bodydiv> <p>This concludes my topic.</p> </body> </topic>
Attributes
Name | Description | Data Type | Default Value | Required? |
---|---|---|---|---|
univ-atts attribute group (includes select-atts, id-atts, and localization-atts groups) | A set of related attributes, described in univ-atts attribute group | |||
global-atts attribute group (xtrf, xtrc) | A set of related attributes, described in global-atts attribute group | |||
class, outputclass | Common attributes described in Other common DITA attributes |