example
The <example> element is a section
with the specific role of containing examples that illustrate or support
the current topic. The <example> element
has the same content model as <section>.
DITA uses <example> to contain both discussion and sample code or outputs. Hence, in a DITA topic, to represent programming code and results within the discussion in an example, use the <codeblock> and <systemoutput> elements within the example element. For lines of text, use the <lines> element. For pre-formatted text such as email headers, use the <pre> element.
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), learningAssessment, learningOverview, learningPlan, learningSummary | body |
concept, glossary, glossentry, glossgroup | body, conbody, conbodydiv |
ditabase | body, conbody, conbodydiv, taskbody, refbody, refbodydiv |
reference | body, refbody, refbodydiv |
task (strict), task (general), machineryTask | body, taskbody |
learningContent | body, taskbody, conbody, conbodydiv, refbody, refbodydiv |
Inheritance
- topic/example
Example
<example id="example"> <title>Example</title> <codeblock><p>Example of the p element</p></codeblock> </example>
Attributes
Name | Description | Data Type | Default Value | Required? |
---|---|---|---|---|
spectitle | The specialized title attribute allows architects of specialized types to define a fixed or default title for a specialized element. Not intended for direct use by authors. | CDATA | #IMPLIED | No |
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 |