[ 
https://issues.apache.org/jira/browse/FOP-537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Glenn Adams reopened FOP-537:
-----------------------------

> blank pages, strange page-numbers
> ---------------------------------
>
>                 Key: FOP-537
>                 URL: https://issues.apache.org/jira/browse/FOP-537
>             Project: FOP
>          Issue Type: Bug
>          Components: renderer/pdf
>    Affects Versions: 0.20.5
>         Environment: Operating System: All
> Platform: PC
>            Reporter: Oscar Schoof
>            Assignee: fop-dev
>
> With using version 0.20.5rc i get strange blank pages in the pdfs. This is not
> the case with the same fo-docs when i process them with the old 0.20.4. (I
> tested this by reinstalling 0.20.4.)
> For example, in 0.20.4 i see the following flow-processing:
> [1]
> [1]
> [2]
> ....
> (There are multiple flows in my docs.)
> With 0.20.5rc on the same doc i get:
> [1]
> [2 (blank)]
> [1]
> [2]
> .....
> In these docs i use page-number-citation id's to list pages as "page .... of
> <lastpage>".
> With the same example mentioned here i get with 0.20.4 on the first (and last
> page) of the first flow: "page 1 of 1", which is correct. With 0.20.5rc i get 
> on
> the first page: "page 1 of 1" and on the second (blank) page: "page 2 of 1",
> which is very strange.
> Example fo:
> <?xml version="1.0" encoding="utf-8"?>
> <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format";
> xmlns:xlink="http://www.w3.org/1999/xlink"; font-family="Helvetica" 
> font-size="9pt" >
>   <fo:layout-master-set>
>     <!-- layout voor het voorblad -->
>     <fo:simple-page-master master-name="voorblad" 
>                   page-height="29.7cm" 
>                   page-width="21cm"
>                   margin-top="3.5cm" 
>                   margin-bottom="1.5cm" 
>                   margin-left="2.5cm" 
>                   margin-right="2.2cm">
>       <fo:region-body margin-top="0cm" margin-bottom="1.0cm"/>
>       <fo:region-after extent="1.0cm"/>
>     </fo:simple-page-master>
>     <!-- layout voor de analyse-resultaten, per matrix -->
>     <fo:simple-page-master master-name="matrix"
>                   page-height="29.7cm" 
>                   page-width="21cm"
>                   margin-top="0.8cm" 
>                   margin-bottom="0.7cm" 
>                   margin-left="1.7cm" 
>                   margin-right="2.2cm">
>       <fo:region-body margin-top="7.4cm" margin-bottom="2.2cm"  />
>       <fo:region-before extent="7.4cm"/> <fo:region-after extent="2.2cm"/>
>     </fo:simple-page-master>
>     <!-- layout voor oliechromatogram -->
>     <fo:simple-page-master master-name="oliechromatogram" 
>                   page-height="29.7cm" 
>                   page-width="21cm"
>                   margin-top="1.0cm" 
>                   margin-bottom="1.5cm" 
>                   margin-left="1.7cm" 
>                   margin-right="2.2cm">
>       <fo:region-body margin-top="2.5cm" margin-bottom="8cm"/>
>       <fo:region-before extent="2.5cm"/> <fo:region-after extent="8cm"/>
>     </fo:simple-page-master>
>     <!-- layout voor bijlagen, opmerkingen -->
>     <fo:simple-page-master master-name="bijlagen" 
>                   page-height="29.7cm" 
>                   page-width="21cm"
>                   margin-top="1.4cm" 
>                   margin-bottom="1.5cm" 
>                   margin-left="1.7cm" 
>                   margin-right="2.2cm">
>       <fo:region-body margin-top="4.0cm" margin-bottom="1.5cm"  />
>       <fo:region-before extent="4.0cm"/> <fo:region-after extent="1.5cm"/>
>     </fo:simple-page-master>
>   </fo:layout-master-set>
>   <!-- end: defines page and region margins -->
> <fo:page-sequence master-reference="matrix" initial-page-number="1"> 
> <fo:static-content flow-name = "xsl-region-after">
> <fo:block ><fo:leader leader-pattern="rule" rule-thickness="1.7pt"
> rule-style="double"></fo:leader></fo:block>
> <fo:block >- Deze analyse-certificaat heeft niet de eindkontrole op samenhang 
> en
> niveau doorlopen.</fo:block> 
> <fo:block >- Het voorblad bij deze tabel vormt een integraal onderdeel van dit
> certificaat.</fo:block> 
> <fo:block >- De met een 'Q' gemerkte analyses zijn door STERLAB
> geaccrediteerd.</fo:block> 
> <fo:block >- Indien niet alle verbindingen aantoonbaar, zijn sommaties 
> gebaseerd
> op de helft van de detectiegrens.</fo:block> 
> <fo:block text-align="right" >Ref.: 085161_auto-fax_v0</fo:block> 
> </fo:static-content>
> <fo:static-content flow-name = "xsl-region-before">
> <fo:table table-layout="fixed" ><fo:table-column
> column-width="20mm"/><fo:table-column column-width="75mm"/><fo:table-column
> column-width="76mm"/><fo:table-body><fo:table-row>
> <fo:table-cell ><fo:block> <fo:external-graphic src="file:omegam.gif" 
> width="15mm" height="15mm" /> </fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight = "bold" font-size="12pt">OMEGAM
> laboratorium</fo:block> <fo:block font-weight = "bold" >&#160;</fo:block>
> <fo:block >H.J.E. Wenckebachweg 120,1096 AR Amsterdam </fo:block> <fo:block
> >Tel. 0205976666 Fax 0205976777</fo:block></fo:table-cell>
> <fo:table-cell text-align="right"><fo:block> <fo:external-graphic
> src="file:sterlabq.gif"  width="7mm" height="11.2mm" /> </fo:block><fo:block
> space-before="5pt" >Tabel <fo:page-number/> van <fo:page-number-citation
> ref-id="lasttabelpage"/> </fo:block></fo:table-cell>
> </fo:table-row></fo:table-body></fo:table>
> <fo:block ><fo:leader leader-pattern="rule" rule-thickness="1.7pt"
> rule-style="double"></fo:leader></fo:block>
> <fo:block font-weight="bold" text-align="center" >A N A L Y S E - C E R T I F 
> I
> C A A T</fo:block>
> <fo:block line-height="2pt" space-after="5pt"> <fo:leader line-height="2pt"
> leader-pattern="rule" rule-thickness="0.5pt"></fo:leader></fo:block>
> <fo:table table-layout="fixed"> 
> <fo:table-column column-width="53mm"/>
> <fo:table-column column-width="4mm"/>
> <fo:table-column column-width="110mm"/>
> <fo:table-body>
> <fo:table-row>
> <fo:table-cell ><fo:block font-weight="bold">Project 
> code</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold">:</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold">project 
> code</fo:block></fo:table-cell>
> </fo:table-row>
> <fo:table-row>
> <fo:table-cell ><fo:block font-weight="bold">Project
> omschrijving</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold">:</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold">project
> descr</fo:block></fo:table-cell>
> </fo:table-row>
> <fo:table-row>
> <fo:table-cell ><fo:block
> font-weight="bold">Opdrachtgever</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold">:</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold">client 
> descr</fo:block></fo:table-cell>
> </fo:table-row>
> </fo:table-body> </fo:table>
> <fo:block line-height="4pt" space-after="3pt"><fo:leader line-height="4pt"
> leader-pattern="rule" rule-thickness="1.7pt"
> rule-style="double"></fo:leader></fo:block>
> <fo:block font-weight="bold">Referenties</fo:block>
> <fo:block><fo:inline font-weight="bold">5123422 =</fo:inline> M1</fo:block>
> <fo:block><fo:inline font-weight="bold">5123423 =</fo:inline> M2</fo:block>
> <fo:block>&#160;</fo:block>
> <fo:block ><fo:leader leader-pattern="rule"
> rule-thickness="0.5pt"></fo:leader></fo:block>
> <fo:table table-layout="fixed"> 
> <fo:table-column column-width="53mm"/>
> <fo:table-column column-width="27mm"/>
> <fo:table-column column-width="33mm"/>
> <fo:table-column column-width="33mm"/>
> <fo:table-column column-width="25mm"/>
> <fo:table-body>
> <fo:table-row>
> <fo:table-cell ><fo:block font-weight="bold">Opgegeven
> bemon.datum</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold">:</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block 
> font-weight="bold">19/12/2002</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block 
> font-weight="bold">19/12/2002</fo:block></fo:table-cell>
> </fo:table-row>
> <fo:table-row>
> <fo:table-cell ><fo:block
> font-weight="bold">Ontvangsdatum</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold">:</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block 
> font-weight="bold">20/12/2002</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block 
> font-weight="bold">20/12/2002</fo:block></fo:table-cell>
> </fo:table-row>
> <fo:table-row>
> <fo:table-cell ><fo:block 
> font-weight="bold">Monstercode</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold">:</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block 
> font-weight="bold">5123422</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block 
> font-weight="bold">5123423</fo:block></fo:table-cell>
> </fo:table-row>
> <fo:table-row>
> <fo:table-cell ><fo:block 
> font-weight="bold">Materiaal</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold">:</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block 
> font-weight="bold">Bouwstof</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block 
> font-weight="bold">Bouwstof</fo:block></fo:table-cell>
> </fo:table-row>
> </fo:table-body> </fo:table>
> <fo:block line-height="2pt" space-after="5pt"> <fo:leader line-height="2pt"
> leader-pattern="rule" rule-thickness="0.5pt"></fo:leader></fo:block>
> </fo:static-content>
> <fo:flow flow-name="xsl-region-body">
> <fo:table table-layout="fixed"> 
> <fo:table-column column-width="5mm"/>
> <fo:table-column column-width="48mm"/>
> <fo:table-column column-width="19mm"/>
> <fo:table-column column-width="15mm"/>
> <fo:table-column column-width="9mm"/>
> <fo:table-column column-width="9mm"/>
> <fo:table-column column-width="15mm"/>
> <fo:table-column column-width="9mm"/>
> <fo:table-column column-width="9mm"/>
> <fo:table-column column-width="15mm"/>
> <fo:table-column column-width="9mm"/>
> <fo:table-column column-width="9mm"/>
> <fo:table-body>
> <fo:table-row keep-with-next="always">
> <fo:table-cell number-columns-spanned = "12" ><fo:block font-weight="bold"
> keep-with-next="always" >Bouwstoffenbesluit
> samenstellingsonderzoek</fo:block></fo:table-cell></fo:table-row>
> <fo:table-row keep-with-next="always">
> <fo:table-cell number-columns-spanned = "5" ><fo:block font-style="italic"
> keep-with-next="always">Monstervoorbewerking:</fo:block></fo:table-cell></fo:table-row>
> <fo:table-row keep-with-next="always">
> <fo:table-cell ><fo:block>Q</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block>Start datum</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block></fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="right">201202</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="left"></fo:block></fo:table-cell>
> <fo:table-cell ><fo:block></fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="right">201202</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="left"></fo:block></fo:table-cell>
> <fo:table-cell ><fo:block></fo:block></fo:table-cell>
> </fo:table-row>
> <fo:table-row keep-with-next="always">
> <fo:table-cell number-columns-spanned = "5" > <fo:block>
> &#160;</fo:block></fo:table-cell></fo:table-row>
> </fo:table-body> </fo:table>
> <fo:table table-layout="fixed"> 
> <fo:table-column column-width="5mm"/>
> <fo:table-column column-width="48mm"/>
> <fo:table-column column-width="19mm"/>
> <fo:table-column column-width="15mm"/>
> <fo:table-column column-width="9mm"/>
> <fo:table-column column-width="9mm"/>
> <fo:table-column column-width="15mm"/>
> <fo:table-column column-width="9mm"/>
> <fo:table-column column-width="9mm"/>
> <fo:table-column column-width="15mm"/>
> <fo:table-column column-width="9mm"/>
> <fo:table-column column-width="9mm"/>
> <fo:table-body>
> <fo:table-row keep-with-next="always">
> <fo:table-cell number-columns-spanned = "5" ><fo:block font-style="italic"
> keep-with-next="always">Algemeen onderzoek -
> fysisch:</fo:block></fo:table-cell></fo:table-row>
> <fo:table-row keep-with-next="always">
> <fo:table-cell ><fo:block>Q</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block>droogrest</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block>%</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="right">93</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="left">,2</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block></fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="right">92</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="left">,4</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block></fo:block></fo:table-cell>
> </fo:table-row>
> <fo:table-row keep-with-next="always">
> <fo:table-cell ><fo:block>Q</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block>organische stof</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block>% (m/m ds)</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="right">2</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="left">,1</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block></fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="right">1</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="left">,8</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block></fo:block></fo:table-cell>
> </fo:table-row>
> <fo:table-row keep-with-next="always">
> <fo:table-cell ><fo:block>Q</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block>lutum</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block>% (m/m ds)</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="right">1</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="left">,3</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block></fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="right">1</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="left">,1</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block></fo:block></fo:table-cell>
> </fo:table-row>
> <fo:table-row keep-with-next="always">
> <fo:table-cell ><fo:block>Q</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block>pH-&#x200B;CaCl2</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block></fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="right">7</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="left">,9</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block></fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="right">8</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="left">,3</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block></fo:block></fo:table-cell>
> </fo:table-row>
> <fo:table-row keep-with-next="always">
> <fo:table-cell number-columns-spanned = "5" > <fo:block>
> &#160;</fo:block></fo:table-cell></fo:table-row>
> </fo:table-body> </fo:table>
> <fo:table table-layout="fixed"> 
> <fo:table-column column-width="5mm"/>
> <fo:table-column column-width="48mm"/>
> <fo:table-column column-width="19mm"/>
> <fo:table-column column-width="15mm"/>
> <fo:table-column column-width="9mm"/>
> <fo:table-column column-width="9mm"/>
> <fo:table-column column-width="15mm"/>
> <fo:table-column column-width="9mm"/>
> <fo:table-column column-width="9mm"/>
> <fo:table-column column-width="15mm"/>
> <fo:table-column column-width="9mm"/>
> <fo:table-column column-width="9mm"/>
> <fo:table-body>
> <fo:table-row keep-with-next="always">
> <fo:table-cell number-columns-spanned = "5" ><fo:block font-style="italic"
> keep-with-next="always">Anorganische parameters -
> metalen:</fo:block></fo:table-cell></fo:table-row>
> <fo:table-row keep-with-next="always">
> <fo:table-cell ><fo:block>Q</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block>arseen [As]</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block>mg/kg ds</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="right">4</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="left">,1</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block></fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="right">&lt;4</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="left"></fo:block></fo:table-cell>
> <fo:table-cell ><fo:block></fo:block></fo:table-cell>
> </fo:table-row>
> <fo:table-row keep-with-next="always">
> <fo:table-cell ><fo:block>Q</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block>cadmium [Cd]</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block>mg/kg ds</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="right">&lt;0</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="left">,4</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block></fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="right">&lt;0</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="left">,4</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block></fo:block></fo:table-cell>
> </fo:table-row>
> <fo:table-row keep-with-next="always">
> <fo:table-cell ><fo:block>Q</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block>chroom [Cr]</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block>mg/kg ds</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="right">&lt;15</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="left"></fo:block></fo:table-cell>
> <fo:table-cell ><fo:block></fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="right">&lt;15</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="left"></fo:block></fo:table-cell>
> <fo:table-cell ><fo:block></fo:block></fo:table-cell>
> </fo:table-row>
> <fo:table-row keep-with-next="always">
> <fo:table-cell ><fo:block>Q</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block>koper [Cu]</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block>mg/kg ds</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="right">10</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="left"></fo:block></fo:table-cell>
> <fo:table-cell ><fo:block></fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="right">11</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="left"></fo:block></fo:table-cell>
> <fo:table-cell ><fo:block></fo:block></fo:table-cell>
> </fo:table-row>
> <fo:table-row keep-with-next="always">
> <fo:table-cell ><fo:block>Q</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block>kwik [Hg]</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block>mg/kg ds</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="right">0</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="left">,07</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block></fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="right">0</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="left">,07</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block></fo:block></fo:table-cell>
> </fo:table-row>
> <fo:table-row keep-with-next="always">
> <fo:table-cell ><fo:block>Q</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block>lood [Pb]</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block>mg/kg ds</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="right">26</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="left"></fo:block></fo:table-cell>
> <fo:table-cell ><fo:block></fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="right">27</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="left"></fo:block></fo:table-cell>
> <fo:table-cell ><fo:block></fo:block></fo:table-cell>
> </fo:table-row>
> <fo:table-row keep-with-next="always">
> <fo:table-cell ><fo:block>Q</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block>nikkel [Ni]</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block>mg/kg ds</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="right">7</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="left"></fo:block></fo:table-cell>
> <fo:table-cell ><fo:block></fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="right">8</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="left"></fo:block></fo:table-cell>
> <fo:table-cell ><fo:block></fo:block></fo:table-cell>
> </fo:table-row>
> <fo:table-row keep-with-next="always">
> <fo:table-cell ><fo:block>Q</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block>zink [Zn]</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block>mg/kg ds</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="right">46</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="left"></fo:block></fo:table-cell>
> <fo:table-cell ><fo:block></fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="right">47</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="left"></fo:block></fo:table-cell>
> <fo:table-cell ><fo:block></fo:block></fo:table-cell>
> </fo:table-row>
> <fo:table-row keep-with-next="always">
> <fo:table-cell number-columns-spanned = "5" > <fo:block>
> &#160;</fo:block></fo:table-cell></fo:table-row>
> </fo:table-body> </fo:table>
> <fo:table table-layout="fixed"> 
> <fo:table-column column-width="5mm"/>
> <fo:table-column column-width="48mm"/>
> <fo:table-column column-width="19mm"/>
> <fo:table-column column-width="15mm"/>
> <fo:table-column column-width="9mm"/>
> <fo:table-column column-width="9mm"/>
> <fo:table-column column-width="15mm"/>
> <fo:table-column column-width="9mm"/>
> <fo:table-column column-width="9mm"/>
> <fo:table-column column-width="15mm"/>
> <fo:table-column column-width="9mm"/>
> <fo:table-column column-width="9mm"/>
> <fo:table-body>
> <fo:table-row keep-with-next="always">
> <fo:table-cell number-columns-spanned = "5" ><fo:block font-style="italic"
> keep-with-next="always">Organische parameters - niet
> aromatisch:</fo:block></fo:table-cell></fo:table-row>
> <fo:table-row keep-with-next="always">
> <fo:table-cell ><fo:block>Q</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block>minerale olie</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block>mg/kg ds</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="right">&lt;20</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="left"></fo:block></fo:table-cell>
> <fo:table-cell ><fo:block></fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="right">&lt;20</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="left"></fo:block></fo:table-cell>
> <fo:table-cell ><fo:block></fo:block></fo:table-cell>
> </fo:table-row>
> <fo:table-row keep-with-next="always">
> <fo:table-cell number-columns-spanned = "5" > <fo:block>
> &#160;</fo:block></fo:table-cell></fo:table-row>
> </fo:table-body> </fo:table>
> <fo:table table-layout="fixed"> 
> <fo:table-column column-width="5mm"/>
> <fo:table-column column-width="48mm"/>
> <fo:table-column column-width="19mm"/>
> <fo:table-column column-width="15mm"/>
> <fo:table-column column-width="9mm"/>
> <fo:table-column column-width="9mm"/>
> <fo:table-column column-width="15mm"/>
> <fo:table-column column-width="9mm"/>
> <fo:table-column column-width="9mm"/>
> <fo:table-column column-width="15mm"/>
> <fo:table-column column-width="9mm"/>
> <fo:table-column column-width="9mm"/>
> <fo:table-body>
> <fo:table-row keep-with-next="always">
> <fo:table-cell number-columns-spanned = "5" ><fo:block font-style="italic"
> keep-with-next="always">Organische parameters -
> aromatisch:</fo:block></fo:table-cell></fo:table-row>
> <fo:table-row keep-with-next="always">
> <fo:table-cell ><fo:block>Q</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block>naftaleen</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block>mg/kg ds</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="right">&lt;0</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="left">,01</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block></fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="right">&lt;0</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="left">,01</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block></fo:block></fo:table-cell>
> </fo:table-row>
> <fo:table-row keep-with-next="always">
> <fo:table-cell ><fo:block>Q</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block>acenaftyleen</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block>mg/kg ds</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="right">&lt;0</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="left">,01</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block></fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="right">&lt;0</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="left">,01</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block></fo:block></fo:table-cell>
> </fo:table-row>
> <fo:table-row keep-with-next="always">
> <fo:table-cell ><fo:block>Q</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block>acenafteen</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block>mg/kg ds</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="right">&lt;0</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="left">,05</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block></fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="right">&lt;0</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="left">,02</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block></fo:block></fo:table-cell>
> </fo:table-row>
> <fo:table-row keep-with-next="always">
> <fo:table-cell ><fo:block>Q</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block>fluoreen</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block>mg/kg ds</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="right">0</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="left">,03</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block></fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="right">&lt;0</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="left">,01</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block></fo:block></fo:table-cell>
> </fo:table-row>
> <fo:table-row keep-with-next="always">
> <fo:table-cell ><fo:block>Q</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block>fenanthreen</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block>mg/kg ds</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="right">0</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="left">,55</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block></fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="right">0</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="left">,22</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block></fo:block></fo:table-cell>
> </fo:table-row>
> <fo:table-row keep-with-next="always">
> <fo:table-cell ><fo:block>Q</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block>anthraceen</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block>mg/kg ds</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="right">0</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="left">,14</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block></fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="right">0</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="left">,05</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block></fo:block></fo:table-cell>
> </fo:table-row>
> <fo:table-row keep-with-next="always">
> <fo:table-cell ><fo:block>Q</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block>fluorantheen</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block>mg/kg ds</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="right">1</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="left">,1</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block></fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="right">0</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="left">,44</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block></fo:block></fo:table-cell>
> </fo:table-row>
> <fo:table-row keep-with-next="always">
> <fo:table-cell ><fo:block>Q</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block>pyreen</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block>mg/kg ds</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="right">0</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="left">,84</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block></fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="right">0</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="left">,35</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block></fo:block></fo:table-cell>
> </fo:table-row>
> <fo:table-row keep-with-next="always">
> <fo:table-cell ><fo:block>Q</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block>benz(a)anthraceen</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block>mg/kg ds</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="right">0</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="left">,45</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block></fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="right">0</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="left">,22</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block></fo:block></fo:table-cell>
> </fo:table-row>
> <fo:table-row keep-with-next="always">
> <fo:table-cell ><fo:block>Q</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block>chryseen</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block>mg/kg ds</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="right">0</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="left">,43</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block></fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="right">0</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="left">,19</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block></fo:block></fo:table-cell>
> </fo:table-row>
> <fo:table-row keep-with-next="always">
> <fo:table-cell ><fo:block>Q</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block>benzo(b)fluorantheen</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block>mg/kg ds</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="right">0</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="left">,51</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block></fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="right">0</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="left">,23</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block></fo:block></fo:table-cell>
> </fo:table-row>
> <fo:table-row keep-with-next="always">
> <fo:table-cell ><fo:block>Q</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block>benzo(k)fluorantheen</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block>mg/kg ds</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="right">0</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="left">,23</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block></fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="right">0</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="left">,10</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block></fo:block></fo:table-cell>
> </fo:table-row>
> <fo:table-row keep-with-next="always">
> <fo:table-cell ><fo:block>Q</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block>benzo(a)pyreen</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block>mg/kg ds</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="right">0</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="left">,51</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block></fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="right">0</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="left">,22</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block></fo:block></fo:table-cell>
> </fo:table-row>
> <fo:table-row keep-with-next="always">
> <fo:table-cell ><fo:block>Q</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block>dibenz(a,h)anthraceen</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block>mg/kg ds</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="right">0</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="left">,06</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block></fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="right">0</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="left">,02</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block></fo:block></fo:table-cell>
> </fo:table-row>
> <fo:table-row keep-with-next="always">
> <fo:table-cell ><fo:block>Q</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block>benzo(ghi)peryleen</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block>mg/kg ds</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="right">0</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="left">,38</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block></fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="right">0</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="left">,18</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block></fo:block></fo:table-cell>
> </fo:table-row>
> <fo:table-row keep-with-next="always">
> <fo:table-cell ><fo:block>Q</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block>indeno(1,2,3cd)pyreen</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block>mg/kg ds</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="right">0</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="left">,34</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block></fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="right">0</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="left">,14</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block></fo:block></fo:table-cell>
> </fo:table-row>
> <fo:table-row keep-with-next="always">
> <fo:table-cell number-columns-spanned = "5" > <fo:block>
> &#160;</fo:block></fo:table-cell></fo:table-row>
> </fo:table-body> </fo:table>
> <fo:table table-layout="fixed"> 
> <fo:table-column column-width="5mm"/>
> <fo:table-column column-width="48mm"/>
> <fo:table-column column-width="19mm"/>
> <fo:table-column column-width="15mm"/>
> <fo:table-column column-width="9mm"/>
> <fo:table-column column-width="9mm"/>
> <fo:table-column column-width="15mm"/>
> <fo:table-column column-width="9mm"/>
> <fo:table-column column-width="9mm"/>
> <fo:table-column column-width="15mm"/>
> <fo:table-column column-width="9mm"/>
> <fo:table-column column-width="9mm"/>
> <fo:table-body>
> <fo:table-row keep-with-next="always">
> <fo:table-cell ><fo:block> </fo:block></fo:table-cell>
> <fo:table-cell ><fo:block>Sommatie PAK-&#x200B;10</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block>mg/kg ds</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="right">4</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="left">,1</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block></fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="right">1</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="left">,8</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block></fo:block></fo:table-cell>
> </fo:table-row>
> <fo:table-row keep-with-next="always">
> <fo:table-cell number-columns-spanned = "5" > <fo:block>
> &#160;</fo:block></fo:table-cell></fo:table-row>
> </fo:table-body> </fo:table>
> <fo:table table-layout="fixed"> 
> <fo:table-column column-width="5mm"/>
> <fo:table-column column-width="48mm"/>
> <fo:table-column column-width="19mm"/>
> <fo:table-column column-width="15mm"/>
> <fo:table-column column-width="9mm"/>
> <fo:table-column column-width="9mm"/>
> <fo:table-column column-width="15mm"/>
> <fo:table-column column-width="9mm"/>
> <fo:table-column column-width="9mm"/>
> <fo:table-column column-width="15mm"/>
> <fo:table-column column-width="9mm"/>
> <fo:table-column column-width="9mm"/>
> <fo:table-body>
> <fo:table-row keep-with-next="always">
> <fo:table-cell number-columns-spanned = "5" ><fo:block font-style="italic"
> keep-with-next="always">Organische parameters -
> gehalogeneerd:</fo:block></fo:table-cell></fo:table-row>
> <fo:table-row keep-with-next="always">
> <fo:table-cell ><fo:block>Q</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block>extr. org. halogeen</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block>mg/kg ds</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="right">&lt;0</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="left">,1</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block></fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="right">&lt;0</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold"
> text-align="left">,1</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block></fo:block></fo:table-cell>
> </fo:table-row>
> <fo:table-row keep-with-next="always">
> <fo:table-cell number-columns-spanned = "5" > <fo:block>
> &#160;</fo:block></fo:table-cell></fo:table-row>
> </fo:table-body> </fo:table>
> <fo:block id="lasttabelpage"/>  
> </fo:flow>
> </fo:page-sequence>
> <fo:page-sequence master-reference= "oliechromatogram" initial-page-number = 
> "1">
> <fo:static-content flow-name = "xsl-region-before" >
> <fo:table table-layout="fixed" ><fo:table-column
> column-width="20mm"/><fo:table-column column-width="75mm"/><fo:table-column
> column-width="76mm"/><fo:table-body><fo:table-row>
> <fo:table-cell ><fo:block> <fo:external-graphic src="file:omegam.gif" 
> width="15mm" height="15mm" /> </fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight = "bold" font-size="12pt">OMEGAM
> laboratorium</fo:block> <fo:block font-weight = "bold" >&#160;</fo:block>
> <fo:block >H.J.E. Wenckebachweg 120,1096 AR Amsterdam </fo:block> <fo:block
> >Tel. 0205976666 Fax 0205976777</fo:block></fo:table-cell>
> <fo:table-cell text-align="right"><fo:block> <fo:external-graphic
> src="file:sterlabq.gif"  width="7mm" height="11.2mm" /> </fo:block><fo:block
> space-before="5pt" >Oliechromatogram <fo:page-number/> van
> <fo:page-number-citation ref-id="lastoliepage"/> </fo:block></fo:table-cell>
> </fo:table-row></fo:table-body></fo:table>
> <fo:block ><fo:leader leader-pattern="rule" rule-thickness="1.7pt"
> rule-style="double"></fo:leader></fo:block>
> </fo:static-content>
> <fo:static-content flow-name = "xsl-region-after">
> <fo:table table-layout="fixed" font-size="8pt"><fo:table-column
> column-width="38mm"/><fo:table-column column-width="04mm"/><fo:table-column
> column-width="120mm"/><fo:table-body>
> <fo:table-row ><fo:table-cell number-columns-spanned = "3" 
> ><fo:block><fo:leader
> leader-pattern="rule"
> rule-thickness="1pt"></fo:leader></fo:block></fo:table-cell></fo:table-row>
> <fo:table-row><fo:table-cell number-columns-spanned = "3" 
> ><fo:block><fo:inline
> text-decoration="underline">ANALYSEMETHODE</fo:inline></fo:block></fo:table-cell></fo:table-row>
> <fo:table-row><fo:table-cell ><fo:block>Voorbewerking
> grond</fo:block></fo:table-cell><fo:table-cell
> ><fo:block>:</fo:block></fo:table-cell><fo:table-cell 
> >><fo:block>Hexaanextractie
> afgeleid van NEN 5733.</fo:block></fo:table-cell></fo:table-row>
> <fo:table-row><fo:table-cell ><fo:block>Voorbewerking
> AP04</fo:block></fo:table-cell><fo:table-cell
> ><fo:block>:</fo:block></fo:table-cell><fo:table-cell
> ><fo:block>Petroleum-etherextractie conform NEN
> 5733.</fo:block></fo:table-cell></fo:table-row>
> <fo:table-row><fo:table-cell ><fo:block>Voorbewerking
> water</fo:block></fo:table-cell><fo:table-cell
> ><fo:block>:</fo:block></fo:table-cell><fo:table-cell 
> >><fo:block>Hexaanextractie
> afgeleid van NVN 6678.</fo:block></fo:table-cell></fo:table-row>
> <fo:table-row><fo:table-cell
> ><fo:block>Analyse</fo:block></fo:table-cell><fo:table-cell
> ><fo:block>:</fo:block></fo:table-cell><fo:table-cell
> ><fo:block>Gaschromatograaf met capillaire kolom en vlamionisatie
> detectie.</fo:block></fo:table-cell></fo:table-row>
> <fo:table-row><fo:table-cell
> ><fo:block>Interpretatie</fo:block></fo:table-cell><fo:table-cell
> ><fo:block>:</fo:block></fo:table-cell><fo:table-cell ><fo:block>Raadpleeg 
> >voor
> de typering van de oliesoort de OMEGAM
> oliebibliotheek.</fo:block></fo:table-cell></fo:table-row>
> <fo:table-row><fo:table-cell
> ><fo:block>&#160;</fo:block></fo:table-cell></fo:table-row>
> <fo:table-row><fo:table-cell number-columns-spanned = "3" 
> ><fo:block><fo:inline
> text-decoration="underline">Bij grondmonsters is als optie clean-up mogelijk
> :</fo:inline></fo:block></fo:table-cell></fo:table-row>
> <fo:table-row><fo:table-cell ><fo:block>Florisil
> clean-up</fo:block></fo:table-cell><fo:table-cell
> ><fo:block>:</fo:block></fo:table-cell><fo:table-cell ><fo:block>Florisil 
> >wordt
> aan monsterextract toegevoegd en 
> geschud.</fo:block></fo:table-cell></fo:table-row>
> <fo:table-row><fo:table-cell ><fo:block>Veen
> clean-up</fo:block></fo:table-cell><fo:table-cell
> ><fo:block>:</fo:block></fo:table-cell><fo:table-cell 
> >><fo:block>Monsterextract
> wordt over florisilkolom geleid en ingedampt tot ongeveer 1
> ml.</fo:block></fo:table-cell></fo:table-row>
> <fo:table-row><fo:table-cell number-columns-spanned = "3"
> ><fo:block>(Watermonsters en monsters AP04 ondergaan altijd florisil
> clean-up).</fo:block></fo:table-cell></fo:table-row>
> <fo:table-row><fo:table-cell
> ><fo:block>&#160;</fo:block></fo:table-cell></fo:table-row>
> <fo:table-row><fo:table-cell number-columns-spanned = "3" ><fo:block>De hoogte
> van de signalen is geen maat voor de concentratie van de olie in het
> monster.</fo:block></fo:table-cell></fo:table-row>
> <fo:table-row><fo:table-cell number-columns-spanned = "3"
> ><fo:block>(Chromatogram heeft een variabele
> schaalindeling)</fo:block></fo:table-cell></fo:table-row>
> <fo:table-row ><fo:table-cell number-columns-spanned = "3" 
> ><fo:block><fo:leader
> leader-pattern="rule"
> rule-thickness="1pt"></fo:leader></fo:block></fo:table-cell></fo:table-row>
> <fo:table-row><fo:table-cell
> ><fo:block>&#160;</fo:block></fo:table-cell></fo:table-row>
> <fo:table-row><fo:table-cell number-columns-spanned = "3"
> ><fo:block>Ingeschreven in het STERLAB register voor laboratoria onder nr. 
> >L086
> voor de gebieden zoals nader omschreven in de erkenning.
> </fo:block></fo:table-cell></fo:table-row>
> <fo:table-row><fo:table-cell number-columns-spanned = "3" ><fo:block
> text-align="right" >Ref.:
> 085161_auto-fax_v0</fo:block></fo:table-cell></fo:table-row> 
> </fo:table-body> </fo:table>
> </fo:static-content>
> <fo:flow flow-name= "xsl-region-body"  font-size="8pt">
> <fo:block  break-before="page"></fo:block>
> <fo:block>OLIE-ONDERZOEK</fo:block>
> <fo:block >&#160;</fo:block>
> <fo:table table-layout="fixed" ><fo:table-column
> column-width="20mm"/><fo:table-column column-width="03mm"/><fo:table-column
> column-width="148mm"/><fo:table-body>
> <fo:table-row>
> <fo:table-cell ><fo:block font-weight="bold" 
> >Monstercode</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold" >:</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold" 
> >5123422</fo:block></fo:table-cell>
> </fo:table-row>
> <fo:table-row>
> <fo:table-cell ><fo:block font-weight="bold" >Uw
> referentie</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold" >:</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold" >M1</fo:block></fo:table-cell>
> </fo:table-row>
> <fo:table-row>
> <fo:table-cell ><fo:block font-weight="bold" 
> >Methode</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold" >:</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold" >minerale
> olie</fo:block></fo:table-cell>
> </fo:table-row>
> </fo:table-body></fo:table> 
> <fo:block >&#160;</fo:block>
> <fo:block >&#160;</fo:block>
> <fo:block>OLIECHROMATOGRAM</fo:block>
> <fo:block><fo:instream-foreign-object> 
> <svg xmlns="http://www.w3.org/2000/svg"; width="12cm" height="10cm"
> xml:space="preserve">
> <g transform="scale(1.0)"><image
> xlink:href="file:///K:\RAPLAB\085161\5123422.svg" x="0" y="0" width="12cm"
> height="10cm"/></g>
> </svg></fo:instream-foreign-object></fo:block> 
> <fo:block>-------------&gt;</fo:block>
> <fo:block>oliefractieverdeling</fo:block>
> <fo:block >&#160;</fo:block>
> <fo:block >&#160;</fo:block>
> <fo:block>oliefractieverdeling</fo:block>
> <fo:table table-layout="fixed" font-size="8pt"><fo:table-column
> column-width="20mm"/><fo:table-column column-width="40mm"/><fo:table-column
> column-width="04mm"/><fo:table-column column-width="10mm"/><fo:table-body>
> <fo:table-row><fo:table-cell
> ><fo:block>1)</fo:block></fo:table-cell><fo:table-cell ><fo:block>C-10 tot
> C-19</fo:block></fo:table-cell><fo:table-cell
> ><fo:block>49</fo:block></fo:table-cell><fo:table-cell
> ><fo:block>%</fo:block></fo:table-cell></fo:table-row>
> <fo:table-row><fo:table-cell
> ><fo:block>2)</fo:block></fo:table-cell><fo:table-cell ><fo:block>C-20 tot
> C-29</fo:block></fo:table-cell><fo:table-cell
> ><fo:block>39</fo:block></fo:table-cell><fo:table-cell
> ><fo:block>%</fo:block></fo:table-cell></fo:table-row>
> <fo:table-row><fo:table-cell
> ><fo:block>3)</fo:block></fo:table-cell><fo:table-cell ><fo:block>C-30 tot
> C-35</fo:block></fo:table-cell><fo:table-cell
> ><fo:block>12</fo:block></fo:table-cell><fo:table-cell
> ><fo:block>%</fo:block></fo:table-cell></fo:table-row>
> <fo:table-row><fo:table-cell
> ><fo:block>4)</fo:block></fo:table-cell><fo:table-cell ><fo:block>C-36 tot
> C-40</fo:block></fo:table-cell><fo:table-cell
> ><fo:block>0</fo:block></fo:table-cell><fo:table-cell
> ><fo:block>%</fo:block></fo:table-cell></fo:table-row>
> </fo:table-body> </fo:table>
> <fo:block >&#160;</fo:block>
> <fo:block>totale minerale olie gehalte: &lt;20        mg/kg ds</fo:block>
> <fo:block  break-before="page"></fo:block>
> <fo:block>OLIE-ONDERZOEK</fo:block>
> <fo:block >&#160;</fo:block>
> <fo:table table-layout="fixed" ><fo:table-column
> column-width="20mm"/><fo:table-column column-width="03mm"/><fo:table-column
> column-width="148mm"/><fo:table-body>
> <fo:table-row>
> <fo:table-cell ><fo:block font-weight="bold" 
> >Monstercode</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold" >:</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold" 
> >5123423</fo:block></fo:table-cell>
> </fo:table-row>
> <fo:table-row>
> <fo:table-cell ><fo:block font-weight="bold" >Uw
> referentie</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold" >:</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold" >M2</fo:block></fo:table-cell>
> </fo:table-row>
> <fo:table-row>
> <fo:table-cell ><fo:block font-weight="bold" 
> >Methode</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold" >:</fo:block></fo:table-cell>
> <fo:table-cell ><fo:block font-weight="bold" >minerale
> olie</fo:block></fo:table-cell>
> </fo:table-row>
> </fo:table-body></fo:table> 
> <fo:block >&#160;</fo:block>
> <fo:block >&#160;</fo:block>
> <fo:block>OLIECHROMATOGRAM</fo:block>
> <fo:block><fo:instream-foreign-object> 
> <svg xmlns="http://www.w3.org/2000/svg"; width="12cm" height="10cm"
> xml:space="preserve">
> <g transform="scale(1.0)"><image
> xlink:href="file:///K:\RAPLAB\085161\5123423.svg" x="0" y="0" width="12cm"
> height="10cm"/></g>
> </svg></fo:instream-foreign-object></fo:block> 
> <fo:block>-------------&gt;</fo:block>
> <fo:block>oliefractieverdeling</fo:block>
> <fo:block >&#160;</fo:block>
> <fo:block >&#160;</fo:block>
> <fo:block>oliefractieverdeling</fo:block>
> <fo:table table-layout="fixed" font-size="8pt"><fo:table-column
> column-width="20mm"/><fo:table-column column-width="40mm"/><fo:table-column
> column-width="04mm"/><fo:table-column column-width="10mm"/><fo:table-body>
> <fo:table-row><fo:table-cell
> ><fo:block>1)</fo:block></fo:table-cell><fo:table-cell ><fo:block>C-10 tot
> C-19</fo:block></fo:table-cell><fo:table-cell
> ><fo:block>49</fo:block></fo:table-cell><fo:table-cell
> ><fo:block>%</fo:block></fo:table-cell></fo:table-row>
> <fo:table-row><fo:table-cell
> ><fo:block>2)</fo:block></fo:table-cell><fo:table-cell ><fo:block>C-20 tot
> C-29</fo:block></fo:table-cell><fo:table-cell
> ><fo:block>39</fo:block></fo:table-cell><fo:table-cell
> ><fo:block>%</fo:block></fo:table-cell></fo:table-row>
> <fo:table-row><fo:table-cell
> ><fo:block>3)</fo:block></fo:table-cell><fo:table-cell ><fo:block>C-30 tot
> C-35</fo:block></fo:table-cell><fo:table-cell
> ><fo:block>12</fo:block></fo:table-cell><fo:table-cell
> ><fo:block>%</fo:block></fo:table-cell></fo:table-row>
> <fo:table-row><fo:table-cell
> ><fo:block>4)</fo:block></fo:table-cell><fo:table-cell ><fo:block>C-36 tot
> C-40</fo:block></fo:table-cell><fo:table-cell
> ><fo:block>0</fo:block></fo:table-cell><fo:table-cell
> ><fo:block>%</fo:block></fo:table-cell></fo:table-row>
> </fo:table-body> </fo:table>
> <fo:block >&#160;</fo:block>
> <fo:block>totale minerale olie gehalte: &lt;20        mg/kg ds</fo:block>
> <fo:block id="lastoliepage"/>  
> </fo:flow>
> </fo:page-sequence>
> </fo:root>



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to