.. _element-sec: ===== +--------------------------------+--------------------+ | Appears in | Frequency | +================================+====================+ | :ref:`element-body` | Zero or more times | +--------------------------------+--------------------+ | :ref:`element-sec` | Zero or more times | +--------------------------------+--------------------+ | :ref:`element-abstract` | Zero or more times | +--------------------------------+--------------------+ | :ref:`element-trans-abstract` | Zero or more times | +--------------------------------+--------------------+ | :ref:`element-boxed-text` | Zero or more times | +--------------------------------+--------------------+ The body of an article usually consists of sections. Each one has a `` ... ... .. _element-sec-example-2: Example of ```` with combined @sec-type: --------------------------------------------- In the case of combined sections, in other words, when the section heading is made up of more than one of the items from the above table, the value of attribute ``@sec-type`` should correspond to each item, respectively, separated by a | (pipe). .. code-block:: xml ... ... ... ... .. _element-sec-example-3: Example of sub-section: ----------------------- Sections may have one or more subsections. In such cases, each subsection should be marked with element ```` within the top-level section. .. code-block:: xml ... ... ... ... .. _element-sec-example-4: Example of ```` without @sec-type: --------------------------------------- Sections with a non-standard name can be declared without the attribute ``@sec-type``. .. code-block:: xml ... ...