This element is used to create a section within a topic.
Enter the element in the topic with a nested content element that contains the section's content. An optional title element can be used to provide a title for the section. The content element will contain other MAML elements, nested lists, tables, etc. Text should be contained in a para element.
A section can contain a sections element that is used to create subsections. The sections element contains one or more section elements for the subsections. Subsections can themselves contain a sections element for additional subsections nested any number of levels deep. See the autoOutline topic for an example with subsections.
<section>
<title>Usage</title>
<content>
<para>Enter the element in the topic with a nested
<codeInline>content</codeInline> element that contains the section's
content. An optional <codeInline>title</codeInline> element can be
used to provide a title for the section. The content element will contain other
MAML elements, nested lists, tables, etc. Text should be contained in a
<codeInline>para</codeInline> element.</para>
<para>A section can contain a <codeInline>sections</codeInline>
element that is used to create subsections. The <codeInline>sections</codeInline>
element contains one or more <codeInline>section</codeInline> elements
for the subsections. Subsections can themselves contain a
<codeInline>sections</codeInline> element for additional subsections
nested any number of levels deep. See the
<link xlink:href="b9a1daac-a2d8-41b7-83b0-b7dc7b28b898" /> topic for an
example with subsections. </para>
</content>
</section>
See the Usage section above for an example of the output.