<continuationSeparator> (Continuation Separator Mark)

This element specifies the presence of a continuation separator mark within the current run. A continuation separator mark is a horizontal line which spans the width of the main story's text extents.

Note:

The line separating the document text from the footnote that is continued on the next page is represented by the following WordprocessingML:

<w:footnote w:type="continuationSeparator" w:id="1">
  <w:p>
    <w:r>
      <w:continuationSeparator />
    </w:r>
  </w:p>
</w:footnote> 

In this example, the footnote has a content which consists of a single <continuationSeparator>, which is displayed as a horizontal line across the text extents. ]

Parent Elements

<r>7.1.2.87); <r>2.3.2.23)

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_Empty"/>