<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet
  version="1.0"
  xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
  xmlns:fo="http://www.w3.org/1999/XSL/Format"
  xmlns:svg="http://www.w3.org/2000/svg"
  xmlns:e="http://schemas.gov.sk/form/00607223.EFORM090.Ziadost_o_vyd_rozh_uved_prevadzky/2.5">
  <xsl:output method="xml" indent="yes" omit-xml-declaration="no" encoding="utf-8"/>
  <xsl:template name="string-replace-all">
		<xsl:param name="text" />
		<xsl:param name="replace" />
		<xsl:param name="by" />
		<xsl:choose>
			<xsl:when test="contains($text, $replace)">
				<xsl:value-of select="substring-before($text,$replace)" />
				<xsl:value-of select="$by" />
				<xsl:call-template name="string-replace-all">
					<xsl:with-param name="text" select="substring-after($text,$replace)" />
					<xsl:with-param name="replace" select="$replace" />
					<xsl:with-param name="by" select="$by" />
				</xsl:call-template>
			</xsl:when>
			<xsl:otherwise>
				<xsl:value-of select="$text" />
			</xsl:otherwise>
		</xsl:choose>
	</xsl:template>
		
	<xsl:template name="FormatText">
		<xsl:param name="data"/>
		
		<xsl:variable name="var1">
		  <xsl:call-template name="formater1">
				<xsl:with-param name="text" select="$data"/>
			</xsl:call-template>
		</xsl:variable>
		
		<xsl:variable name="var2">
		  <xsl:call-template name="formater2">
				<xsl:with-param name="text" select="$var1"/>
			</xsl:call-template>
		</xsl:variable>
		
		<xsl:variable name="var3">
		  <xsl:call-template name="formater3">
				<xsl:with-param name="text" select="$var2"/>
			</xsl:call-template>
		</xsl:variable>
		
		<xsl:variable name="var4">
		  <xsl:call-template name="formater4">
				<xsl:with-param name="text" select="$var3"/>
			</xsl:call-template>
		</xsl:variable>
		
		<xsl:variable name="var5">
		  <xsl:call-template name="formater5">
				<xsl:with-param name="text" select="$var4"/>
			</xsl:call-template>
		</xsl:variable>
		
		<xsl:variable name="var6">
		  <xsl:call-template name="formater6">
				<xsl:with-param name="text" select="$var5"/>
			</xsl:call-template>
		</xsl:variable>
		
		<xsl:variable name="var7">
		  <xsl:call-template name="formater7">
				<xsl:with-param name="text" select="$var6"/>
			</xsl:call-template>
		</xsl:variable>
		
		<xsl:variable name="var8">
		  <xsl:call-template name="formater8">
				<xsl:with-param name="text" select="$var7"/>
			</xsl:call-template>
		</xsl:variable>
		
		<xsl:variable name="var9">
		  <xsl:call-template name="formater9">
				<xsl:with-param name="text" select="$var8"/>
			</xsl:call-template>
		</xsl:variable>
		
		<xsl:variable name="var10">
		  <xsl:call-template name="formater10">
				<xsl:with-param name="text" select="$var9"/>
			</xsl:call-template>
		</xsl:variable>
		
		<xsl:variable name="var11">
		  <xsl:call-template name="formater11">
				<xsl:with-param name="text" select="$var10"/>
			</xsl:call-template>
		</xsl:variable>
		
		<xsl:variable name="var12">
		  <xsl:call-template name="formater12">
				<xsl:with-param name="text" select="$var11"/>
			</xsl:call-template>
		</xsl:variable>
		
		<xsl:variable name="var13">
		  <xsl:call-template name="formater13">
				<xsl:with-param name="text" select="$var12"/>
			</xsl:call-template>
		</xsl:variable>
		
		<xsl:variable name="var14">
		  <xsl:call-template name="formater14">
				<xsl:with-param name="text" select="$var13"/>
			</xsl:call-template>
		</xsl:variable>
		
		<xsl:variable name="var15">
		  <xsl:call-template name="formater15">
				<xsl:with-param name="text" select="$var14"/>
			</xsl:call-template>
		</xsl:variable>
		
		<xsl:variable name="var16">
		  <xsl:call-template name="formater16">
				<xsl:with-param name="text" select="$var15"/>
			</xsl:call-template>
		</xsl:variable>
		
		<xsl:variable name="var17">
		  <xsl:call-template name="formater17">
				<xsl:with-param name="text" select="$var16"/>
			</xsl:call-template>
		</xsl:variable>
		
		<xsl:variable name="var18">
		  <xsl:call-template name="formater18">
				<xsl:with-param name="text" select="$var17"/>
			</xsl:call-template>
		</xsl:variable>
		
		<xsl:variable name="var19">
		  <xsl:call-template name="formater19">
				<xsl:with-param name="text" select="$var18"/>
			</xsl:call-template>
		</xsl:variable>
		
		<xsl:variable name="var20">
		  <xsl:call-template name="formater20">
				<xsl:with-param name="text" select="$var19"/>
			</xsl:call-template>
		</xsl:variable>
		
		<xsl:variable name="var21">
		  <xsl:call-template name="formater21">
				<xsl:with-param name="text" select="$var20"/>
			</xsl:call-template>
		</xsl:variable>
		
		<xsl:variable name="var22">
		  <xsl:call-template name="formater22">
				<xsl:with-param name="text" select="$var21"/>
			</xsl:call-template>
		</xsl:variable>
		
		<xsl:variable name="var23">
		  <xsl:call-template name="formater23">
				<xsl:with-param name="text" select="$var22"/>
			</xsl:call-template>
		</xsl:variable>
		
		<xsl:variable name="var24">
		  <xsl:call-template name="formater24">
				<xsl:with-param name="text" select="$var23"/>
			</xsl:call-template>
		</xsl:variable>
		
		<xsl:variable name="var25">
		  <xsl:call-template name="formater25">
				<xsl:with-param name="text" select="$var24"/>
			</xsl:call-template>
		</xsl:variable>
		
		<xsl:variable name="var26">
		  <xsl:call-template name="formater26">
				<xsl:with-param name="text" select="$var25"/>
			</xsl:call-template>
		</xsl:variable>
		
		<xsl:variable name="var27">
		  <xsl:call-template name="formater27">
				<xsl:with-param name="text" select="$var26"/>
			</xsl:call-template>
		</xsl:variable>
		
		<xsl:variable name="var28">
		  <xsl:call-template name="formater28">
				<xsl:with-param name="text" select="$var27"/>
			</xsl:call-template>
		</xsl:variable>
		
		<xsl:variable name="var29">
		  <xsl:call-template name="formater29">
				<xsl:with-param name="text" select="$var28"/>
			</xsl:call-template>
		</xsl:variable>
		
		<xsl:variable name="var30">
		  <xsl:call-template name="formater30">
				<xsl:with-param name="text" select="$var29"/>
			</xsl:call-template>
		</xsl:variable>
		
		<xsl:variable name="var31">
		  <xsl:call-template name="formater31">
				<xsl:with-param name="text" select="$var30"/>
			</xsl:call-template>
		</xsl:variable>
		
		<xsl:variable name="var32">
		  <xsl:call-template name="formater32">
				<xsl:with-param name="text" select="$var31"/>
			</xsl:call-template>
		</xsl:variable>
		
		<xsl:variable name="var33">
		  <xsl:call-template name="formater33">
				<xsl:with-param name="text" select="$var32"/>
			</xsl:call-template>
		</xsl:variable>
		
		<xsl:variable name="var34">
		  <xsl:call-template name="formater34">
				<xsl:with-param name="text" select="$var33"/>
			</xsl:call-template>
		</xsl:variable>
		
		<xsl:variable name="var35">
		  <xsl:call-template name="formater35">
				<xsl:with-param name="text" select="$var34"/>
			</xsl:call-template>
		</xsl:variable>
		
		<xsl:variable name="var36">
		  <xsl:call-template name="formater36">
				<xsl:with-param name="text" select="$var35"/>
			</xsl:call-template>
		</xsl:variable>

		<xsl:value-of select="$var36"/>
	</xsl:template>
	
	<xsl:template name="formater1">
		<xsl:param name="text"/>
		<xsl:call-template name="string-replace-all">
			<xsl:with-param name="text" select="$text"/>
			<xsl:with-param name="replace" select="' § '" />
			<xsl:with-param name="by"><xsl:text> §&#160;</xsl:text></xsl:with-param>
		</xsl:call-template>
	</xsl:template>
	<xsl:template name="formater2">
		<xsl:param name="text"/>
		<xsl:call-template name="string-replace-all">
			<xsl:with-param name="text" select="$text"/>
			<xsl:with-param name="replace" select="' Z.z.'" />
			<xsl:with-param name="by"><xsl:text>&#160;Z.z.</xsl:text></xsl:with-param>
		</xsl:call-template>
	</xsl:template>
	<xsl:template name="formater3">
		<xsl:param name="text"/>
		<xsl:call-template name="string-replace-all">
			<xsl:with-param name="text" select="$text"/>
			<xsl:with-param name="replace" select="' v '" />
			<xsl:with-param name="by"><xsl:text> v&#160;</xsl:text></xsl:with-param>
		</xsl:call-template>
	</xsl:template>
	<xsl:template name="formater4">
		<xsl:param name="text"/>
		<xsl:call-template name="string-replace-all">
			<xsl:with-param name="text" select="$text"/>
			<xsl:with-param name="replace" select="' o '" />
			<xsl:with-param name="by"><xsl:text> o&#160;</xsl:text></xsl:with-param>
		</xsl:call-template>
	</xsl:template>
	<xsl:template name="formater5">
		<xsl:param name="text"/>
		<xsl:call-template name="string-replace-all">
			<xsl:with-param name="text" select="$text"/>
			<xsl:with-param name="replace" select="' na '" />
			<xsl:with-param name="by"><xsl:text> na&#160;</xsl:text></xsl:with-param>
		</xsl:call-template>
	</xsl:template>
	<xsl:template name="formater6">
		<xsl:param name="text"/>
		<xsl:call-template name="string-replace-all">
			<xsl:with-param name="text" select="$text"/>
			<xsl:with-param name="replace" select="' k '" />
			<xsl:with-param name="by"><xsl:text> k&#160;</xsl:text></xsl:with-param>
		</xsl:call-template>
	</xsl:template>
	<xsl:template name="formater7">
		<xsl:param name="text"/>
		<xsl:call-template name="string-replace-all">
			<xsl:with-param name="text" select="$text"/>
			<xsl:with-param name="replace" select="' do '" />
			<xsl:with-param name="by"><xsl:text> do&#160;</xsl:text></xsl:with-param>
		</xsl:call-template>
	</xsl:template>
	<xsl:template name="formater8">
		<xsl:param name="text"/>
		<xsl:call-template name="string-replace-all">
			<xsl:with-param name="text" select="$text"/>
			<xsl:with-param name="replace" select="' cez '" />
			<xsl:with-param name="by"><xsl:text> cez&#160;</xsl:text></xsl:with-param>
		</xsl:call-template>
	</xsl:template>
	<xsl:template name="formater9">
		<xsl:param name="text"/>
		<xsl:call-template name="string-replace-all">
			<xsl:with-param name="text" select="$text"/>
			<xsl:with-param name="replace" select="' bez '" />
			<xsl:with-param name="by"><xsl:text> bez&#160;</xsl:text></xsl:with-param>
		</xsl:call-template>
	</xsl:template>
	<xsl:template name="formater10">
		<xsl:param name="text"/>
		<xsl:call-template name="string-replace-all">
			<xsl:with-param name="text" select="$text"/>
			<xsl:with-param name="replace" select="' od '" />
			<xsl:with-param name="by"><xsl:text> od&#160;</xsl:text></xsl:with-param>
		</xsl:call-template>
	</xsl:template>
	<xsl:template name="formater11">
		<xsl:param name="text"/>
		<xsl:call-template name="string-replace-all">
			<xsl:with-param name="text" select="$text"/>
			<xsl:with-param name="replace" select="' po '" />
			<xsl:with-param name="by"><xsl:text> po&#160;</xsl:text></xsl:with-param>
		</xsl:call-template>
	</xsl:template>
	<xsl:template name="formater12">
		<xsl:param name="text"/>
		<xsl:call-template name="string-replace-all">
			<xsl:with-param name="text" select="$text"/>
			<xsl:with-param name="replace" select="' pod '" />
			<xsl:with-param name="by"><xsl:text> pod&#160;</xsl:text></xsl:with-param>
		</xsl:call-template>
	</xsl:template>
	<xsl:template name="formater13">
		<xsl:param name="text"/>
		<xsl:call-template name="string-replace-all">
			<xsl:with-param name="text" select="$text"/>
			<xsl:with-param name="replace" select="' pre '" />
			<xsl:with-param name="by"><xsl:text> pre&#160;</xsl:text></xsl:with-param>
		</xsl:call-template>
	</xsl:template>
	<xsl:template name="formater14">
		<xsl:param name="text"/>
		<xsl:call-template name="string-replace-all">
			<xsl:with-param name="text" select="$text"/>
			<xsl:with-param name="replace" select="' pri '" />
			<xsl:with-param name="by"><xsl:text> pri&#160;</xsl:text></xsl:with-param>
		</xsl:call-template>
	</xsl:template>
	<xsl:template name="formater15">
		<xsl:param name="text"/>
		<xsl:call-template name="string-replace-all">
			<xsl:with-param name="text" select="$text"/>
			<xsl:with-param name="replace" select="' s '" />
			<xsl:with-param name="by"><xsl:text> s&#160;</xsl:text></xsl:with-param>
		</xsl:call-template>
	</xsl:template>
	<xsl:template name="formater16">
		<xsl:param name="text"/>
		<xsl:call-template name="string-replace-all">
			<xsl:with-param name="text" select="$text"/>
			<xsl:with-param name="replace" select="' so '" />
			<xsl:with-param name="by"><xsl:text> so&#160;</xsl:text></xsl:with-param>
		</xsl:call-template>
	</xsl:template>
	<xsl:template name="formater17">
		<xsl:param name="text"/>
		<xsl:call-template name="string-replace-all">
			<xsl:with-param name="text" select="$text"/>
			<xsl:with-param name="replace" select="' z '" />
			<xsl:with-param name="by"><xsl:text> z&#160;</xsl:text></xsl:with-param>
		</xsl:call-template>
	</xsl:template>
	<xsl:template name="formater18">
		<xsl:param name="text"/>
		<xsl:call-template name="string-replace-all">
			<xsl:with-param name="text" select="$text"/>
			<xsl:with-param name="replace" select="' zo '" />
			<xsl:with-param name="by"><xsl:text> zo&#160;</xsl:text></xsl:with-param>
		</xsl:call-template>
	</xsl:template>
	<xsl:template name="formater19">
		<xsl:param name="text"/>
		<xsl:call-template name="string-replace-all">
			<xsl:with-param name="text" select="$text"/>
			<xsl:with-param name="replace" select="' u '" />
			<xsl:with-param name="by"><xsl:text> u&#160;</xsl:text></xsl:with-param>
		</xsl:call-template>
	</xsl:template>
	<xsl:template name="formater20">
		<xsl:param name="text"/>
		<xsl:call-template name="string-replace-all">
			<xsl:with-param name="text" select="$text"/>
			<xsl:with-param name="replace" select="' proti '" />
			<xsl:with-param name="by"><xsl:text> proti&#160;</xsl:text></xsl:with-param>
		</xsl:call-template>
	</xsl:template>
	<xsl:template name="formater21">
		<xsl:param name="text"/>
		<xsl:call-template name="string-replace-all">
			<xsl:with-param name="text" select="$text"/>
			<xsl:with-param name="replace" select="' pred '" />
			<xsl:with-param name="by"><xsl:text> pred&#160;</xsl:text></xsl:with-param>
		</xsl:call-template>
	</xsl:template>
	<xsl:template name="formater22">
		<xsl:param name="text"/>
		<xsl:call-template name="string-replace-all">
			<xsl:with-param name="text" select="$text"/>
			<xsl:with-param name="replace" select="' medzi '" />
			<xsl:with-param name="by"><xsl:text> medzi&#160;</xsl:text></xsl:with-param>
		</xsl:call-template>
	</xsl:template>
	<xsl:template name="formater23">
		<xsl:param name="text"/>
		<xsl:call-template name="string-replace-all">
			<xsl:with-param name="text" select="$text"/>
			<xsl:with-param name="replace" select="' okrem '" />
			<xsl:with-param name="by"><xsl:text> okrem&#160;</xsl:text></xsl:with-param>
		</xsl:call-template>
	</xsl:template>
	<xsl:template name="formater24">
		<xsl:param name="text"/>
		<xsl:call-template name="string-replace-all">
			<xsl:with-param name="text" select="$text"/>
			<xsl:with-param name="replace" select="' ku '" />
			<xsl:with-param name="by"><xsl:text> ku&#160;</xsl:text></xsl:with-param>
		</xsl:call-template>
	</xsl:template>
	<xsl:template name="formater25">
		<xsl:param name="text"/>
		<xsl:call-template name="string-replace-all">
			<xsl:with-param name="text" select="$text"/>
			<xsl:with-param name="replace" select="' voči '" />
			<xsl:with-param name="by"><xsl:text> voči&#160;</xsl:text></xsl:with-param>
		</xsl:call-template>
	</xsl:template>
	<xsl:template name="formater26">
		<xsl:param name="text"/>
		<xsl:call-template name="string-replace-all">
			<xsl:with-param name="text" select="$text"/>
			<xsl:with-param name="replace" select="' a '" />
			<xsl:with-param name="by"><xsl:text> a&#160;</xsl:text></xsl:with-param>
		</xsl:call-template>
	</xsl:template>
	<xsl:template name="formater27">
		<xsl:param name="text"/>
		<xsl:call-template name="string-replace-all">
			<xsl:with-param name="text" select="$text"/>
			<xsl:with-param name="replace" select="' nad '" />
			<xsl:with-param name="by"><xsl:text> nad&#160;</xsl:text></xsl:with-param>
		</xsl:call-template>
	</xsl:template>
	<xsl:template name="formater28">
		<xsl:param name="text"/>
		<xsl:call-template name="string-replace-all">
			<xsl:with-param name="text" select="$text"/>
			<xsl:with-param name="replace" select="' EUR'" />
			<xsl:with-param name="by"><xsl:text>&#160;EUR</xsl:text></xsl:with-param>
		</xsl:call-template>
	</xsl:template>
	<xsl:template name="formater29">
		<xsl:param name="text"/>
		<xsl:call-template name="string-replace-all">
			<xsl:with-param name="text" select="$text"/>
			<xsl:with-param name="replace" select="' za '" />
			<xsl:with-param name="by"><xsl:text> za&#160;</xsl:text></xsl:with-param>
		</xsl:call-template>
	</xsl:template>
	<xsl:template name="formater30">
		<xsl:param name="text"/>
		<xsl:call-template name="string-replace-all">
			<xsl:with-param name="text" select="$text"/>
			<xsl:with-param name="replace" select="' č. '" />
			<xsl:with-param name="by"><xsl:text> č.&#160;</xsl:text></xsl:with-param>
		</xsl:call-template>
	</xsl:template>
	<xsl:template name="formater31">
		<xsl:param name="text"/>
		<xsl:call-template name="string-replace-all">
			<xsl:with-param name="text" select="$text"/>
			<xsl:with-param name="replace" select="' vo '" />
			<xsl:with-param name="by"><xsl:text> vo&#160;</xsl:text></xsl:with-param>
		</xsl:call-template>
	</xsl:template>
	<xsl:template name="formater32">
		<xsl:param name="text"/>
		<xsl:call-template name="string-replace-all">
			<xsl:with-param name="text" select="$text"/>
			<xsl:with-param name="replace" select="' eur'" />
			<xsl:with-param name="by"><xsl:text>&#160;eur</xsl:text></xsl:with-param>
		</xsl:call-template>
	</xsl:template>
	<xsl:template name="formater33">
		<xsl:param name="text"/>
		<xsl:call-template name="string-replace-all">
			<xsl:with-param name="text" select="$text"/>
			<xsl:with-param name="replace" select="' odo '" />
			<xsl:with-param name="by"><xsl:text> odo&#160;</xsl:text></xsl:with-param>
		</xsl:call-template>
	</xsl:template>
	<xsl:template name="formater34">
		<xsl:param name="text"/>
		<xsl:call-template name="string-replace-all">
			<xsl:with-param name="text" select="$text"/>
			<xsl:with-param name="replace" select="'(§ '" />
			<xsl:with-param name="by"><xsl:text>(§&#160;</xsl:text></xsl:with-param>
		</xsl:call-template>
	</xsl:template>
	<xsl:template name="formater35">
		<xsl:param name="text"/>
		<xsl:call-template name="string-replace-all">
			<xsl:with-param name="text" select="$text"/>
			<xsl:with-param name="replace" select="' %'" />
			<xsl:with-param name="by"><xsl:text>&#160;%</xsl:text></xsl:with-param>
		</xsl:call-template>
	</xsl:template>
	<xsl:template name="formater36">
		<xsl:param name="text"/>
		<xsl:call-template name="string-replace-all">
			<xsl:with-param name="text" select="$text"/>
			<xsl:with-param name="replace" select="' Z. z.'" />
			<xsl:with-param name="by"><xsl:text>&#160;Z.&#160;z.</xsl:text></xsl:with-param>
		</xsl:call-template>
	</xsl:template>
  
  <!-- GENERATED -->
  <xsl:template match="/">
  <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" font-family="'Arial', sans-serif" font-size="12.0pt" color="#0b0c0c">
    <fo:layout-master-set>
      <!--Vertical page layout-->
  	  <fo:simple-page-master master-name="firstPageVertical" page-height="297mm" page-width="210mm">
  		  <fo:region-body margin-top="2.0cm" margin-bottom="2.0cm" margin-left="2.0cm" margin-right="2.0cm" />
  		  
  		  <fo:region-after region-name="xsl-region-after-first-page" extent="12.5cm" display-align="after"/>
  	  </fo:simple-page-master>
  	  
  	  <fo:simple-page-master master-name="restPagesVertical" page-height="297mm" page-width="210mm">
  		  <fo:region-body margin-top="2.0cm" margin-bottom="2.0cm" margin-left="2.0cm" margin-right="2.0cm" />
  		  <fo:region-after region-name="xsl-region-after-rest-pages" extent="5in" display-align="after"/>
  	  </fo:simple-page-master>
  	  
  	  <fo:page-sequence-master master-name="A4Vertical">
  		  <fo:repeatable-page-master-alternatives>
  			  <fo:conditional-page-master-reference page-position="first" master-reference="firstPageVertical"/>
  			  <fo:conditional-page-master-reference master-reference="restPagesVertical"/>
  		  </fo:repeatable-page-master-alternatives>
  	  </fo:page-sequence-master>
  	  
  	  <!--Horizontal page layout-->
  	  <fo:simple-page-master master-name="firstPageHorizontal" page-height="210mm" page-width="297mm">
  		  <fo:region-body margin-top="2.0cm" margin-bottom="2.0cm" margin-left="2.0cm" margin-right="2.0cm" />
  		  
  		  <fo:region-after region-name="xsl-region-after-first-page" extent="12.5cm" display-align="after"/>
  	  </fo:simple-page-master>
  	  
  	  <fo:simple-page-master master-name="restPagesHorizontal" page-height="210mm" page-width="297mm">
  		  <fo:region-body margin-top="2.0cm" margin-bottom="2.0cm" margin-left="2.0cm" margin-right="2.0cm" />
  		  <fo:region-after region-name="xsl-region-after-rest-pages" extent="5in" display-align="after"/>
  	  </fo:simple-page-master>
  	  
			<fo:page-sequence-master master-name="A4Horizontal">
				<fo:repeatable-page-master-alternatives>
					<fo:conditional-page-master-reference page-position="first" master-reference="firstPageHorizontal"/>
					<fo:conditional-page-master-reference master-reference="restPagesHorizontal"/>
				</fo:repeatable-page-master-alternatives>
			</fo:page-sequence-master>
    </fo:layout-master-set>
        
    <fo:page-sequence master-reference="A4Vertical">
      
      <fo:static-content flow-name="xsl-region-after-first-page" margin-left="2cm" margin-right="2cm">
  <fo:block text-align="center" margin-bottom="1cm">Strana <fo:page-number/> / <fo:page-number-citation ref-id="end"/></fo:block>
</fo:static-content>
      <fo:static-content flow-name="xsl-region-after-rest-pages" margin-left="2cm" margin-right="2cm">
  <fo:block text-align="center" margin-bottom="1cm">Strana <fo:page-number/> / <fo:page-number-citation ref-id="end"/></fo:block>
</fo:static-content>
      
      <!-- *******************MAIN BODY********************* -->
      <fo:flow flow-name="xsl-region-body" >
        <fo:block-container>
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>2mm</xsl:attribute>
<xsl:attribute name='margin-right'>3mm</xsl:attribute>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/>
    <fo:table-body>
      <fo:table-row>
        <fo:table-cell>
          <xsl:attribute name='padding-left'>0mm</xsl:attribute>
<xsl:attribute name='padding-right'>0mm</xsl:attribute>
          <fo:block keep-with-next.within-page="always"
          font-size="24.0pt"
          text-align="left"
          text-decoration="none"
          font-style="normal"
          font-weight="bold"
          >Žiadosť</fo:block>
        </fo:table-cell>
      </fo:table-row>
    </fo:table-body>
  </fo:table>
</fo:block-container><fo:block-container>
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>2mm</xsl:attribute>
<xsl:attribute name='margin-right'>3mm</xsl:attribute>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/>
    <fo:table-body>
      <fo:table-row>
        <fo:table-cell>
          <xsl:attribute name='padding-left'>0mm</xsl:attribute>
<xsl:attribute name='padding-right'>0mm</xsl:attribute>
          <fo:block keep-with-next.within-page="always"
          font-size="14.664pt"
          text-align="left"
          text-decoration="none"
          font-style="normal"
          font-weight="normal"
          >o vydanie rozhodnutia o uvedení priestorov do prevádzky</fo:block>
        </fo:table-cell>
      </fo:table-row>
    </fo:table-body>
  </fo:table>
</fo:block-container><!--foBlockForTableStart-->
  
    <fo:block-container width="auto">
        
          <fo:block    >
            
            
              <fo:block-container>
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>2mm</xsl:attribute>
<xsl:attribute name='margin-right'>3mm</xsl:attribute>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/>
    <fo:table-body>
      <fo:table-row>
        <fo:table-cell>
          <xsl:attribute name='padding-left'>0mm</xsl:attribute>
<xsl:attribute name='padding-right'>0mm</xsl:attribute>
          <fo:block keep-with-next.within-page="always"
          font-size="14.664pt"
          text-align="left"
          text-decoration="none"
          font-style="normal"
          font-weight="bold"
          >Prevádzkovateľ</fo:block>
        </fo:table-cell>
      </fo:table-row>
    </fo:table-body>
  </fo:table>
</fo:block-container><fo:block-container width="100%">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
  <fo:block-container start-indent="0">
    <fo:table table-layout="fixed" width="100%">
      <fo:table-column column-width="33.13%"/>
<fo:table-column column-width="66.87%"/>
      <fo:table-body>
        <fo:table-row>
          <fo:table-cell>
  <fo:block >Typ osoby</fo:block>
</fo:table-cell>
          <fo:table-cell background-color="white" padding="1pt">
              <fo:block>
                <xsl:call-template name="FormatText"><xsl:with-param name="data" select="/e:EFORM090/e:PersonType[not(@*)]/e:Codelist/e:CodelistItem/e:ItemName"/></xsl:call-template>
                <fo:leader />
              </fo:block>
          </fo:table-cell>
        </fo:table-row>
      </fo:table-body>
    </fo:table>
  </fo:block-container>
</fo:block-container><!--foBlockForTableStart-->
  <xsl:if test="/e:EFORM090/e:PersonType[not(@*)]/e:Codelist/e:CodelistItem/e:ItemCode = 'FOP'">
    <fo:block-container width="auto">
        
          <fo:block    >
            
            
              <fo:block-container width="100%">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
  <fo:block-container start-indent="0">
    <fo:table table-layout="fixed" width="100%">
      <fo:table-column column-width="33.13%"/>
<fo:table-column column-width="66.87%"/>
      <fo:table-body>
        <fo:table-row>
          <fo:table-cell>
  <fo:block >Tituly pred menom</fo:block>
</fo:table-cell>
          <fo:table-cell background-color="white" padding="1pt">
              <fo:block>
                <xsl:call-template name="FormatText"><xsl:with-param name="data" select="/e:EFORM090/e:PersonData/e:PhysicalPerson/e:PrefixDegree[@type='qualification' and @position='prefix']"/></xsl:call-template>
                <fo:leader />
              </fo:block>
          </fo:table-cell>
        </fo:table-row>
      </fo:table-body>
    </fo:table>
  </fo:block-container>
</fo:block-container><fo:block-container width="100%">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
  <fo:block-container start-indent="0">
    <fo:table table-layout="fixed" width="100%">
      <fo:table-column column-width="33.13%"/>
<fo:table-column column-width="66.87%"/>
      <fo:table-body>
        <fo:table-row>
          <fo:table-cell>
  <fo:block >Meno</fo:block>
</fo:table-cell>
          <fo:table-cell background-color="white" padding="1pt">
              <fo:block>
                <xsl:call-template name="FormatText"><xsl:with-param name="data" select="/e:EFORM090/e:PersonData/e:PhysicalPerson/e:GivenName[not(@*)]"/></xsl:call-template>
                <fo:leader />
              </fo:block>
          </fo:table-cell>
        </fo:table-row>
      </fo:table-body>
    </fo:table>
  </fo:block-container>
</fo:block-container><fo:block-container width="100%">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
  <fo:block-container start-indent="0">
    <fo:table table-layout="fixed" width="100%">
      <fo:table-column column-width="33.13%"/>
<fo:table-column column-width="66.87%"/>
      <fo:table-body>
        <fo:table-row>
          <fo:table-cell>
  <fo:block >Priezvisko</fo:block>
</fo:table-cell>
          <fo:table-cell background-color="white" padding="1pt">
              <fo:block>
                <xsl:call-template name="FormatText"><xsl:with-param name="data" select="/e:EFORM090/e:PersonData/e:PhysicalPerson/e:Surname[not(@*)]"/></xsl:call-template>
                <fo:leader />
              </fo:block>
          </fo:table-cell>
        </fo:table-row>
      </fo:table-body>
    </fo:table>
  </fo:block-container>
</fo:block-container><fo:block-container width="100%">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
  <fo:block-container start-indent="0">
    <fo:table table-layout="fixed" width="100%">
      <fo:table-column column-width="33.13%"/>
<fo:table-column column-width="66.87%"/>
      <fo:table-body>
        <fo:table-row>
          <fo:table-cell>
  <fo:block >Tituly za menom</fo:block>
</fo:table-cell>
          <fo:table-cell background-color="white" padding="1pt">
              <fo:block>
                <xsl:call-template name="FormatText"><xsl:with-param name="data" select="/e:EFORM090/e:PersonData/e:PhysicalPerson/e:SuffixDegree[@type='qualification' and @position='postfix']"/></xsl:call-template>
                <fo:leader />
              </fo:block>
          </fo:table-cell>
        </fo:table-row>
      </fo:table-body>
    </fo:table>
  </fo:block-container>
</fo:block-container>
            
          </fo:block>
        
    </fo:block-container>
  </xsl:if>
<!--foBlockForTableEnd--><!--foBlockForTableStart-->
  <xsl:if test="/e:EFORM090/e:PersonType[not(@*)]/e:Codelist/e:CodelistItem/e:ItemCode = 'FOP' or /e:EFORM090/e:PersonType[not(@*)]/e:Codelist/e:CodelistItem/e:ItemCode = 'POSR' or /e:EFORM090/e:PersonType[not(@*)]/e:Codelist/e:CodelistItem/e:ItemCode = 'POZ'">
    <fo:block-container width="auto">
        
          <fo:block    >
            
            
              <fo:block-container width="100%">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
  <fo:block-container start-indent="0">
    <fo:table table-layout="fixed" width="100%">
      <fo:table-column column-width="33.13%"/>
<fo:table-column column-width="66.87%"/>
      <fo:table-body>
        <fo:table-row>
          <fo:table-cell>
  <fo:block >IČO</fo:block>
</fo:table-cell>
          <fo:table-cell background-color="white" padding="1pt">
              <fo:block>
                <xsl:call-template name="FormatText"><xsl:with-param name="data" select="/e:EFORM090/e:PersonData/e:CorporateBody/e:ICO/e:IdentifierValue[not(@*)]"/></xsl:call-template>
                <fo:leader />
              </fo:block>
          </fo:table-cell>
        </fo:table-row>
      </fo:table-body>
    </fo:table>
  </fo:block-container>
</fo:block-container><fo:block-container width="100%">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
  <fo:block-container start-indent="0">
    <fo:table table-layout="fixed" width="100%">
      <fo:table-column column-width="33.13%"/>
<fo:table-column column-width="66.87%"/>
      <fo:table-body>
        <fo:table-row>
          <fo:table-cell>
  <fo:block >Obchodné meno</fo:block>
</fo:table-cell>
          <fo:table-cell background-color="white" padding="1pt">
              <fo:block>
                <xsl:call-template name="FormatText"><xsl:with-param name="data" select="/e:EFORM090/e:PersonData/e:CorporateBody/e:CorporateBodyFullName[not(@*)]"/></xsl:call-template>
                <fo:leader />
              </fo:block>
          </fo:table-cell>
        </fo:table-row>
      </fo:table-body>
    </fo:table>
  </fo:block-container>
</fo:block-container>
            
          </fo:block>
        
    </fo:block-container>
  </xsl:if>
<!--foBlockForTableEnd--><!--foBlockForTableStart-->
  <xsl:if test="/e:EFORM090/e:PersonType[not(@*)]/e:Codelist/e:CodelistItem/e:ItemCode = 'FOP' or /e:EFORM090/e:PersonType[not(@*)]/e:Codelist/e:CodelistItem/e:ItemCode = 'POSR'">
    <fo:block-container width="auto">
        
          <fo:block    >
            
            
              <fo:block-container>
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>2mm</xsl:attribute>
<xsl:attribute name='margin-right'>3mm</xsl:attribute>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/>
    <fo:table-body>
      <fo:table-row>
        <fo:table-cell>
          <xsl:attribute name='padding-left'>0mm</xsl:attribute>
<xsl:attribute name='padding-right'>0mm</xsl:attribute>
          <fo:block keep-with-next.within-page="always"
          font-size="14.664pt"
          text-align="left"
          text-decoration="none"
          font-style="normal"
          font-weight="normal"
          >Miesto podnikania / sídlo</fo:block>
        </fo:table-cell>
      </fo:table-row>
    </fo:table-body>
  </fo:table>
</fo:block-container><fo:block-container width="100%">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
  <fo:block-container start-indent="0">
    <fo:table table-layout="fixed" width="100%">
      <fo:table-column column-width="33.13%"/>
<fo:table-column column-width="66.87%"/>
      <fo:table-body>
        <fo:table-row>
          <fo:table-cell>
  <fo:block >Ulica</fo:block>
</fo:table-cell>
          <fo:table-cell background-color="white" padding="1pt">
              <fo:block>
                <xsl:call-template name="FormatText"><xsl:with-param name="data" select="/e:EFORM090/e:PersonData/e:Address/e:StreetName[not(@*)]"/></xsl:call-template>
                <fo:leader />
              </fo:block>
          </fo:table-cell>
        </fo:table-row>
      </fo:table-body>
    </fo:table>
  </fo:block-container>
</fo:block-container><fo:block-container width="100%">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
  <fo:block-container start-indent="0">
    <fo:table table-layout="fixed" width="100%">
      <fo:table-column column-width="33.13%"/>
<fo:table-column column-width="66.87%"/>
      <fo:table-body>
        <fo:table-row>
          <fo:table-cell>
  <fo:block >Súpisné číslo</fo:block>
</fo:table-cell>
          <fo:table-cell background-color="white" padding="1pt">
              <fo:block>
                <xsl:call-template name="FormatText"><xsl:with-param name="data" select="/e:EFORM090/e:PersonData/e:Address/e:PropertyRegistrationNumber[not(@*)]"/></xsl:call-template>
                <fo:leader />
              </fo:block>
          </fo:table-cell>
        </fo:table-row>
      </fo:table-body>
    </fo:table>
  </fo:block-container>
</fo:block-container><fo:block-container width="100%">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
  <fo:block-container start-indent="0">
    <fo:table table-layout="fixed" width="100%">
      <fo:table-column column-width="33.13%"/>
<fo:table-column column-width="66.87%"/>
      <fo:table-body>
        <fo:table-row>
          <fo:table-cell>
  <fo:block >Orientačné číslo</fo:block>
</fo:table-cell>
          <fo:table-cell background-color="white" padding="1pt">
              <fo:block>
                <xsl:call-template name="FormatText"><xsl:with-param name="data" select="/e:EFORM090/e:PersonData/e:Address/e:BuildingNumber[not(@*)]"/></xsl:call-template>
                <fo:leader />
              </fo:block>
          </fo:table-cell>
        </fo:table-row>
      </fo:table-body>
    </fo:table>
  </fo:block-container>
</fo:block-container><fo:block-container width="100%">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
  <fo:block-container start-indent="0">
    <fo:table table-layout="fixed" width="100%">
      <fo:table-column column-width="33.13%"/>
<fo:table-column column-width="66.87%"/>
      <fo:table-body>
        <fo:table-row>
          <fo:table-cell>
  <fo:block >Obec</fo:block>
</fo:table-cell>
          <fo:table-cell background-color="white" padding="1pt">
              <fo:block>
                <xsl:call-template name="FormatText"><xsl:with-param name="data" select="/e:EFORM090/e:PersonData/e:Address/e:Municipality[not(@*)]/e:Codelist/e:CodelistItem/e:ItemName"/></xsl:call-template>
                <fo:leader />
              </fo:block>
          </fo:table-cell>
        </fo:table-row>
      </fo:table-body>
    </fo:table>
  </fo:block-container>
</fo:block-container><fo:block-container width="100%">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
  <fo:block-container start-indent="0">
    <fo:table table-layout="fixed" width="100%">
      <fo:table-column column-width="33.13%"/>
<fo:table-column column-width="66.87%"/>
      <fo:table-body>
        <fo:table-row>
          <fo:table-cell>
  <fo:block >PSČ</fo:block>
</fo:table-cell>
          <fo:table-cell background-color="white" padding="1pt">
              <fo:block>
                <xsl:call-template name="FormatText"><xsl:with-param name="data" select="/e:EFORM090/e:PersonData/e:Address/e:PostalCode[not(@*)]"/></xsl:call-template>
                <fo:leader />
              </fo:block>
          </fo:table-cell>
        </fo:table-row>
      </fo:table-body>
    </fo:table>
  </fo:block-container>
</fo:block-container>
            
          </fo:block>
        
    </fo:block-container>
  </xsl:if>
<!--foBlockForTableEnd--><!--foBlockForTableStart-->
  <xsl:if test="/e:EFORM090/e:PersonType[not(@*)]/e:Codelist/e:CodelistItem/e:ItemCode = 'POZ'">
    <fo:block-container width="auto">
        
          <fo:block    >
            
            
              <fo:block-container>
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>2mm</xsl:attribute>
<xsl:attribute name='margin-right'>3mm</xsl:attribute>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/>
    <fo:table-body>
      <fo:table-row>
        <fo:table-cell>
          <xsl:attribute name='padding-left'>0mm</xsl:attribute>
<xsl:attribute name='padding-right'>0mm</xsl:attribute>
          <fo:block keep-with-next.within-page="always"
          font-size="14.664pt"
          text-align="left"
          text-decoration="none"
          font-style="normal"
          font-weight="normal"
          >Miesto podnikania / sídlo</fo:block>
        </fo:table-cell>
      </fo:table-row>
    </fo:table-body>
  </fo:table>
</fo:block-container><fo:block-container width="100%">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
  <fo:block-container start-indent="0">
    <fo:table table-layout="fixed" width="100%">
      <fo:table-column column-width="33.13%"/>
<fo:table-column column-width="66.87%"/>
      <fo:table-body>
        <fo:table-row>
          <fo:table-cell>
  <fo:block >Ulica</fo:block>
</fo:table-cell>
          <fo:table-cell background-color="white" padding="1pt">
              <fo:block>
                <xsl:call-template name="FormatText"><xsl:with-param name="data" select="/e:EFORM090/e:PersonData/e:ForeignAddress/e:StreetName[not(@*)]"/></xsl:call-template>
                <fo:leader />
              </fo:block>
          </fo:table-cell>
        </fo:table-row>
      </fo:table-body>
    </fo:table>
  </fo:block-container>
</fo:block-container><fo:block-container width="100%">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
  <fo:block-container start-indent="0">
    <fo:table table-layout="fixed" width="100%">
      <fo:table-column column-width="33.13%"/>
<fo:table-column column-width="66.87%"/>
      <fo:table-body>
        <fo:table-row>
          <fo:table-cell>
  <fo:block >Orientačné číslo</fo:block>
</fo:table-cell>
          <fo:table-cell background-color="white" padding="1pt">
              <fo:block>
                <xsl:call-template name="FormatText"><xsl:with-param name="data" select="/e:EFORM090/e:PersonData/e:ForeignAddress/e:BuildingNumber[not(@*)]"/></xsl:call-template>
                <fo:leader />
              </fo:block>
          </fo:table-cell>
        </fo:table-row>
      </fo:table-body>
    </fo:table>
  </fo:block-container>
</fo:block-container><fo:block-container width="100%">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
  <fo:block-container start-indent="0">
    <fo:table table-layout="fixed" width="100%">
      <fo:table-column column-width="33.13%"/>
<fo:table-column column-width="66.87%"/>
      <fo:table-body>
        <fo:table-row>
          <fo:table-cell>
  <fo:block >Obec</fo:block>
</fo:table-cell>
          <fo:table-cell background-color="white" padding="1pt">
              <fo:block>
                <xsl:call-template name="FormatText"><xsl:with-param name="data" select="/e:EFORM090/e:PersonData/e:ForeignAddress/e:Municipality[not(@*)]"/></xsl:call-template>
                <fo:leader />
              </fo:block>
          </fo:table-cell>
        </fo:table-row>
      </fo:table-body>
    </fo:table>
  </fo:block-container>
</fo:block-container><fo:block-container width="100%">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
  <fo:block-container start-indent="0">
    <fo:table table-layout="fixed" width="100%">
      <fo:table-column column-width="33.13%"/>
<fo:table-column column-width="66.87%"/>
      <fo:table-body>
        <fo:table-row>
          <fo:table-cell>
  <fo:block >Poštový kód</fo:block>
</fo:table-cell>
          <fo:table-cell background-color="white" padding="1pt">
              <fo:block>
                <xsl:call-template name="FormatText"><xsl:with-param name="data" select="/e:EFORM090/e:PersonData/e:ForeignAddress/e:PostalCode[not(@*)]"/></xsl:call-template>
                <fo:leader />
              </fo:block>
          </fo:table-cell>
        </fo:table-row>
      </fo:table-body>
    </fo:table>
  </fo:block-container>
</fo:block-container><fo:block-container width="100%">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
  <fo:block-container start-indent="0">
    <fo:table table-layout="fixed" width="100%">
      <fo:table-column column-width="33.13%"/>
<fo:table-column column-width="66.87%"/>
      <fo:table-body>
        <fo:table-row>
          <fo:table-cell>
  <fo:block >Krajina</fo:block>
</fo:table-cell>
          <fo:table-cell background-color="white" padding="1pt">
              <fo:block>
                <xsl:call-template name="FormatText"><xsl:with-param name="data" select="/e:EFORM090/e:PersonData/e:ForeignAddress/e:Country[not(@*)]/e:Codelist/e:CodelistItem/e:ItemName"/></xsl:call-template>
                <fo:leader />
              </fo:block>
          </fo:table-cell>
        </fo:table-row>
      </fo:table-body>
    </fo:table>
  </fo:block-container>
</fo:block-container>
            
          </fo:block>
        
    </fo:block-container>
  </xsl:if>
<!--foBlockForTableEnd--><!--foBlockForTableStart-->
  <xsl:if test="/e:EFORM090/e:PersonType[not(@*)]/e:Codelist/e:CodelistItem/e:ItemCode = 'FOP' or /e:EFORM090/e:PersonType[not(@*)]/e:Codelist/e:CodelistItem/e:ItemCode = 'POSR' or /e:EFORM090/e:PersonType[not(@*)]/e:Codelist/e:CodelistItem/e:ItemCode = 'POZ'">
    <fo:block-container width="auto">
        
          <fo:block    >
            
            
              <fo:block-container>
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>2mm</xsl:attribute>
<xsl:attribute name='margin-right'>3mm</xsl:attribute>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/>
    <fo:table-body>
      <fo:table-row>
        <fo:table-cell>
          <xsl:attribute name='padding-left'>0mm</xsl:attribute>
<xsl:attribute name='padding-right'>0mm</xsl:attribute>
          <fo:block keep-with-next.within-page="always"
          font-size="14.664pt"
          text-align="left"
          text-decoration="none"
          font-style="normal"
          font-weight="normal"
          >Zodpovedná osoba</fo:block>
        </fo:table-cell>
      </fo:table-row>
    </fo:table-body>
  </fo:table>
</fo:block-container><fo:block-container width="100%">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
  <fo:block-container start-indent="0">
    <fo:table table-layout="fixed" width="100%">
      <fo:table-column column-width="33.13%"/>
<fo:table-column column-width="66.87%"/>
      <fo:table-body>
        <fo:table-row>
          <fo:table-cell>
  <fo:block >Meno a priezvisko zodpovednej osoby</fo:block>
</fo:table-cell>
          <fo:table-cell background-color="white" padding="1pt">
              <fo:block>
                <xsl:call-template name="FormatText"><xsl:with-param name="data" select="/e:EFORM090/e:ResponsiblePerson/e:PersonName[not(@*)]"/></xsl:call-template>
                <fo:leader />
              </fo:block>
          </fo:table-cell>
        </fo:table-row>
      </fo:table-body>
    </fo:table>
  </fo:block-container>
</fo:block-container><!--foBlockForTableStart-->
  
    <fo:block-container width="auto">
        
          <fo:block    >
            
            
              <fo:block-container width="100%">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
  <fo:block-container start-indent="0">
    <fo:table table-layout="fixed" width="100%">
      <fo:table-column column-width="33.13%"/>
<fo:table-column column-width="66.87%"/>
      <fo:table-body>
        <fo:table-row>
          <fo:table-cell>
  <fo:block >Telefónne číslo</fo:block>
</fo:table-cell>
          <fo:table-cell background-color="white" padding="1pt">
              <fo:block>
                <xsl:call-template name="FormatText"><xsl:with-param name="data" select="/e:EFORM090[not(@*)]/e:ResponsiblePerson/e:TelephoneNumber[not(@*)]"/></xsl:call-template>
                <fo:leader />
              </fo:block>
          </fo:table-cell>
        </fo:table-row>
      </fo:table-body>
    </fo:table>
  </fo:block-container>
</fo:block-container><fo:block-container width="100%">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
  <fo:block-container start-indent="0">
    <fo:table table-layout="fixed" width="100%">
      <fo:table-column column-width="33.13%"/>
<fo:table-column column-width="66.87%"/>
      <fo:table-body>
        <fo:table-row>
          <fo:table-cell>
  <fo:block >Emailová adresa</fo:block>
</fo:table-cell>
          <fo:table-cell background-color="white" padding="1pt">
              <fo:block>
                <xsl:call-template name="FormatText"><xsl:with-param name="data" select="/e:EFORM090[not(@*)]/e:ResponsiblePerson/e:Email[not(@*)]"/></xsl:call-template>
                <fo:leader />
              </fo:block>
          </fo:table-cell>
        </fo:table-row>
      </fo:table-body>
    </fo:table>
  </fo:block-container>
</fo:block-container>
            
          </fo:block>
        
    </fo:block-container>
  
<!--foBlockForTableEnd-->
            
          </fo:block>
        
    </fo:block-container>
  </xsl:if>
<!--foBlockForTableEnd--><!--foBlockForTableStart-->
  <xsl:if test="/e:EFORM090/e:PersonType[not(@*)]/e:Codelist/e:CodelistItem/e:ItemCode = 'FOP' or /e:EFORM090/e:PersonType[not(@*)]/e:Codelist/e:CodelistItem/e:ItemCode = 'POSR' or /e:EFORM090/e:PersonType[not(@*)]/e:Codelist/e:CodelistItem/e:ItemCode = 'POZ'">
    <fo:block-container width="auto">
        
          <fo:block    >
            
            
              <!--foBlockForTableStart-->
  
    <fo:block-container width="auto">
        
          <fo:block    >
            
            
              <xsl:choose>
  <xsl:when test="/e:EFORM090[not(@*)]/e:Plenipotentiary[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>Podanie podáva splnomocnenec</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose><xsl:choose>
  <xsl:when test="/e:EFORM090[not(@*)]/e:KontactSameAsPlenipotentiary[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>Kontaktné údaje sú rovnaké ako pri zodpovednej osobe</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose>
            
          </fo:block>
        
    </fo:block-container>
  
<!--foBlockForTableEnd--><fo:block-container>
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>2mm</xsl:attribute>
<xsl:attribute name='margin-right'>3mm</xsl:attribute>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/>
    <fo:table-body>
      <fo:table-row>
        <fo:table-cell>
          <xsl:attribute name='padding-left'>0mm</xsl:attribute>
<xsl:attribute name='padding-right'>0mm</xsl:attribute>
          <fo:block keep-with-next.within-page="always"
          font-size="14.664pt"
          text-align="left"
          text-decoration="none"
          font-style="normal"
          font-weight="normal"
          >Kontaktné údaje</fo:block>
        </fo:table-cell>
      </fo:table-row>
    </fo:table-body>
  </fo:table>
</fo:block-container><fo:block-container>
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>2mm</xsl:attribute>
<xsl:attribute name='margin-right'>3mm</xsl:attribute>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/>
    <fo:table-body>
      <fo:table-row>
        <fo:table-cell>
          <xsl:attribute name='padding-left'>0mm</xsl:attribute>
<xsl:attribute name='padding-right'>0mm</xsl:attribute>
          <fo:block keep-with-next.within-page="always"
          font-size="12.0pt"
          text-align="left"
          text-decoration="none"
          font-style="normal"
          font-weight="normal"
          >Pre príprad potreby spresnenia alebo informovania o priebehu vybavovania podania, vyplňte aspoň jeden údaj.</fo:block>
        </fo:table-cell>
      </fo:table-row>
    </fo:table-body>
  </fo:table>
</fo:block-container><fo:block-container>
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>2mm</xsl:attribute>
<xsl:attribute name='margin-right'>3mm</xsl:attribute>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/>
    <fo:table-body>
      <fo:table-row>
        <fo:table-cell>
          <xsl:attribute name='padding-left'>0mm</xsl:attribute>
<xsl:attribute name='padding-right'>0mm</xsl:attribute>
          <fo:block keep-with-next.within-page="always"
          font-size="12.0pt"
          text-align="left"
          text-decoration="none"
          font-style="normal"
          font-weight="normal"
          >Ak podáva žiadosť prevádzkovateľ, uvádzajú sa kontaktné údaje prevádzkovateľa.</fo:block>
        </fo:table-cell>
      </fo:table-row>
    </fo:table-body>
  </fo:table>
</fo:block-container><fo:block-container>
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>2mm</xsl:attribute>
<xsl:attribute name='margin-right'>3mm</xsl:attribute>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/>
    <fo:table-body>
      <fo:table-row>
        <fo:table-cell>
          <xsl:attribute name='padding-left'>0mm</xsl:attribute>
<xsl:attribute name='padding-right'>0mm</xsl:attribute>
          <fo:block keep-with-next.within-page="always"
          font-size="12.0pt"
          text-align="left"
          text-decoration="none"
          font-style="normal"
          font-weight="normal"
          >Ak podáva žiadosť splnomocnenec, uvádzajú sa kontaktné údaje splnomocnenca.</fo:block>
        </fo:table-cell>
      </fo:table-row>
    </fo:table-body>
  </fo:table>
</fo:block-container><fo:block-container width="100%">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
  <fo:block-container start-indent="0">
    <fo:table table-layout="fixed" width="100%">
      <fo:table-column column-width="33.13%"/>
<fo:table-column column-width="66.87%"/>
      <fo:table-body>
        <fo:table-row>
          <fo:table-cell>
  <fo:block >Meno a priezvisko kontaktnej osoby</fo:block>
</fo:table-cell>
          <fo:table-cell background-color="white" padding="1pt">
              <fo:block>
                <xsl:call-template name="FormatText"><xsl:with-param name="data" select="/e:EFORM090/e:ContactPerson/e:PersonName[not(@*)]"/></xsl:call-template>
                <fo:leader />
              </fo:block>
          </fo:table-cell>
        </fo:table-row>
      </fo:table-body>
    </fo:table>
  </fo:block-container>
</fo:block-container><!--foBlockForTableStart-->
  
    <fo:block-container width="auto">
        
          <fo:block    >
            
            
              <fo:block-container width="100%">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
  <fo:block-container start-indent="0">
    <fo:table table-layout="fixed" width="100%">
      <fo:table-column column-width="33.13%"/>
<fo:table-column column-width="66.87%"/>
      <fo:table-body>
        <fo:table-row>
          <fo:table-cell>
  <fo:block >Telefónne číslo</fo:block>
</fo:table-cell>
          <fo:table-cell background-color="white" padding="1pt">
              <fo:block>
                <xsl:call-template name="FormatText"><xsl:with-param name="data" select="/e:EFORM090[not(@*)]/e:ContactPerson/e:TelephoneNumber[not(@*)]"/></xsl:call-template>
                <fo:leader />
              </fo:block>
          </fo:table-cell>
        </fo:table-row>
      </fo:table-body>
    </fo:table>
  </fo:block-container>
</fo:block-container><fo:block-container width="100%">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
  <fo:block-container start-indent="0">
    <fo:table table-layout="fixed" width="100%">
      <fo:table-column column-width="33.13%"/>
<fo:table-column column-width="66.87%"/>
      <fo:table-body>
        <fo:table-row>
          <fo:table-cell>
  <fo:block >Emailová adresa</fo:block>
</fo:table-cell>
          <fo:table-cell background-color="white" padding="1pt">
              <fo:block>
                <xsl:call-template name="FormatText"><xsl:with-param name="data" select="/e:EFORM090[not(@*)]/e:ContactPerson/e:Email[not(@*)]"/></xsl:call-template>
                <fo:leader />
              </fo:block>
          </fo:table-cell>
        </fo:table-row>
      </fo:table-body>
    </fo:table>
  </fo:block-container>
</fo:block-container>
            
          </fo:block>
        
    </fo:block-container>
  
<!--foBlockForTableEnd-->
            
          </fo:block>
        
    </fo:block-container>
  </xsl:if>
<!--foBlockForTableEnd--><!--foBlockForTableStart-->
  <xsl:if test="/e:EFORM090/e:PersonType[not(@*)]/e:Codelist/e:CodelistItem/e:ItemCode = 'FOP' or /e:EFORM090/e:PersonType[not(@*)]/e:Codelist/e:CodelistItem/e:ItemCode = 'POSR' or /e:EFORM090/e:PersonType[not(@*)]/e:Codelist/e:CodelistItem/e:ItemCode = 'POZ'">
    <fo:block-container width="auto">
        
          <fo:block    >
            
            
              <fo:block-container margin-bottom="3mm" width="auto" margin-top='1mm'>
    <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
      <fo:table-column column-width="100%"/>
      <fo:table-body>
        <fo:table-row>
          <fo:table-cell>
            <xsl:attribute name='padding-left'>0mm</xsl:attribute>
<xsl:attribute name='padding-right'>0mm</xsl:attribute>
            <fo:block keep-with-previous.within-page="100">
              <fo:leader leader-pattern="rule" leader-length="100%" rule-style="solid" rule-thickness="1pt"></fo:leader>
            </fo:block>
          </fo:table-cell>
        </fo:table-row>
      </fo:table-body>
    </fo:table>
</fo:block-container><!--foBlockForTableStart-->
  
    <fo:block-container width="auto">
        
          <fo:block    >
            
            
              <xsl:choose>
  <xsl:when test="/e:EFORM090[not(@*)]/e:ProcessingPersonalDataAgreeCheckbox[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>Oboznámil som sa s informáciami o spracúvaní osobných údajov</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose><fo:block-container margin-bottom="3mm" width="auto" margin-top='3mm'>
    <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
      <fo:table-column column-width="100%"/>
      <fo:table-body>
        <fo:table-row>
          <fo:table-cell>
            <xsl:attribute name='padding-left'>0mm</xsl:attribute>
<xsl:attribute name='padding-right'>0mm</xsl:attribute>
            <fo:block keep-with-previous.within-page="100">
              <fo:leader leader-pattern="rule" leader-length="100%" rule-style="solid" rule-thickness="1pt"></fo:leader>
            </fo:block>
          </fo:table-cell>
        </fo:table-row>
      </fo:table-body>
    </fo:table>
</fo:block-container>
            
          </fo:block>
        
    </fo:block-container>
  
<!--foBlockForTableEnd--><!--foBlockForTableStart-->
  
    <fo:block-container width="auto">
        
          <fo:block    >
            
            
              <!--foBlockForTableStart-->
  
    <fo:block-container width="auto">
        
          <fo:block    >
            
            
              <xsl:choose>
  <xsl:when test="/e:EFORM090[not(@*)]/e:AdministrativeFeesExemptCheckbox[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>Som subjektom oslobodeným od správnych poplatkov podľa</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose><!--foBlockForTableStart-->
  <xsl:if test="/e:EFORM090[not(@*)]/e:AdministrativeFeesExemptCheckbox[not(@*)] = 'true'">
    <fo:block-container width="auto">
        
          <fo:block    >
            
            
              <fo:block-container width="auto" >
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
  
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/><fo:table-body><fo:table-row>
      <fo:table-cell>
        <xsl:attribute name='padding-left'>0mm</xsl:attribute>
<xsl:attribute name='padding-right'>0mm</xsl:attribute>
        <fo:block
          start-indent="0"
          font-size="12.0pt"
          text-decoration="none"
          font-style="normal"
          font-weight="normal"
          
          ><fo:block><xsl:call-template name="FormatText"><xsl:with-param name="data">&#xa0; &#xa0; &#xa0; &#xa0; &#xa0; &#xa0; &#xa0; &#xa0; &#xa0; &#xa0; &#xa0;</xsl:with-param></xsl:call-template><fo:basic-link color="blue" text-decoration="underline"><xsl:attribute name="external-destination">url('https://www.slov-lex.sk/ezbierky/pravne-predpisy/SK/ZZ/1995/145/#paragraf-4')</xsl:attribute><xsl:call-template name="FormatText"><xsl:with-param name="data">§ 4 zákona č. 145/1995 Z. z. o správnych poplatkoch</xsl:with-param></xsl:call-template></fo:basic-link><xsl:call-template name="FormatText"><xsl:with-param name="data">&#xa0;</xsl:with-param></xsl:call-template><fo:block/></fo:block></fo:block>
      </fo:table-cell>
    </fo:table-row></fo:table-body>
  </fo:table>
</fo:block-container><fo:block-container width="auto" >
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
  
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/><fo:table-body><fo:table-row>
      <fo:table-cell>
        <xsl:attribute name='padding-left'>0mm</xsl:attribute>
<xsl:attribute name='padding-right'>0mm</xsl:attribute>
        <fo:block
          start-indent="0"
          font-size="12.0pt"
          text-decoration="none"
          font-style="normal"
          font-weight="normal"
          
          ><fo:block><fo:inline font-style="italic"><xsl:call-template name="FormatText"><xsl:with-param name="data">Upozornenie: Úrad verejného zdravotníctva si môže vyžiadať doloženie tejto skutočnosti.</xsl:with-param></xsl:call-template></fo:inline></fo:block></fo:block>
      </fo:table-cell>
    </fo:table-row></fo:table-body>
  </fo:table>
</fo:block-container>
            
          </fo:block>
        
    </fo:block-container>
  </xsl:if>
<!--foBlockForTableEnd-->
            
          </fo:block>
        
    </fo:block-container>
  
<!--foBlockForTableEnd-->
            
          </fo:block>
        
    </fo:block-container>
  
<!--foBlockForTableEnd-->
            
          </fo:block>
        
    </fo:block-container>
  </xsl:if>
<!--foBlockForTableEnd-->
            
          </fo:block>
        
    </fo:block-container>
  
<!--foBlockForTableEnd--><!--foBlockForTableStart-->
  
    <fo:block-container width="auto">
        
          <fo:block    >
            
            
              <!--foBlockForTableStart-->
  
    <fo:block-container width="auto">
        
          <fo:block    >
            
            
              <fo:block-container>
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>2mm</xsl:attribute>
<xsl:attribute name='margin-right'>3mm</xsl:attribute>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/>
    <fo:table-body>
      <fo:table-row>
        <fo:table-cell>
          <xsl:attribute name='padding-left'>0mm</xsl:attribute>
<xsl:attribute name='padding-right'>0mm</xsl:attribute>
          <fo:block keep-with-next.within-page="always"
          font-size="14.664pt"
          text-align="left"
          text-decoration="none"
          font-style="normal"
          font-weight="bold"
          >Údaje o prevádzke</fo:block>
        </fo:table-cell>
      </fo:table-row>
    </fo:table-body>
  </fo:table>
</fo:block-container><fo:block-container width="100%">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
  <fo:block-container start-indent="0">
    <fo:table table-layout="fixed" width="100%">
      <fo:table-column column-width="33.13%"/>
<fo:table-column column-width="66.87%"/>
      <fo:table-body>
        <fo:table-row>
          <fo:table-cell>
  <fo:block >Názov prevádzky</fo:block>
</fo:table-cell>
          <fo:table-cell background-color="white" padding="1pt">
              <fo:block>
                <xsl:call-template name="FormatText"><xsl:with-param name="data" select="/e:EFORM090[not(@*)]/e:BranchData/e:BranchName[not(@*)]"/></xsl:call-template>
                <fo:leader />
              </fo:block>
          </fo:table-cell>
        </fo:table-row>
      </fo:table-body>
    </fo:table>
  </fo:block-container>
</fo:block-container><fo:block-container width="100%">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
  <fo:block-container start-indent="0">
    <fo:table table-layout="fixed" width="100%">
      <fo:table-column column-width="33.13%"/>
<fo:table-column column-width="66.87%"/>
      <fo:table-body>
        <fo:table-row>
          <fo:table-cell>
  <fo:block >Ulica</fo:block>
</fo:table-cell>
          <fo:table-cell background-color="white" padding="1pt">
              <fo:block>
                <xsl:call-template name="FormatText"><xsl:with-param name="data" select="/e:EFORM090[not(@*)]/e:BranchData/e:Address/e:StreetName[not(@*)]"/></xsl:call-template>
                <fo:leader />
              </fo:block>
          </fo:table-cell>
        </fo:table-row>
      </fo:table-body>
    </fo:table>
  </fo:block-container>
</fo:block-container><fo:block-container width="100%">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
  <fo:block-container start-indent="0">
    <fo:table table-layout="fixed" width="100%">
      <fo:table-column column-width="33.13%"/>
<fo:table-column column-width="66.87%"/>
      <fo:table-body>
        <fo:table-row>
          <fo:table-cell>
  <fo:block >Súpisné číslo</fo:block>
</fo:table-cell>
          <fo:table-cell background-color="white" padding="1pt">
              <fo:block>
                <xsl:call-template name="FormatText"><xsl:with-param name="data" select="/e:EFORM090[not(@*)]/e:BranchData/e:Address/e:RegistrationNumber[not(@*)]"/></xsl:call-template>
                <fo:leader />
              </fo:block>
          </fo:table-cell>
        </fo:table-row>
      </fo:table-body>
    </fo:table>
  </fo:block-container>
</fo:block-container><fo:block-container width="100%">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
  <fo:block-container start-indent="0">
    <fo:table table-layout="fixed" width="100%">
      <fo:table-column column-width="33.13%"/>
<fo:table-column column-width="66.87%"/>
      <fo:table-body>
        <fo:table-row>
          <fo:table-cell>
  <fo:block >Orientačné číslo</fo:block>
</fo:table-cell>
          <fo:table-cell background-color="white" padding="1pt">
              <fo:block>
                <xsl:call-template name="FormatText"><xsl:with-param name="data" select="/e:EFORM090[not(@*)]/e:BranchData/e:Address/e:BuildingNumber[not(@*)]"/></xsl:call-template>
                <fo:leader />
              </fo:block>
          </fo:table-cell>
        </fo:table-row>
      </fo:table-body>
    </fo:table>
  </fo:block-container>
</fo:block-container><fo:block-container width="100%">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
  <fo:block-container start-indent="0">
    <fo:table table-layout="fixed" width="100%">
      <fo:table-column column-width="33.13%"/>
<fo:table-column column-width="66.87%"/>
      <fo:table-body>
        <fo:table-row>
          <fo:table-cell>
  <fo:block >Obec</fo:block>
</fo:table-cell>
          <fo:table-cell background-color="white" padding="1pt">
              <fo:block>
                <xsl:call-template name="FormatText"><xsl:with-param name="data" select="/e:EFORM090[not(@*)]/e:BranchData/e:Address/e:Municipality[not(@*)]/e:Codelist/e:CodelistItem/e:ItemName"/></xsl:call-template>
                <fo:leader />
              </fo:block>
          </fo:table-cell>
        </fo:table-row>
      </fo:table-body>
    </fo:table>
  </fo:block-container>
</fo:block-container><fo:block-container width="100%">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
  <fo:block-container start-indent="0">
    <fo:table table-layout="fixed" width="100%">
      <fo:table-column column-width="33.13%"/>
<fo:table-column column-width="66.87%"/>
      <fo:table-body>
        <fo:table-row>
          <fo:table-cell>
  <fo:block >PSČ</fo:block>
</fo:table-cell>
          <fo:table-cell background-color="white" padding="1pt">
              <fo:block>
                <xsl:call-template name="FormatText"><xsl:with-param name="data" select="/e:EFORM090[not(@*)]/e:BranchData/e:Address/e:PostalCode[not(@*)]"/></xsl:call-template>
                <fo:leader />
              </fo:block>
          </fo:table-cell>
        </fo:table-row>
      </fo:table-body>
    </fo:table>
  </fo:block-container>
</fo:block-container><fo:block-container width="100%">
  <fo:block start-indent="0">
    <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
    <fo:table table-layout="fixed" width="100%">
      <xsl:choose>
        <xsl:when test="string-length(/e:EFORM090[not(@*)]/e:BranchData/e:BranchDescription[not(@*)]) > 500">
          <fo:table-column column-width="100%"/>
          <fo:table-body>
            <fo:table-row>
  <fo:table-cell>
  <fo:block >Popis prevádzky</fo:block>
</fo:table-cell>
</fo:table-row>
            <fo:table-row>
              <fo:table-cell background-color="white" padding="1pt">
                <fo:block wrap-option="wrap" keep-with-previous.within-page="100">
                  <xsl:attribute name='linefeed-treatment'>preserve</xsl:attribute>
                  <xsl:call-template name="FormatText"><xsl:with-param name="data" select="/e:EFORM090[not(@*)]/e:BranchData/e:BranchDescription[not(@*)]"/></xsl:call-template>
                  <fo:leader />
                </fo:block>
              </fo:table-cell>
            </fo:table-row>
          </fo:table-body>
        </xsl:when>
        <xsl:otherwise>
          <fo:table-column column-width="33.13%"/>
<fo:table-column column-width="66.87%"/>
          <fo:table-body>
            <fo:table-row>
              <fo:table-cell>
  <fo:block >Popis prevádzky</fo:block>
</fo:table-cell>
              <fo:table-cell background-color="white" padding="1pt">
                <fo:block wrap-option="wrap">
                  <xsl:attribute name='linefeed-treatment'>preserve</xsl:attribute>
                  <xsl:call-template name="FormatText"><xsl:with-param name="data" select="/e:EFORM090[not(@*)]/e:BranchData/e:BranchDescription[not(@*)]"/></xsl:call-template>
                  <fo:leader />
                </fo:block>
              </fo:table-cell>
            </fo:table-row>
          </fo:table-body>
        </xsl:otherwise>
      </xsl:choose>
    </fo:table>
  </fo:block>
</fo:block-container>
            
          </fo:block>
        
    </fo:block-container>
  
<!--foBlockForTableEnd--><fo:block-container width="100%">
  <fo:block start-indent="0">
    <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
    <fo:table table-layout="fixed" width="100%">
      <xsl:choose>
        <xsl:when test="string-length(/e:EFORM090/e:Note[not(@*)]) > 500">
          <fo:table-column column-width="100%"/>
          <fo:table-body>
            <fo:table-row>
  <fo:table-cell>
  <fo:block >Poznámka</fo:block>
</fo:table-cell>
</fo:table-row>
            <fo:table-row>
              <fo:table-cell background-color="white" padding="1pt">
                <fo:block wrap-option="wrap" keep-with-previous.within-page="100">
                  <xsl:attribute name='linefeed-treatment'>preserve</xsl:attribute>
                  <xsl:call-template name="FormatText"><xsl:with-param name="data" select="/e:EFORM090/e:Note[not(@*)]"/></xsl:call-template>
                  <fo:leader />
                </fo:block>
              </fo:table-cell>
            </fo:table-row>
          </fo:table-body>
        </xsl:when>
        <xsl:otherwise>
          <fo:table-column column-width="33.13%"/>
<fo:table-column column-width="66.87%"/>
          <fo:table-body>
            <fo:table-row>
              <fo:table-cell>
  <fo:block >Poznámka</fo:block>
</fo:table-cell>
              <fo:table-cell background-color="white" padding="1pt">
                <fo:block wrap-option="wrap">
                  <xsl:attribute name='linefeed-treatment'>preserve</xsl:attribute>
                  <xsl:call-template name="FormatText"><xsl:with-param name="data" select="/e:EFORM090/e:Note[not(@*)]"/></xsl:call-template>
                  <fo:leader />
                </fo:block>
              </fo:table-cell>
            </fo:table-row>
          </fo:table-body>
        </xsl:otherwise>
      </xsl:choose>
    </fo:table>
  </fo:block>
</fo:block-container>
            
          </fo:block>
        
    </fo:block-container>
  
<!--foBlockForTableEnd--><!--foBlockForTableStart-->
  
    <fo:block-container width="auto">
        
          <fo:block    >
            
            
              <fo:block font-size="12.0pt">
  <fo:block-container>
    <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
      <fo:table-column column-width="100%"/>
      <fo:table-body>
        <fo:table-row>
          <fo:table-cell>
            
            <xsl:choose>
              <xsl:when test="/e:EFORM090/e:BranchTypeDetail[not(@*)]">
              <xsl:for-each select="/e:EFORM090/e:BranchTypeDetail[not(@*)]">
                
                  <fo:block >
                    
                      <fo:block-container>
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>2mm</xsl:attribute>
<xsl:attribute name='margin-right'>3mm</xsl:attribute>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/>
    <fo:table-body>
      <fo:table-row>
        <fo:table-cell>
          <xsl:attribute name='padding-left'>0mm</xsl:attribute>
<xsl:attribute name='padding-right'>0mm</xsl:attribute>
          <fo:block keep-with-next.within-page="always"
          font-size="14.664pt"
          text-align="left"
          text-decoration="none"
          font-style="normal"
          font-weight="normal"
          >Definovanie typu prevádzky (<xsl:value-of select="position()"/>)</fo:block>
        </fo:table-cell>
      </fo:table-row>
    </fo:table-body>
  </fo:table>
</fo:block-container><fo:block-container width="100%">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
  <fo:block-container start-indent="0">
    <fo:table table-layout="fixed" width="100%">
      <fo:table-column column-width="33.13%"/>
<fo:table-column column-width="66.87%"/>
      <fo:table-body>
        <fo:table-row>
          <fo:table-cell>
  <fo:block >Oblasť prevádzky</fo:block>
</fo:table-cell>
          <fo:table-cell background-color="white" padding="1pt">
              <fo:block>
                <xsl:call-template name="FormatText"><xsl:with-param name="data" select="./e:BranchArea[not(@*)]/e:Codelist/e:CodelistItem/e:ItemName"/></xsl:call-template>
                <fo:leader />
              </fo:block>
          </fo:table-cell>
        </fo:table-row>
      </fo:table-body>
    </fo:table>
  </fo:block-container>
</fo:block-container><!--foBlockForTableStart-->
  <xsl:if test="./e:BranchArea[not(@*)]/e:Codelist/e:CodelistItem/e:ItemCode != '5-01' or ./e:BranchArea[not(@*)]/e:Codelist/e:CodelistItem/e:ItemCode != 'INE-01'">
    <fo:block-container width="auto">
        
          <fo:block    >
            
            
              <!--foBlockForTableStart-->
  <xsl:if test="./e:ShowBranchTypeUI[not(@*)]/e:Codelist/e:CodelistItem/e:ItemCode = '1'">
    <fo:block-container width="auto">
        
          <fo:block    >
            
            
              <fo:block-container width="100%">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
  <fo:block-container start-indent="0">
    <fo:table table-layout="fixed" width="100%">
      <fo:table-column column-width="33.13%"/>
<fo:table-column column-width="66.87%"/>
      <fo:table-body>
        <fo:table-row>
          <fo:table-cell>
  <fo:block >Typ prevádzky</fo:block>
</fo:table-cell>
          <fo:table-cell background-color="white" padding="1pt">
              <fo:block>
                <xsl:call-template name="FormatText"><xsl:with-param name="data" select="./e:BranchType[not(@*)]/e:Codelist/e:CodelistItem/e:ItemName"/></xsl:call-template>
                <fo:leader />
              </fo:block>
          </fo:table-cell>
        </fo:table-row>
      </fo:table-body>
    </fo:table>
  </fo:block-container>
</fo:block-container><!--foBlockForTableStart-->
  <xsl:if test="./e:ShowSpecificationSpacesUI[not(@*)]/e:Codelist/e:CodelistItem/e:ItemCode = '1'">
    <fo:block-container width="auto">
        
          <fo:block    >
            
            
              <fo:block-container width="100%">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
  <fo:block-container start-indent="0">
    <fo:table table-layout="fixed" width="100%">
      <fo:table-column column-width="33.13%"/>
<fo:table-column column-width="66.87%"/>
      <fo:table-body>
        <fo:table-row>
          <fo:table-cell>
  <fo:block >Podtyp prevádzky</fo:block>
</fo:table-cell>
          <fo:table-cell background-color="white" padding="1pt">
              <fo:block>
                <xsl:call-template name="FormatText"><xsl:with-param name="data" select="./e:SpecificationSpaces[not(@*)]/e:Codelist/e:CodelistItem/e:ItemName"/></xsl:call-template>
                <fo:leader />
              </fo:block>
          </fo:table-cell>
        </fo:table-row>
      </fo:table-body>
    </fo:table>
  </fo:block-container>
</fo:block-container><!--foBlockForTableStart-->
  <xsl:if test="./e:ShowTypeSpecificationSpacesUI[not(@*)]/e:Codelist/e:CodelistItem/e:ItemCode = '1'">
    <fo:block-container width="auto">
        
          <fo:block    >
            
            
              <fo:block-container width="100%">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
  <fo:block-container start-indent="0">
    <fo:table table-layout="fixed" width="100%">
      <fo:table-column column-width="33.13%"/>
<fo:table-column column-width="66.87%"/>
      <fo:table-body>
        <fo:table-row>
          <fo:table-cell>
  <fo:block >Konkrétny typ prevádzky</fo:block>
</fo:table-cell>
          <fo:table-cell background-color="white" padding="1pt">
              <fo:block>
                <xsl:call-template name="FormatText"><xsl:with-param name="data" select="./e:TypeSpecificationSpaces[not(@*)]/e:Codelist/e:CodelistItem/e:ItemName"/></xsl:call-template>
                <fo:leader />
              </fo:block>
          </fo:table-cell>
        </fo:table-row>
      </fo:table-body>
    </fo:table>
  </fo:block-container>
</fo:block-container>
            
          </fo:block>
        
    </fo:block-container>
  </xsl:if>
<!--foBlockForTableEnd-->
            
          </fo:block>
        
    </fo:block-container>
  </xsl:if>
<!--foBlockForTableEnd-->
            
          </fo:block>
        
    </fo:block-container>
  </xsl:if>
<!--foBlockForTableEnd--><fo:block-container width="100%">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
  <fo:block-container start-indent="0">
    <fo:table table-layout="fixed" width="100%">
      <fo:table-column column-width="33.13%"/>
<fo:table-column column-width="66.87%"/>
      <fo:table-body>
        <fo:table-row>
          <fo:table-cell>
  <fo:block >Názov pracoviska v rámci prevádzky</fo:block>
</fo:table-cell>
          <fo:table-cell background-color="white" padding="1pt">
              <fo:block>
                <xsl:call-template name="FormatText"><xsl:with-param name="data" select="./e:BranchOrWorkplaceName[not(@*)]"/></xsl:call-template>
                <fo:leader />
              </fo:block>
          </fo:table-cell>
        </fo:table-row>
      </fo:table-body>
    </fo:table>
  </fo:block-container>
</fo:block-container><fo:block-container width="100%">
  <fo:block start-indent="0">
    <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
    <fo:table table-layout="fixed" width="100%">
      <xsl:choose>
        <xsl:when test="string-length(./e:Note[not(@*)]) > 500">
          <fo:table-column column-width="100%"/>
          <fo:table-body>
            <fo:table-row>
  <fo:table-cell>
  <fo:block >Poznámka</fo:block>
</fo:table-cell>
</fo:table-row>
            <fo:table-row>
              <fo:table-cell background-color="white" padding="1pt">
                <fo:block wrap-option="wrap" keep-with-previous.within-page="100">
                  <xsl:attribute name='linefeed-treatment'>preserve</xsl:attribute>
                  <xsl:call-template name="FormatText"><xsl:with-param name="data" select="./e:Note[not(@*)]"/></xsl:call-template>
                  <fo:leader />
                </fo:block>
              </fo:table-cell>
            </fo:table-row>
          </fo:table-body>
        </xsl:when>
        <xsl:otherwise>
          <fo:table-column column-width="33.13%"/>
<fo:table-column column-width="66.87%"/>
          <fo:table-body>
            <fo:table-row>
              <fo:table-cell>
  <fo:block >Poznámka</fo:block>
</fo:table-cell>
              <fo:table-cell background-color="white" padding="1pt">
                <fo:block wrap-option="wrap">
                  <xsl:attribute name='linefeed-treatment'>preserve</xsl:attribute>
                  <xsl:call-template name="FormatText"><xsl:with-param name="data" select="./e:Note[not(@*)]"/></xsl:call-template>
                  <fo:leader />
                </fo:block>
              </fo:table-cell>
            </fo:table-row>
          </fo:table-body>
        </xsl:otherwise>
      </xsl:choose>
    </fo:table>
  </fo:block>
</fo:block-container><xsl:choose>
  <xsl:when test="./e:ShelteredWorkshop[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>V priestoroch prevádzky bude zriadená chránená dielňa alebo chránené pracovisko Úradom práce, sociálnych vecí a rodiny.</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose>
            
          </fo:block>
        
    </fo:block-container>
  </xsl:if>
<!--foBlockForTableEnd--><!--foBlockForTableStart-->
  <xsl:if test="./e:BranchArea[not(@*)]/e:Codelist/e:CodelistItem/e:ItemCode = '5-01'">
    <fo:block-container width="auto">
        
          <fo:block    >
            
            
              <fo:block-container width="100%">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
  <fo:block-container start-indent="0">
    <fo:table table-layout="fixed" width="100%">
      <fo:table-column column-width="33.13%"/>
<fo:table-column column-width="66.87%"/>
      <fo:table-body>
        <fo:table-row>
          <fo:table-cell>
  <fo:block >Typ prevádzky</fo:block>
</fo:table-cell>
          <fo:table-cell background-color="white" padding="1pt">
              <fo:block>
                <xsl:call-template name="FormatText"><xsl:with-param name="data" select="./e:BranchType[not(@*)]/e:Codelist/e:CodelistItem/e:ItemName"/></xsl:call-template>
                <fo:leader />
              </fo:block>
          </fo:table-cell>
        </fo:table-row>
      </fo:table-body>
    </fo:table>
  </fo:block-container>
</fo:block-container><fo:block-container>
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>2mm</xsl:attribute>
<xsl:attribute name='margin-right'>3mm</xsl:attribute>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/>
    <fo:table-body>
      <fo:table-row>
        <fo:table-cell>
          <xsl:attribute name='padding-left'>0mm</xsl:attribute>
<xsl:attribute name='padding-right'>0mm</xsl:attribute>
          <fo:block keep-with-next.within-page="always"
          font-size="14.664pt"
          text-align="left"
          text-decoration="none"
          font-style="normal"
          font-weight="normal"
          >Žiadam o vydanie rozhodnutia RÚVZ k návrhu na uvedenie priestorov do prevádzky</fo:block>
        </fo:table-cell>
      </fo:table-row>
    </fo:table-body>
  </fo:table>
</fo:block-container><xsl:choose>
  <xsl:when test="./e:SecureWorkingEnviroment[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>na účely zriadenia chránenej dielne alebo chráneného pracoviska Úradom práce sociálnych vecí a rodiny (§ 55 ods. 2 zákona č. 5/2004 Z. z.)</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose><xsl:choose>
  <xsl:when test="./e:ManipulationWithNarcotics[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>na zaobchádzanie s omamnými a psychotropnými látkami (§ 8 ods. 3 písm. d) zákona č. 139/1998 Z. z.)</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose><!--foBlockForTableStart-->
  
    <fo:block-container  width="auto">
      
      <fo:block font-size="12.0pt" font-weight="bold" >
        <xsl:attribute name='margin-top'>3mm</xsl:attribute>
        <fo:block margin="5pt" >Pracovisko v rámci posudzovaných priestorov</fo:block>
      </fo:block>        
      <fo:block keep-with-previous.within-page="100" border-width="0.6pt" border-top-style="solid">
        <fo:block margin="5pt">
          <fo:block-container>
            <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
              <fo:table-column column-width="100%"/><fo:table-body><fo:table-row>
                <fo:table-cell>
                  <fo:block-container width="100%">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
  <fo:block-container start-indent="0">
    <fo:table table-layout="fixed" width="100%">
      <fo:table-column column-width="33.13%"/>
<fo:table-column column-width="66.87%"/>
      <fo:table-body>
        <fo:table-row>
          <fo:table-cell>
  <fo:block >Názov pracoviska</fo:block>
</fo:table-cell>
          <fo:table-cell background-color="white" padding="1pt">
              <fo:block>
                <xsl:call-template name="FormatText"><xsl:with-param name="data" select="./e:WorkplaceData[not(@*)]/e:WorkplaceName[not(@*)]"/></xsl:call-template>
                <fo:leader />
              </fo:block>
          </fo:table-cell>
        </fo:table-row>
      </fo:table-body>
    </fo:table>
  </fo:block-container>
</fo:block-container><xsl:choose>
  <xsl:when test="./e:WorkplaceData[not(@*)]/e:AddressOtherAsBranch[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>Pracovisko má inú adresu ako posudzovaná prevádzka</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose><!--foBlockForTableStart-->
  <xsl:if test="./e:WorkplaceData[not(@*)]/e:AddressOtherAsBranch[not(@*)] = 'true'">
    <fo:block-container width="auto">
        
          <fo:block    >
            
            
              <fo:block-container width="100%">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
  <fo:block-container start-indent="0">
    <fo:table table-layout="fixed" width="100%">
      <fo:table-column column-width="33.13%"/>
<fo:table-column column-width="66.87%"/>
      <fo:table-body>
        <fo:table-row>
          <fo:table-cell>
  <fo:block >Ulica</fo:block>
</fo:table-cell>
          <fo:table-cell background-color="white" padding="1pt">
              <fo:block>
                <xsl:call-template name="FormatText"><xsl:with-param name="data" select="./e:WorkplaceData[not(@*)]/e:WorkplaceAddress/e:StreetName[not(@*)]"/></xsl:call-template>
                <fo:leader />
              </fo:block>
          </fo:table-cell>
        </fo:table-row>
      </fo:table-body>
    </fo:table>
  </fo:block-container>
</fo:block-container><fo:block-container width="100%">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
  <fo:block-container start-indent="0">
    <fo:table table-layout="fixed" width="100%">
      <fo:table-column column-width="33.13%"/>
<fo:table-column column-width="66.87%"/>
      <fo:table-body>
        <fo:table-row>
          <fo:table-cell>
  <fo:block >Súpisné číslo</fo:block>
</fo:table-cell>
          <fo:table-cell background-color="white" padding="1pt">
              <fo:block>
                <xsl:call-template name="FormatText"><xsl:with-param name="data" select="./e:WorkplaceData[not(@*)]/e:WorkplaceAddress/e:RegistrationNumber[not(@*)]"/></xsl:call-template>
                <fo:leader />
              </fo:block>
          </fo:table-cell>
        </fo:table-row>
      </fo:table-body>
    </fo:table>
  </fo:block-container>
</fo:block-container><fo:block-container width="100%">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
  <fo:block-container start-indent="0">
    <fo:table table-layout="fixed" width="100%">
      <fo:table-column column-width="33.13%"/>
<fo:table-column column-width="66.87%"/>
      <fo:table-body>
        <fo:table-row>
          <fo:table-cell>
  <fo:block >Orientačné číslo</fo:block>
</fo:table-cell>
          <fo:table-cell background-color="white" padding="1pt">
              <fo:block>
                <xsl:call-template name="FormatText"><xsl:with-param name="data" select="./e:WorkplaceData[not(@*)]/e:WorkplaceAddress/e:BuildingNumber[not(@*)]"/></xsl:call-template>
                <fo:leader />
              </fo:block>
          </fo:table-cell>
        </fo:table-row>
      </fo:table-body>
    </fo:table>
  </fo:block-container>
</fo:block-container><fo:block-container width="100%">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
  <fo:block-container start-indent="0">
    <fo:table table-layout="fixed" width="100%">
      <fo:table-column column-width="33.13%"/>
<fo:table-column column-width="66.87%"/>
      <fo:table-body>
        <fo:table-row>
          <fo:table-cell>
  <fo:block >Obec</fo:block>
</fo:table-cell>
          <fo:table-cell background-color="white" padding="1pt">
              <fo:block>
                <xsl:call-template name="FormatText"><xsl:with-param name="data" select="./e:WorkplaceData[not(@*)]/e:WorkplaceAddress/e:Municipality[not(@*)]/e:Codelist/e:CodelistItem/e:ItemName"/></xsl:call-template>
                <fo:leader />
              </fo:block>
          </fo:table-cell>
        </fo:table-row>
      </fo:table-body>
    </fo:table>
  </fo:block-container>
</fo:block-container><fo:block-container width="100%">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
  <fo:block-container start-indent="0">
    <fo:table table-layout="fixed" width="100%">
      <fo:table-column column-width="33.13%"/>
<fo:table-column column-width="66.87%"/>
      <fo:table-body>
        <fo:table-row>
          <fo:table-cell>
  <fo:block >PSČ</fo:block>
</fo:table-cell>
          <fo:table-cell background-color="white" padding="1pt">
              <fo:block>
                <xsl:call-template name="FormatText"><xsl:with-param name="data" select="./e:WorkplaceData[not(@*)]/e:WorkplaceAddress/e:PostalCode[not(@*)]"/></xsl:call-template>
                <fo:leader />
              </fo:block>
          </fo:table-cell>
        </fo:table-row>
      </fo:table-body>
    </fo:table>
  </fo:block-container>
</fo:block-container>
            
          </fo:block>
        
    </fo:block-container>
  </xsl:if>
<!--foBlockForTableEnd--><fo:block-container>
  
  <xsl:choose>
    <xsl:when test="./e:WorkplaceData[not(@*)]/e:Factors[not(@*)]">
      <xsl:for-each select="./e:WorkplaceData[not(@*)]/e:Factors[not(@*)]">
        
        <fo:block font-size="12.0pt" font-weight="bold" border-bottom="0.6pt solid">
          <xsl:attribute name='margin-top'>3mm</xsl:attribute>
          <fo:block margin="5pt" >Faktor práce a pracovného prostredia (nepovinný údaj)</fo:block>
        </fo:block>
        
        <fo:block >
          <fo:block margin="5pt" font-size="12.0pt">
            <fo:block-container>
              <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
                <fo:table-column column-width="100%"/><fo:table-body><fo:table-row>
                  <fo:table-cell>
                    
                      <fo:block-container>
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>2mm</xsl:attribute>
<xsl:attribute name='margin-right'>3mm</xsl:attribute>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/>
    <fo:table-body>
      <fo:table-row>
        <fo:table-cell>
          <xsl:attribute name='padding-left'>0mm</xsl:attribute>
<xsl:attribute name='padding-right'>0mm</xsl:attribute>
          <fo:block keep-with-next.within-page="always"
          font-size="14.664pt"
          text-align="left"
          text-decoration="none"
          font-style="normal"
          font-weight="normal"
          >Pri prevádzkovaní sa predpokladá vznik alebo výskyt nasledujúcich faktorov práce a pracovného prostredia:</fo:block>
        </fo:table-cell>
      </fo:table-row>
    </fo:table-body>
  </fo:table>
</fo:block-container><xsl:choose>
  <xsl:when test="./e:Noise[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>Hluk</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose><xsl:choose>
  <xsl:when test="./e:Vibrations[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>Vibrácie</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose><xsl:choose>
  <xsl:when test="./e:IonizingRadiation[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>Ionizujúce žiarenie</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose><xsl:choose>
  <xsl:when test="./e:ElectromagneticField[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>Elektromagnetické pole</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose><xsl:choose>
  <xsl:when test="./e:UltravioletRadiation[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>Ultrafialové žiarenie</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose><xsl:choose>
  <xsl:when test="./e:InfraredRadiation[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>Infračervené žiarenie</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose><xsl:choose>
  <xsl:when test="./e:LaserRadiation[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>Laserové žiarenie</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose><xsl:choose>
  <xsl:when test="./e:IntensePulsedLight[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>Intenzívne pulzné svetlo</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose><xsl:choose>
  <xsl:when test="./e:Heat[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>Záťaž teplom</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose><xsl:choose>
  <xsl:when test="./e:Cool[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>Záťaž chladom</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose><xsl:choose>
  <xsl:when test="./e:ChemicalFactors[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>Chemické faktory</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose><xsl:choose>
  <xsl:when test="./e:CarcinogenicFactors[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>Karcinogénne a mutagénne faktory</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose><xsl:choose>
  <xsl:when test="./e:BiologicalFactors[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>Biologické faktory</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose><xsl:choose>
  <xsl:when test="./e:PhysicalExertion[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>Fyzická záťaž pri práci</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose><xsl:choose>
  <xsl:when test="./e:PsychologicalStress[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>Psychická pracovná záťaž</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose><xsl:choose>
  <xsl:when test="./e:IncreasedAirPressure[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>Zvýšený tlak vzduchu</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose><xsl:choose>
  <xsl:when test="./e:None[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>Nepredpokladá sa ani jeden z uvedených faktorov</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose><xsl:choose>
  <xsl:when test="./e:Ignorance[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>Neviem</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose>
                  </fo:table-cell>
                </fo:table-row></fo:table-body>
              </fo:table>
            </fo:block-container>
          </fo:block>
        </fo:block>
      </xsl:for-each>
    </xsl:when>
    <xsl:otherwise>
      
      <fo:block font-size="12.0pt" font-weight="bold" border-bottom="0.6pt solid">
        <xsl:attribute name='margin-top'>3mm</xsl:attribute>
        <fo:block margin="5pt">Faktor práce a pracovného prostredia (nepovinný údaj)</fo:block>
      </fo:block>
      
      <fo:block >
        <fo:block margin="5pt" font-size="12.0pt">
          <fo:block-container>
            <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
              <fo:table-column column-width="100%"/><fo:table-body><fo:table-row>
                <fo:table-cell>
                  
                    <fo:block-container>
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>2mm</xsl:attribute>
<xsl:attribute name='margin-right'>3mm</xsl:attribute>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/>
    <fo:table-body>
      <fo:table-row>
        <fo:table-cell>
          <xsl:attribute name='padding-left'>0mm</xsl:attribute>
<xsl:attribute name='padding-right'>0mm</xsl:attribute>
          <fo:block keep-with-next.within-page="always"
          font-size="14.664pt"
          text-align="left"
          text-decoration="none"
          font-style="normal"
          font-weight="normal"
          >Pri prevádzkovaní sa predpokladá vznik alebo výskyt nasledujúcich faktorov práce a pracovného prostredia:</fo:block>
        </fo:table-cell>
      </fo:table-row>
    </fo:table-body>
  </fo:table>
</fo:block-container><xsl:choose>
  <xsl:when test="./e:Noise[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>Hluk</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose><xsl:choose>
  <xsl:when test="./e:Vibrations[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>Vibrácie</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose><xsl:choose>
  <xsl:when test="./e:IonizingRadiation[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>Ionizujúce žiarenie</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose><xsl:choose>
  <xsl:when test="./e:ElectromagneticField[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>Elektromagnetické pole</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose><xsl:choose>
  <xsl:when test="./e:UltravioletRadiation[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>Ultrafialové žiarenie</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose><xsl:choose>
  <xsl:when test="./e:InfraredRadiation[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>Infračervené žiarenie</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose><xsl:choose>
  <xsl:when test="./e:LaserRadiation[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>Laserové žiarenie</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose><xsl:choose>
  <xsl:when test="./e:IntensePulsedLight[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>Intenzívne pulzné svetlo</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose><xsl:choose>
  <xsl:when test="./e:Heat[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>Záťaž teplom</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose><xsl:choose>
  <xsl:when test="./e:Cool[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>Záťaž chladom</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose><xsl:choose>
  <xsl:when test="./e:ChemicalFactors[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>Chemické faktory</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose><xsl:choose>
  <xsl:when test="./e:CarcinogenicFactors[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>Karcinogénne a mutagénne faktory</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose><xsl:choose>
  <xsl:when test="./e:BiologicalFactors[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>Biologické faktory</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose><xsl:choose>
  <xsl:when test="./e:PhysicalExertion[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>Fyzická záťaž pri práci</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose><xsl:choose>
  <xsl:when test="./e:PsychologicalStress[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>Psychická pracovná záťaž</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose><xsl:choose>
  <xsl:when test="./e:IncreasedAirPressure[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>Zvýšený tlak vzduchu</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose><xsl:choose>
  <xsl:when test="./e:None[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>Nepredpokladá sa ani jeden z uvedených faktorov</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose><xsl:choose>
  <xsl:when test="./e:Ignorance[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>Neviem</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose>
                </fo:table-cell>
              </fo:table-row></fo:table-body>
            </fo:table>
          </fo:block-container>
        </fo:block>
      </fo:block>
    </xsl:otherwise>
  </xsl:choose>
</fo:block-container>
                </fo:table-cell>
              </fo:table-row></fo:table-body>
            </fo:table>
          </fo:block-container>
        </fo:block>
      </fo:block>
    </fo:block-container>
  
<!--foBlockForTableEnd-->
            
          </fo:block>
        
    </fo:block-container>
  </xsl:if>
<!--foBlockForTableEnd--><!--foBlockForTableStart-->
  <xsl:if test="./e:BranchArea[not(@*)]/e:Codelist/e:CodelistItem/e:ItemCode = 'INE-01'">
    <fo:block-container width="auto">
        
          <fo:block    >
            
            
              <fo:block-container width="100%">
  <fo:block start-indent="0">
    <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
    <fo:table table-layout="fixed" width="100%">
      <xsl:choose>
        <xsl:when test="string-length(./e:BrachDescription[not(@*)]) > 500">
          <fo:table-column column-width="100%"/>
          <fo:table-body>
            <fo:table-row>
  <fo:table-cell>
  <fo:block >Popíšte svoju prevádzku</fo:block>
</fo:table-cell>
</fo:table-row>
            <fo:table-row>
              <fo:table-cell background-color="white" padding="1pt">
                <fo:block wrap-option="wrap" keep-with-previous.within-page="100">
                  <xsl:attribute name='linefeed-treatment'>preserve</xsl:attribute>
                  <xsl:call-template name="FormatText"><xsl:with-param name="data" select="./e:BrachDescription[not(@*)]"/></xsl:call-template>
                  <fo:leader />
                </fo:block>
              </fo:table-cell>
            </fo:table-row>
          </fo:table-body>
        </xsl:when>
        <xsl:otherwise>
          <fo:table-column column-width="33.13%"/>
<fo:table-column column-width="66.87%"/>
          <fo:table-body>
            <fo:table-row>
              <fo:table-cell>
  <fo:block >Popíšte svoju prevádzku</fo:block>
</fo:table-cell>
              <fo:table-cell background-color="white" padding="1pt">
                <fo:block wrap-option="wrap">
                  <xsl:attribute name='linefeed-treatment'>preserve</xsl:attribute>
                  <xsl:call-template name="FormatText"><xsl:with-param name="data" select="./e:BrachDescription[not(@*)]"/></xsl:call-template>
                  <fo:leader />
                </fo:block>
              </fo:table-cell>
            </fo:table-row>
          </fo:table-body>
        </xsl:otherwise>
      </xsl:choose>
    </fo:table>
  </fo:block>
</fo:block-container>
            
          </fo:block>
        
    </fo:block-container>
  </xsl:if>
<!--foBlockForTableEnd-->
                    
                  </fo:block>
                
              </xsl:for-each>
            </xsl:when>
            <xsl:otherwise>
              
                <fo:block >
                  
                    <fo:block-container>
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>2mm</xsl:attribute>
<xsl:attribute name='margin-right'>3mm</xsl:attribute>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/>
    <fo:table-body>
      <fo:table-row>
        <fo:table-cell>
          <xsl:attribute name='padding-left'>0mm</xsl:attribute>
<xsl:attribute name='padding-right'>0mm</xsl:attribute>
          <fo:block keep-with-next.within-page="always"
          font-size="14.664pt"
          text-align="left"
          text-decoration="none"
          font-style="normal"
          font-weight="normal"
          >Definovanie typu prevádzky (<xsl:value-of select="position()"/>)</fo:block>
        </fo:table-cell>
      </fo:table-row>
    </fo:table-body>
  </fo:table>
</fo:block-container><fo:block-container width="100%">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
  <fo:block-container start-indent="0">
    <fo:table table-layout="fixed" width="100%">
      <fo:table-column column-width="33.13%"/>
<fo:table-column column-width="66.87%"/>
      <fo:table-body>
        <fo:table-row>
          <fo:table-cell>
  <fo:block >Oblasť prevádzky</fo:block>
</fo:table-cell>
          <fo:table-cell background-color="white" padding="1pt">
              <fo:block>
                <xsl:call-template name="FormatText"><xsl:with-param name="data" select="./e:BranchArea[not(@*)]/e:Codelist/e:CodelistItem/e:ItemName"/></xsl:call-template>
                <fo:leader />
              </fo:block>
          </fo:table-cell>
        </fo:table-row>
      </fo:table-body>
    </fo:table>
  </fo:block-container>
</fo:block-container><!--foBlockForTableStart-->
  <xsl:if test="./e:BranchArea[not(@*)]/e:Codelist/e:CodelistItem/e:ItemCode != '5-01' or ./e:BranchArea[not(@*)]/e:Codelist/e:CodelistItem/e:ItemCode != 'INE-01'">
    <fo:block-container width="auto">
        
          <fo:block    >
            
            
              <!--foBlockForTableStart-->
  <xsl:if test="./e:ShowBranchTypeUI[not(@*)]/e:Codelist/e:CodelistItem/e:ItemCode = '1'">
    <fo:block-container width="auto">
        
          <fo:block    >
            
            
              <fo:block-container width="100%">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
  <fo:block-container start-indent="0">
    <fo:table table-layout="fixed" width="100%">
      <fo:table-column column-width="33.13%"/>
<fo:table-column column-width="66.87%"/>
      <fo:table-body>
        <fo:table-row>
          <fo:table-cell>
  <fo:block >Typ prevádzky</fo:block>
</fo:table-cell>
          <fo:table-cell background-color="white" padding="1pt">
              <fo:block>
                <xsl:call-template name="FormatText"><xsl:with-param name="data" select="./e:BranchType[not(@*)]/e:Codelist/e:CodelistItem/e:ItemName"/></xsl:call-template>
                <fo:leader />
              </fo:block>
          </fo:table-cell>
        </fo:table-row>
      </fo:table-body>
    </fo:table>
  </fo:block-container>
</fo:block-container><!--foBlockForTableStart-->
  <xsl:if test="./e:ShowSpecificationSpacesUI[not(@*)]/e:Codelist/e:CodelistItem/e:ItemCode = '1'">
    <fo:block-container width="auto">
        
          <fo:block    >
            
            
              <fo:block-container width="100%">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
  <fo:block-container start-indent="0">
    <fo:table table-layout="fixed" width="100%">
      <fo:table-column column-width="33.13%"/>
<fo:table-column column-width="66.87%"/>
      <fo:table-body>
        <fo:table-row>
          <fo:table-cell>
  <fo:block >Podtyp prevádzky</fo:block>
</fo:table-cell>
          <fo:table-cell background-color="white" padding="1pt">
              <fo:block>
                <xsl:call-template name="FormatText"><xsl:with-param name="data" select="./e:SpecificationSpaces[not(@*)]/e:Codelist/e:CodelistItem/e:ItemName"/></xsl:call-template>
                <fo:leader />
              </fo:block>
          </fo:table-cell>
        </fo:table-row>
      </fo:table-body>
    </fo:table>
  </fo:block-container>
</fo:block-container><!--foBlockForTableStart-->
  <xsl:if test="./e:ShowTypeSpecificationSpacesUI[not(@*)]/e:Codelist/e:CodelistItem/e:ItemCode = '1'">
    <fo:block-container width="auto">
        
          <fo:block    >
            
            
              <fo:block-container width="100%">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
  <fo:block-container start-indent="0">
    <fo:table table-layout="fixed" width="100%">
      <fo:table-column column-width="33.13%"/>
<fo:table-column column-width="66.87%"/>
      <fo:table-body>
        <fo:table-row>
          <fo:table-cell>
  <fo:block >Konkrétny typ prevádzky</fo:block>
</fo:table-cell>
          <fo:table-cell background-color="white" padding="1pt">
              <fo:block>
                <xsl:call-template name="FormatText"><xsl:with-param name="data" select="./e:TypeSpecificationSpaces[not(@*)]/e:Codelist/e:CodelistItem/e:ItemName"/></xsl:call-template>
                <fo:leader />
              </fo:block>
          </fo:table-cell>
        </fo:table-row>
      </fo:table-body>
    </fo:table>
  </fo:block-container>
</fo:block-container>
            
          </fo:block>
        
    </fo:block-container>
  </xsl:if>
<!--foBlockForTableEnd-->
            
          </fo:block>
        
    </fo:block-container>
  </xsl:if>
<!--foBlockForTableEnd-->
            
          </fo:block>
        
    </fo:block-container>
  </xsl:if>
<!--foBlockForTableEnd--><fo:block-container width="100%">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
  <fo:block-container start-indent="0">
    <fo:table table-layout="fixed" width="100%">
      <fo:table-column column-width="33.13%"/>
<fo:table-column column-width="66.87%"/>
      <fo:table-body>
        <fo:table-row>
          <fo:table-cell>
  <fo:block >Názov pracoviska v rámci prevádzky</fo:block>
</fo:table-cell>
          <fo:table-cell background-color="white" padding="1pt">
              <fo:block>
                <xsl:call-template name="FormatText"><xsl:with-param name="data" select="./e:BranchOrWorkplaceName[not(@*)]"/></xsl:call-template>
                <fo:leader />
              </fo:block>
          </fo:table-cell>
        </fo:table-row>
      </fo:table-body>
    </fo:table>
  </fo:block-container>
</fo:block-container><fo:block-container width="100%">
  <fo:block start-indent="0">
    <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
    <fo:table table-layout="fixed" width="100%">
      <xsl:choose>
        <xsl:when test="string-length(./e:Note[not(@*)]) > 500">
          <fo:table-column column-width="100%"/>
          <fo:table-body>
            <fo:table-row>
  <fo:table-cell>
  <fo:block >Poznámka</fo:block>
</fo:table-cell>
</fo:table-row>
            <fo:table-row>
              <fo:table-cell background-color="white" padding="1pt">
                <fo:block wrap-option="wrap" keep-with-previous.within-page="100">
                  <xsl:attribute name='linefeed-treatment'>preserve</xsl:attribute>
                  <xsl:call-template name="FormatText"><xsl:with-param name="data" select="./e:Note[not(@*)]"/></xsl:call-template>
                  <fo:leader />
                </fo:block>
              </fo:table-cell>
            </fo:table-row>
          </fo:table-body>
        </xsl:when>
        <xsl:otherwise>
          <fo:table-column column-width="33.13%"/>
<fo:table-column column-width="66.87%"/>
          <fo:table-body>
            <fo:table-row>
              <fo:table-cell>
  <fo:block >Poznámka</fo:block>
</fo:table-cell>
              <fo:table-cell background-color="white" padding="1pt">
                <fo:block wrap-option="wrap">
                  <xsl:attribute name='linefeed-treatment'>preserve</xsl:attribute>
                  <xsl:call-template name="FormatText"><xsl:with-param name="data" select="./e:Note[not(@*)]"/></xsl:call-template>
                  <fo:leader />
                </fo:block>
              </fo:table-cell>
            </fo:table-row>
          </fo:table-body>
        </xsl:otherwise>
      </xsl:choose>
    </fo:table>
  </fo:block>
</fo:block-container><xsl:choose>
  <xsl:when test="./e:ShelteredWorkshop[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>V priestoroch prevádzky bude zriadená chránená dielňa alebo chránené pracovisko Úradom práce, sociálnych vecí a rodiny.</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose>
            
          </fo:block>
        
    </fo:block-container>
  </xsl:if>
<!--foBlockForTableEnd--><!--foBlockForTableStart-->
  <xsl:if test="./e:BranchArea[not(@*)]/e:Codelist/e:CodelistItem/e:ItemCode = '5-01'">
    <fo:block-container width="auto">
        
          <fo:block    >
            
            
              <fo:block-container width="100%">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
  <fo:block-container start-indent="0">
    <fo:table table-layout="fixed" width="100%">
      <fo:table-column column-width="33.13%"/>
<fo:table-column column-width="66.87%"/>
      <fo:table-body>
        <fo:table-row>
          <fo:table-cell>
  <fo:block >Typ prevádzky</fo:block>
</fo:table-cell>
          <fo:table-cell background-color="white" padding="1pt">
              <fo:block>
                <xsl:call-template name="FormatText"><xsl:with-param name="data" select="./e:BranchType[not(@*)]/e:Codelist/e:CodelistItem/e:ItemName"/></xsl:call-template>
                <fo:leader />
              </fo:block>
          </fo:table-cell>
        </fo:table-row>
      </fo:table-body>
    </fo:table>
  </fo:block-container>
</fo:block-container><fo:block-container>
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>2mm</xsl:attribute>
<xsl:attribute name='margin-right'>3mm</xsl:attribute>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/>
    <fo:table-body>
      <fo:table-row>
        <fo:table-cell>
          <xsl:attribute name='padding-left'>0mm</xsl:attribute>
<xsl:attribute name='padding-right'>0mm</xsl:attribute>
          <fo:block keep-with-next.within-page="always"
          font-size="14.664pt"
          text-align="left"
          text-decoration="none"
          font-style="normal"
          font-weight="normal"
          >Žiadam o vydanie rozhodnutia RÚVZ k návrhu na uvedenie priestorov do prevádzky</fo:block>
        </fo:table-cell>
      </fo:table-row>
    </fo:table-body>
  </fo:table>
</fo:block-container><xsl:choose>
  <xsl:when test="./e:SecureWorkingEnviroment[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>na účely zriadenia chránenej dielne alebo chráneného pracoviska Úradom práce sociálnych vecí a rodiny (§ 55 ods. 2 zákona č. 5/2004 Z. z.)</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose><xsl:choose>
  <xsl:when test="./e:ManipulationWithNarcotics[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>na zaobchádzanie s omamnými a psychotropnými látkami (§ 8 ods. 3 písm. d) zákona č. 139/1998 Z. z.)</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose><!--foBlockForTableStart-->
  
    <fo:block-container  width="auto">
      
      <fo:block font-size="12.0pt" font-weight="bold" >
        <xsl:attribute name='margin-top'>3mm</xsl:attribute>
        <fo:block margin="5pt" >Pracovisko v rámci posudzovaných priestorov</fo:block>
      </fo:block>        
      <fo:block keep-with-previous.within-page="100" border-width="0.6pt" border-top-style="solid">
        <fo:block margin="5pt">
          <fo:block-container>
            <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
              <fo:table-column column-width="100%"/><fo:table-body><fo:table-row>
                <fo:table-cell>
                  <fo:block-container width="100%">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
  <fo:block-container start-indent="0">
    <fo:table table-layout="fixed" width="100%">
      <fo:table-column column-width="33.13%"/>
<fo:table-column column-width="66.87%"/>
      <fo:table-body>
        <fo:table-row>
          <fo:table-cell>
  <fo:block >Názov pracoviska</fo:block>
</fo:table-cell>
          <fo:table-cell background-color="white" padding="1pt">
              <fo:block>
                <xsl:call-template name="FormatText"><xsl:with-param name="data" select="./e:WorkplaceData[not(@*)]/e:WorkplaceName[not(@*)]"/></xsl:call-template>
                <fo:leader />
              </fo:block>
          </fo:table-cell>
        </fo:table-row>
      </fo:table-body>
    </fo:table>
  </fo:block-container>
</fo:block-container><xsl:choose>
  <xsl:when test="./e:WorkplaceData[not(@*)]/e:AddressOtherAsBranch[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>Pracovisko má inú adresu ako posudzovaná prevádzka</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose><!--foBlockForTableStart-->
  <xsl:if test="./e:WorkplaceData[not(@*)]/e:AddressOtherAsBranch[not(@*)] = 'true'">
    <fo:block-container width="auto">
        
          <fo:block    >
            
            
              <fo:block-container width="100%">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
  <fo:block-container start-indent="0">
    <fo:table table-layout="fixed" width="100%">
      <fo:table-column column-width="33.13%"/>
<fo:table-column column-width="66.87%"/>
      <fo:table-body>
        <fo:table-row>
          <fo:table-cell>
  <fo:block >Ulica</fo:block>
</fo:table-cell>
          <fo:table-cell background-color="white" padding="1pt">
              <fo:block>
                <xsl:call-template name="FormatText"><xsl:with-param name="data" select="./e:WorkplaceData[not(@*)]/e:WorkplaceAddress/e:StreetName[not(@*)]"/></xsl:call-template>
                <fo:leader />
              </fo:block>
          </fo:table-cell>
        </fo:table-row>
      </fo:table-body>
    </fo:table>
  </fo:block-container>
</fo:block-container><fo:block-container width="100%">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
  <fo:block-container start-indent="0">
    <fo:table table-layout="fixed" width="100%">
      <fo:table-column column-width="33.13%"/>
<fo:table-column column-width="66.87%"/>
      <fo:table-body>
        <fo:table-row>
          <fo:table-cell>
  <fo:block >Súpisné číslo</fo:block>
</fo:table-cell>
          <fo:table-cell background-color="white" padding="1pt">
              <fo:block>
                <xsl:call-template name="FormatText"><xsl:with-param name="data" select="./e:WorkplaceData[not(@*)]/e:WorkplaceAddress/e:RegistrationNumber[not(@*)]"/></xsl:call-template>
                <fo:leader />
              </fo:block>
          </fo:table-cell>
        </fo:table-row>
      </fo:table-body>
    </fo:table>
  </fo:block-container>
</fo:block-container><fo:block-container width="100%">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
  <fo:block-container start-indent="0">
    <fo:table table-layout="fixed" width="100%">
      <fo:table-column column-width="33.13%"/>
<fo:table-column column-width="66.87%"/>
      <fo:table-body>
        <fo:table-row>
          <fo:table-cell>
  <fo:block >Orientačné číslo</fo:block>
</fo:table-cell>
          <fo:table-cell background-color="white" padding="1pt">
              <fo:block>
                <xsl:call-template name="FormatText"><xsl:with-param name="data" select="./e:WorkplaceData[not(@*)]/e:WorkplaceAddress/e:BuildingNumber[not(@*)]"/></xsl:call-template>
                <fo:leader />
              </fo:block>
          </fo:table-cell>
        </fo:table-row>
      </fo:table-body>
    </fo:table>
  </fo:block-container>
</fo:block-container><fo:block-container width="100%">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
  <fo:block-container start-indent="0">
    <fo:table table-layout="fixed" width="100%">
      <fo:table-column column-width="33.13%"/>
<fo:table-column column-width="66.87%"/>
      <fo:table-body>
        <fo:table-row>
          <fo:table-cell>
  <fo:block >Obec</fo:block>
</fo:table-cell>
          <fo:table-cell background-color="white" padding="1pt">
              <fo:block>
                <xsl:call-template name="FormatText"><xsl:with-param name="data" select="./e:WorkplaceData[not(@*)]/e:WorkplaceAddress/e:Municipality[not(@*)]/e:Codelist/e:CodelistItem/e:ItemName"/></xsl:call-template>
                <fo:leader />
              </fo:block>
          </fo:table-cell>
        </fo:table-row>
      </fo:table-body>
    </fo:table>
  </fo:block-container>
</fo:block-container><fo:block-container width="100%">
  <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
  <fo:block-container start-indent="0">
    <fo:table table-layout="fixed" width="100%">
      <fo:table-column column-width="33.13%"/>
<fo:table-column column-width="66.87%"/>
      <fo:table-body>
        <fo:table-row>
          <fo:table-cell>
  <fo:block >PSČ</fo:block>
</fo:table-cell>
          <fo:table-cell background-color="white" padding="1pt">
              <fo:block>
                <xsl:call-template name="FormatText"><xsl:with-param name="data" select="./e:WorkplaceData[not(@*)]/e:WorkplaceAddress/e:PostalCode[not(@*)]"/></xsl:call-template>
                <fo:leader />
              </fo:block>
          </fo:table-cell>
        </fo:table-row>
      </fo:table-body>
    </fo:table>
  </fo:block-container>
</fo:block-container>
            
          </fo:block>
        
    </fo:block-container>
  </xsl:if>
<!--foBlockForTableEnd--><fo:block-container>
  
  <xsl:choose>
    <xsl:when test="./e:WorkplaceData[not(@*)]/e:Factors[not(@*)]">
      <xsl:for-each select="./e:WorkplaceData[not(@*)]/e:Factors[not(@*)]">
        
        <fo:block font-size="12.0pt" font-weight="bold" border-bottom="0.6pt solid">
          <xsl:attribute name='margin-top'>3mm</xsl:attribute>
          <fo:block margin="5pt" >Faktor práce a pracovného prostredia (nepovinný údaj)</fo:block>
        </fo:block>
        
        <fo:block >
          <fo:block margin="5pt" font-size="12.0pt">
            <fo:block-container>
              <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
                <fo:table-column column-width="100%"/><fo:table-body><fo:table-row>
                  <fo:table-cell>
                    
                      <fo:block-container>
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>2mm</xsl:attribute>
<xsl:attribute name='margin-right'>3mm</xsl:attribute>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/>
    <fo:table-body>
      <fo:table-row>
        <fo:table-cell>
          <xsl:attribute name='padding-left'>0mm</xsl:attribute>
<xsl:attribute name='padding-right'>0mm</xsl:attribute>
          <fo:block keep-with-next.within-page="always"
          font-size="14.664pt"
          text-align="left"
          text-decoration="none"
          font-style="normal"
          font-weight="normal"
          >Pri prevádzkovaní sa predpokladá vznik alebo výskyt nasledujúcich faktorov práce a pracovného prostredia:</fo:block>
        </fo:table-cell>
      </fo:table-row>
    </fo:table-body>
  </fo:table>
</fo:block-container><xsl:choose>
  <xsl:when test="./e:Noise[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>Hluk</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose><xsl:choose>
  <xsl:when test="./e:Vibrations[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>Vibrácie</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose><xsl:choose>
  <xsl:when test="./e:IonizingRadiation[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>Ionizujúce žiarenie</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose><xsl:choose>
  <xsl:when test="./e:ElectromagneticField[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>Elektromagnetické pole</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose><xsl:choose>
  <xsl:when test="./e:UltravioletRadiation[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>Ultrafialové žiarenie</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose><xsl:choose>
  <xsl:when test="./e:InfraredRadiation[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>Infračervené žiarenie</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose><xsl:choose>
  <xsl:when test="./e:LaserRadiation[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>Laserové žiarenie</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose><xsl:choose>
  <xsl:when test="./e:IntensePulsedLight[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>Intenzívne pulzné svetlo</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose><xsl:choose>
  <xsl:when test="./e:Heat[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>Záťaž teplom</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose><xsl:choose>
  <xsl:when test="./e:Cool[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>Záťaž chladom</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose><xsl:choose>
  <xsl:when test="./e:ChemicalFactors[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>Chemické faktory</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose><xsl:choose>
  <xsl:when test="./e:CarcinogenicFactors[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>Karcinogénne a mutagénne faktory</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose><xsl:choose>
  <xsl:when test="./e:BiologicalFactors[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>Biologické faktory</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose><xsl:choose>
  <xsl:when test="./e:PhysicalExertion[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>Fyzická záťaž pri práci</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose><xsl:choose>
  <xsl:when test="./e:PsychologicalStress[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>Psychická pracovná záťaž</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose><xsl:choose>
  <xsl:when test="./e:IncreasedAirPressure[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>Zvýšený tlak vzduchu</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose><xsl:choose>
  <xsl:when test="./e:None[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>Nepredpokladá sa ani jeden z uvedených faktorov</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose><xsl:choose>
  <xsl:when test="./e:Ignorance[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>Neviem</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose>
                  </fo:table-cell>
                </fo:table-row></fo:table-body>
              </fo:table>
            </fo:block-container>
          </fo:block>
        </fo:block>
      </xsl:for-each>
    </xsl:when>
    <xsl:otherwise>
      
      <fo:block font-size="12.0pt" font-weight="bold" border-bottom="0.6pt solid">
        <xsl:attribute name='margin-top'>3mm</xsl:attribute>
        <fo:block margin="5pt">Faktor práce a pracovného prostredia (nepovinný údaj)</fo:block>
      </fo:block>
      
      <fo:block >
        <fo:block margin="5pt" font-size="12.0pt">
          <fo:block-container>
            <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
              <fo:table-column column-width="100%"/><fo:table-body><fo:table-row>
                <fo:table-cell>
                  
                    <fo:block-container>
  <xsl:attribute name='margin-top'>3mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>2mm</xsl:attribute>
<xsl:attribute name='margin-right'>3mm</xsl:attribute>
  <fo:table table-layout="fixed" width="100%" start-indent="0" end-indent="0">
    <fo:table-column column-width="100%"/>
    <fo:table-body>
      <fo:table-row>
        <fo:table-cell>
          <xsl:attribute name='padding-left'>0mm</xsl:attribute>
<xsl:attribute name='padding-right'>0mm</xsl:attribute>
          <fo:block keep-with-next.within-page="always"
          font-size="14.664pt"
          text-align="left"
          text-decoration="none"
          font-style="normal"
          font-weight="normal"
          >Pri prevádzkovaní sa predpokladá vznik alebo výskyt nasledujúcich faktorov práce a pracovného prostredia:</fo:block>
        </fo:table-cell>
      </fo:table-row>
    </fo:table-body>
  </fo:table>
</fo:block-container><xsl:choose>
  <xsl:when test="./e:Noise[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>Hluk</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose><xsl:choose>
  <xsl:when test="./e:Vibrations[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>Vibrácie</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose><xsl:choose>
  <xsl:when test="./e:IonizingRadiation[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>Ionizujúce žiarenie</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose><xsl:choose>
  <xsl:when test="./e:ElectromagneticField[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>Elektromagnetické pole</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose><xsl:choose>
  <xsl:when test="./e:UltravioletRadiation[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>Ultrafialové žiarenie</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose><xsl:choose>
  <xsl:when test="./e:InfraredRadiation[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>Infračervené žiarenie</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose><xsl:choose>
  <xsl:when test="./e:LaserRadiation[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>Laserové žiarenie</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose><xsl:choose>
  <xsl:when test="./e:IntensePulsedLight[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>Intenzívne pulzné svetlo</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose><xsl:choose>
  <xsl:when test="./e:Heat[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>Záťaž teplom</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose><xsl:choose>
  <xsl:when test="./e:Cool[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>Záťaž chladom</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose><xsl:choose>
  <xsl:when test="./e:ChemicalFactors[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>Chemické faktory</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose><xsl:choose>
  <xsl:when test="./e:CarcinogenicFactors[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>Karcinogénne a mutagénne faktory</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose><xsl:choose>
  <xsl:when test="./e:BiologicalFactors[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>Biologické faktory</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose><xsl:choose>
  <xsl:when test="./e:PhysicalExertion[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>Fyzická záťaž pri práci</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose><xsl:choose>
  <xsl:when test="./e:PsychologicalStress[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>Psychická pracovná záťaž</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose><xsl:choose>
  <xsl:when test="./e:IncreasedAirPressure[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>Zvýšený tlak vzduchu</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose><xsl:choose>
  <xsl:when test="./e:None[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>Nepredpokladá sa ani jeden z uvedených faktorov</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose><xsl:choose>
  <xsl:when test="./e:Ignorance[not(@*)] = 'true'">
    <fo:block>
      <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
      <fo:table table-layout="fixed" width="100%">
        <fo:table-column column-width="10%"/>
        <fo:table-column column-width="90%"/>
        <fo:table-body>
          <fo:table-row>
            <!--<fo:table-cell background-color="white" padding="0pt" margin-left="0pt" border-left="0pt">-->
            <fo:table-cell background-color="white" padding-left="20pt" padding-top="1pt" padding-bottom="1pt" padding-right="1pt">
              <fo:block>
                <fo:instream-foreign-object>
                  <svg:svg xmlns="http://www.w3.org/2000/svg" width="10" height="10">
                    <svg:circle cx="5" cy="5" r="3" stroke="black" stroke-width="1" fill="black"/>
                  </svg:svg>
                </fo:instream-foreign-object>
              </fo:block>
            </fo:table-cell>
            <fo:table-cell padding-left="19pt">
              <fo:block>Neviem</fo:block>
            </fo:table-cell>
          </fo:table-row>
        </fo:table-body>
      </fo:table>
    </fo:block>
  </xsl:when>
</xsl:choose>
                </fo:table-cell>
              </fo:table-row></fo:table-body>
            </fo:table>
          </fo:block-container>
        </fo:block>
      </fo:block>
    </xsl:otherwise>
  </xsl:choose>
</fo:block-container>
                </fo:table-cell>
              </fo:table-row></fo:table-body>
            </fo:table>
          </fo:block-container>
        </fo:block>
      </fo:block>
    </fo:block-container>
  
<!--foBlockForTableEnd-->
            
          </fo:block>
        
    </fo:block-container>
  </xsl:if>
<!--foBlockForTableEnd--><!--foBlockForTableStart-->
  <xsl:if test="./e:BranchArea[not(@*)]/e:Codelist/e:CodelistItem/e:ItemCode = 'INE-01'">
    <fo:block-container width="auto">
        
          <fo:block    >
            
            
              <fo:block-container width="100%">
  <fo:block start-indent="0">
    <xsl:attribute name='margin-top'>0mm</xsl:attribute>
<xsl:attribute name='margin-bottom'>0mm</xsl:attribute>
<!--<xsl:attribute name='margin-right'>0mm</xsl:attribute>-->
    <fo:table table-layout="fixed" width="100%">
      <xsl:choose>
        <xsl:when test="string-length(./e:BrachDescription[not(@*)]) > 500">
          <fo:table-column column-width="100%"/>
          <fo:table-body>
            <fo:table-row>
  <fo:table-cell>
  <fo:block >Popíšte svoju prevádzku</fo:block>
</fo:table-cell>
</fo:table-row>
            <fo:table-row>
              <fo:table-cell background-color="white" padding="1pt">
                <fo:block wrap-option="wrap" keep-with-previous.within-page="100">
                  <xsl:attribute name='linefeed-treatment'>preserve</xsl:attribute>
                  <xsl:call-template name="FormatText"><xsl:with-param name="data" select="./e:BrachDescription[not(@*)]"/></xsl:call-template>
                  <fo:leader />
                </fo:block>
              </fo:table-cell>
            </fo:table-row>
          </fo:table-body>
        </xsl:when>
        <xsl:otherwise>
          <fo:table-column column-width="33.13%"/>
<fo:table-column column-width="66.87%"/>
          <fo:table-body>
            <fo:table-row>
              <fo:table-cell>
  <fo:block >Popíšte svoju prevádzku</fo:block>
</fo:table-cell>
              <fo:table-cell background-color="white" padding="1pt">
                <fo:block wrap-option="wrap">
                  <xsl:attribute name='linefeed-treatment'>preserve</xsl:attribute>
                  <xsl:call-template name="FormatText"><xsl:with-param name="data" select="./e:BrachDescription[not(@*)]"/></xsl:call-template>
                  <fo:leader />
                </fo:block>
              </fo:table-cell>
            </fo:table-row>
          </fo:table-body>
        </xsl:otherwise>
      </xsl:choose>
    </fo:table>
  </fo:block>
</fo:block-container>
            
          </fo:block>
        
    </fo:block-container>
  </xsl:if>
<!--foBlockForTableEnd-->
                  
                </fo:block>
              
            </xsl:otherwise>
            </xsl:choose>
          </fo:table-cell>
        </fo:table-row>
      </fo:table-body>
    </fo:table>
  </fo:block-container>
</fo:block>
            
          </fo:block>
        
    </fo:block-container>
  
<!--foBlockForTableEnd-->
        <fo:block id="end"/>
      </fo:flow>
    </fo:page-sequence>
  </fo:root>
</xsl:template>
</xsl:stylesheet>