<refbodydiv>
The <refbodydiv> element is similar to the
         <bodydiv> element in that it provides an informal container for content
         that might be grouped within a reference. Reference topics place
         many restrictions on their content compared to generic topics; the
         <refbodydiv> element maintains these restrictions by only allowing
         elements that are already available within the body of a reference. There are no additional
         semantics attached to the <refbodydiv> element; it is purely a grouping
         element provided to help organize content.
      
      Content models
See appendix for information about this element in OASIS document type shells.
Inheritance
- topic/bodydiv reference/refbodydiv
Example
<reference id="sample-refbodydiv" xml:lang="en">
 <title>Sample for refbody</title>
 <shortdesc>This shows how refbodydiv might be used.</shortdesc>
 <refbody>
  <refbodydiv id="widget1">
   <section>This is one part of the sample</section>
   <refsyn>Syntax for this part</refsyn>
  </refbodydiv> 
  <refbodydiv id="widget2">
    <section>This is another part of the sample</section>
    <refsyn>Syntax for this part</refsyn>
  </refbodydiv>
 </refbody>
</reference>
Attributes
The following attributes are available on this element: Universal attribute group and @outputclass.