<?xml version="1.0" encoding="UTF-8"?>
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
	<fo:layout-master-set>
		<fo:simple-page-master master-name="Main">
			<fo:region-body margin="1in" border="thin black solid" />
			<fo:region-after extent="1in"/>
		</fo:simple-page-master>
	</fo:layout-master-set>
	<fo:page-sequence master-reference="Main"  initial-page-number="auto-even" >
		<fo:static-content flow-name="xsl-region-after">
	  		<fo:block text-align="center" >Page <fo:page-number /></fo:block>
		</fo:static-content>
		<fo:flow flow-name="xsl-region-body">
						<fo:block space-after.maximum="18pt" space-after.minimum="6pt" space-after.optimum="12pt" space-before.maximum="18pt" space-before.minimum="6pt" space-before.optimum="12pt">
               <fo:list-block>
                  <fo:list-item space-after="1pt" space-before="1pt">
                     <fo:list-item-label end-indent="label-end()">
                        <fo:block>
                           <fo:instream-foreign-object content-width="4.8pt">
                              <svg xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg" height="15" overflow="visible" width="10">
                                 <circle cx="5" cy="7.5" fill="rgb(0%, 0%, 0%) icc-color(#CMYK, 0%, 0%, 0%, 100%)" r="4.5" stroke="rgb(0%, 0%, 0%) icc-color(#CMYK, 0%, 0%, 0%, 100%)" stroke-width="0.5"/>
                              </svg>
                           </fo:instream-foreign-object>
                        </fo:block>
                     </fo:list-item-label>
                     <fo:list-item-body start-indent="body-start()">
                        <fo:block>item 1</fo:block>
                     </fo:list-item-body>
                  </fo:list-item>
                  <fo:list-item space-after="1pt" space-before="1pt">
                     <fo:list-item-label end-indent="label-end()">
                        <fo:block>
                           <fo:instream-foreign-object content-width="4.8pt">
                              <svg xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg" height="15" overflow="visible" width="10">
                                 <circle cx="5" cy="7.5" fill="rgb(0%, 0%, 0%) icc-color(#CMYK, 0%, 0%, 0%, 100%)" r="4.5" stroke="rgb(0%, 0%, 0%) icc-color(#CMYK, 0%, 0%, 0%, 100%)" stroke-width="0.5"/>
                              </svg>
                           </fo:instream-foreign-object>
                        </fo:block>
                     </fo:list-item-label>
                     <fo:list-item-body start-indent="body-start()">
                        <fo:block>item 2</fo:block>
                     </fo:list-item-body>
                  </fo:list-item>
                  <fo:list-item keep-with-previous.within-column="always" keep-with-previous.within-page="always" space-after="1pt" space-before="1pt">
                     <fo:list-item-label end-indent="label-end()">
                        <fo:block>
                           <fo:instream-foreign-object content-width="4.8pt">
                              <svg xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg" height="15" overflow="visible" width="10">
                                 <circle cx="5" cy="7.5" fill="rgb(0%, 0%, 0%) icc-color(#CMYK, 0%, 0%, 0%, 100%)" r="4.5" stroke="rgb(0%, 0%, 0%) icc-color(#CMYK, 0%, 0%, 0%, 100%)" stroke-width="0.5"/>
                              </svg>
                           </fo:instream-foreign-object>
                        </fo:block>
                     </fo:list-item-label>
                     <fo:list-item-body start-indent="body-start()">
                        <fo:block>item 3
							<fo:footnote xmlns:psmi="http://www.CraneSoftwrights.com/resources/psmi" text-indent="0">
                              <fo:inline baseline-shift="super" font-size="6pt" font-weight="bold" line-height="6pt">(i)</fo:inline>
                              <fo:footnote-body>
                                 <fo:list-block font-size="12pt" line-height="12pt">
                                    <fo:list-item>
                                       <fo:list-item-label end-indent="label-end()">
                                          <fo:block>i</fo:block>
                                       </fo:list-item-label>
                                       <fo:list-item-body start-indent="body-start()">
                                          <fo:block>footer text</fo:block>
                                       </fo:list-item-body>
                                    </fo:list-item>
                                 </fo:list-block>
                              </fo:footnote-body>
                           </fo:footnote>
                        </fo:block>
                     </fo:list-item-body>
                  </fo:list-item>
               </fo:list-block>
            </fo:block>
		</fo:flow>	
	</fo:page-sequence>
</fo:root>

