- Created by Jenny Seifert (Unlicensed) , last modified on Jun 04, 2019
You are viewing an old version of this content. View the current version.
Compare with Current View Version History
« Previous Version 7 Next »
Example 1: Tables
When styling tables, note that multiple lines within a table cell are limited to the following paragraph formatting rules:
- Table heading cells do not allow hard returns; soft returns are used to create multiple lines.
- Table body cells allow both soft and hard returns.
- Table footer cells do not allow soft returns; hard returns are used to create multiple lines.
Tables that contain graphics use the same paragraph styles as described in the previous sections. For more information on styling tables, see the section Table Styling.
The following example shows a properly styled table, including a title, table column heads, table body text, and a table footnote.
Word Sample
XML Sample
Note that boarder and alignment formatting in the Word document is preserved in the XML.
<table-wrap id="tab_4" position="anchor"> <label>Table 4</label><caption><title>Injectivity Test Decision Matrix</title> </caption> <table width="624" rules="groups"> <col width="28.16%"/> <col width="35.03%"/> <col width="36.81%"/> <thead> <tr> <th valign="middle" align="center" scope="col" style="border-left: solid 3px; border-top: solid 3px; border-right: solid 1px; border-bottom: solid 3px">Casing Pressure while Pumping<xref ref-type="table-fn" rid="table-fn_4.1"><sup>a</sup></xref></th> <th valign="middle" align="center" scope="col" style="border-left: solid 1px; border-top: solid 3px; border-right: solid 1px; border-bottom: solid 3px">Casing Pressure after Pump Stopped</th> <th valign="middle" align="center" scope="col" style="border-left: solid 1px; border-top: solid 3px; border-right: solid 3px; border-bottom: solid 3px">Action Indicated</th> </tr> </thead> <tbody> <tr> <td valign="top" align="left" style="border-left: solid 3px; border-top: solid 3px; border-right: solid 1px; border-bottom: solid 1px" scope="row">Continues to build until last formation test is reached.</td> <td valign="top" align="left" style="border-left: solid 1px; border-top: solid 3px; border-right: solid 1px; border-bottom: solid 1px"/> <td valign="top" align="left" style="border-left: solid 1px; border-top: solid 3px; border-right: solid 3px; border-bottom: solid 1px">Cure losses with LCM.</td> </tr> <tr> <td valign="top" align="left" style="border-left: solid 3px; border-top: solid 1px; border-right: solid 1px; border-bottom: solid 1px" scope="row">Builds to above allowable maximum working pressure of RCD or riser, but below last formation test and stabilizes.</td> <td valign="top" align="left" style="border-left: solid 1px; border-top: solid 1px; border-right: solid 1px; border-bottom: solid 1px">Slowly bleeds down to hydrostatic (plus injectivity pressure).</td> <td valign="top" align="left" style="border-left: solid 1px; border-top: solid 1px; border-right: solid 3px; border-bottom: solid 1px">Increase annular mud weight enough to reduce the surface annular pressure with the pumps running below maximum allowable working pressure for RCD or riser and switch to PMCD.</td> </tr> <tr> <td valign="top" align="left" style="border-left: solid 3px; border-top: solid 1px; border-right: solid 1px; border-bottom: solid 1px" scope="row">Builds to below maximum working pressure and stabilizes.</td> <td valign="top" align="left" style="border-left: solid 1px; border-top: solid 1px; border-right: solid 1px; border-bottom: solid 1px">Slowly bleeds down to hydrostatic (plus injectivity pressure).</td> <td valign="top" align="left" style="border-left: solid 1px; border-top: solid 1px; border-right: solid 3px; border-bottom: solid 1px">PMCD can proceed using the same mud weight that is already in the hole.</td> </tr> <tr> <td valign="top" align="left" style="border-left: solid 3px; border-top: solid 1px; border-right: solid 1px; border-bottom: solid 3px" scope="row">Builds to a pressure that is less than the desired surface annular pressure while using PMCD (150–200 psi) and stabilizes.</td> <td valign="top" align="left" style="border-left: solid 1px; border-top: solid 1px; border-right: solid 1px; border-bottom: solid 3px">Falls off and stabilizes quickly.</td> <td valign="top" align="left" style="border-left: solid 1px; border-top: solid 1px; border-right: solid 3px; border-bottom: solid 3px">Reduce annular mud weight enough so that there will be the desired annular pressure at the surface with the pumps off and the surface annular pressure with the pumps on will still be less than the maximum allowable working pressure. Switch to PMCD.</td> </tr> </tbody> </table><table-wrap-foot> <fn id="table-fn_4.1"><label><sup>a</sup></label><p>Calculated based on measured pressure at BOP plus a column of the same mud to surface.</p></fn> </table-wrap-foot></table-wrap>
Example 2: Figures/Graphics
The following example shows a properly styled figure/graphic and caption.
Word Sample
XML Sample
Note that the graphic pointer in the following XML sample has an href (cross reference) that is generated from the Object ID Prefix entered into the eXtyles Document Information dialog.
<sec id="sec_4.6.2"><label>4.6.2</label><title>Restoring force (torque) (applicable only to type A boots)</title> <p>The restoring force shall be measured using equipment similar to that shown on <xref ref-type="fig" rid="fig_2"><underline>figure 2</underline></xref> (see <underline>3.5</underline>).</p> <fig id="fig_2" position="anchor" fig-type="figure"><label>FIGURE 2</label><caption><title><underline>Restoring force test fixture</underline>.</title></caption> <graphic xlink:href="jms10-Image001" mime-subtype="png"/> </fig> </sec>
- No labels
Add Comment