[ https://issues.apache.org/jira/browse/FOP-82?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Glenn Adams reopened FOP-82: ---------------------------- > Table Column overflow - endless loop > ------------------------------------ > > Key: FOP-82 > URL: https://issues.apache.org/jira/browse/FOP-82 > Project: FOP > Issue Type: Bug > Components: renderer/pdf > Affects Versions: 2.5 > Environment: Operating System: All > Platform: PC > Reporter: gary > Assignee: fop-dev > > I have a single page document that basically consists of 3 columns. Each > column > is further divided with additional tables. Each columns contains a number of > tables. The first column containing a single table. Columns 2 has 3 tables > and > columns 3 has 1 table. > Col 1 Col 2 Col 3 > ------------------------------ > | | | | > | Table | Table | Table | > | 3 cols | 3 cols | 2 cols | > | |----------|---------| > : : Table : : > : : 2 cols : : > | |----------| | > | | | | > | | Table | | > | | 2 cols | | > | | | | > ------------------------------ > A problem occurs when to much data is entered into the first column. > There is not enough data to cause the page to overflow. Removing the data > from > columns 2 and 3 results in the correct PDF generation. Reducing the column 1 > dataset down to approximately 10 rows resolves the problem. Any more and an > endless loop results. > The <fo> output below has been run through versions 0.14 to 0.18, each with > the > same result. > Any help would be appreciated. > <?xml version="1.0" encoding="UTF-8"?> > <fo:root xmlns:svg="http://www.w3.org/2000/svg" > xmlns:xlink="http://www.w3.org/1999/Xlink" > xmlns:fo="http://www.w3.org/1999/XSL/Format"> > <fo:layout-master-set> > <fo:simple-page-master margin-right="2cm" margin-left="2cm" margin- > bottom="1.2cm" margin-top="1cm" page-width="21.59cm" page-height="27.94cm" > master-name="first"> > <fo:region-body margin-bottom="2.1cm" margin-top="3.1cm"/> > <fo:region-before extent="3cm"/> > <fo:region-after extent="2cm"/> > </fo:simple-page-master> > <fo:simple-page-master margin-right="2cm" margin-left="2cm" margin- > bottom="1.2cm" margin-top="1cm" page-width="21.59cm" page-height="27.94cm" > master-name="rest"> > <fo:region-body margin-bottom="2.1cm" margin-top="3.1cm"/> > <fo:region-before extent="3cm"/> > <fo:region-after extent="2cm"/> > </fo:simple-page-master> > <fo:page-sequence-master master-name="basicPSM"> > <fo:repeatable-page-master-alternatives> > <fo:conditional-page-master-reference page-position="first" master- > name="first"/> > <fo:conditional-page-master-reference page-position="rest" > master-name="rest"/> > <fo:conditional-page-master-reference master-name="rest"/> > </fo:repeatable-page-master-alternatives> > </fo:page-sequence-master> > </fo:layout-master-set> > <fo:page-sequence master-name="basicPSM"> > <fo:static-content flow-name="xsl-region-before"> > <fo:block> > <fo:instream-foreign-object><svg:svg height="75px" width="17.59cm"><svg:image > xlink:href="file:LOGO5.jpg" height="75px" width="400px" y="0" > x="0"/><svg:text > y="25" x="180" style="font-size:16; font-weight:bold; > font-family:serif">TRAIT > HIERARCHY REPORT</svg:text><svg:text y="45" x="180" style="font-size:11; font- > weight:bold">Gary Freeman</svg:text><svg:text y="60" x="180" style="font- > size:11; font-weight:bold">11 JULY 2000</svg:text></svg:svg> > </fo:instream-foreign-object> > </fo:block> > </fo:static-content> > <fo:static-content flow-name="xsl-region-after"> > <fo:block> > <fo:block height="0.5cm" width="17.59cm" top="0cm" left="0cm" > position="absolute"> > <fo:leader space-before.optimum="0pt" space-after.optimum="0pt" leader- > pattern="rule"/> > </fo:block> > <fo:block font-size="10pt" font-style="italic" font-family="serif" line- > height="12pt" height="1cm" width="17.59cm" top="0.3cm" left="0cm" > position="absolute"> > <fo:table width="17.59cm"> > <fo:table-column text-align="start" column-width="9cm"/> > <fo:table-column text-align="center" column-width="5cm"/> > <fo:table-column text-align="end" column-width="9cm"/> > <fo:table-body> > <fo:table-row> > <fo:table-cell> > <fo:block>Copyright (c) 1991-2000 Gary Freeman > </fo:block> > </fo:table-cell> > <fo:table-cell> > <fo:block> > Page <fo:page-number/> > </fo:block> > </fo:table-cell> > <fo:table-cell> > <fo:block>Consistency Score:90 > </fo:block> > </fo:table-cell> > </fo:table-row> > </fo:table-body> > </fo:table> > </fo:block> > </fo:block> > </fo:static-content> > <fo:flow flow-name="xsl-region-body"> > <fo:block> > <fo:table> > <fo:table-column column-width="5.6cm"/> > <fo:table-column column-width="5.6cm"/> > <fo:table-column column-width="5.6cm"/> > <fo:table-body> > <fo:table-row> > <fo:table-cell> > <fo:table> > <fo:table-column text-align="center" column-width="4.0cm"/> > <fo:table-column text-align="center" column-width="0.7cm"/> > <fo:table-column text-align="center" column-width="0.7cm"/> > <fo:table-body font-family="sans-serif" font-size="10pt"> > <fo:table-row> > <fo:table-cell border-bottom-style="solid" border-bottom-color="black" border- > bottom-width="0pt" padding-left="0pt"> > <fo:block font-size="11pt" space-after.optimum="2pt" > space-before.optimum="2pt" > text-align="start" font-family="sans-serif" font-weight="bold">PERSONALITY > TRAITS > </fo:block> > </fo:table-cell> > <fo:table-cell border-bottom-style="solid" border-bottom-color="black" border- > bottom-width="0pt"> > <fo:block font-size="6.5pt" space-after.optimum="2pt" space- > before.optimum="2pt" text-align="start" font-family="sans-serif" font- > weight="bold">Score > </fo:block> > </fo:table-cell> > <fo:table-cell border-bottom-style="solid" border-bottom-color="black" border- > bottom-width="0pt"> > <fo:block font-size="6.5pt" space-after.optimum="2pt" space- > before.optimum="2pt" text-align="center" font-family="sans-serif" font- > weight="bold">Incon. > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">Analytical > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">9.9 > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">0 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">Analyzes Pitfalls > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">9.7 > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">0 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">Assertive > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">9.6 > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">0 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">Authoritative > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">9.6 > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">0 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">Cause Motivated > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">9.4 > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">0 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">Certain > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">9.2 > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">0 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">Collaborative > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">9.1 > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">0 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">Comfort with Conflict > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">9.0 > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">0 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">Creative Thinking > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">9.0 > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">0 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">Diplomatic > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">8.7 > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">0 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">Enforcing > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">8.6 > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">0 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">Enlists Cooperation > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">8.5 > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">0 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">Enthusiastic > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">8.3 > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">7 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">Flexible > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">8.2 > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">0 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">Frank > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">8.1 > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">0 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">Helpful > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">8.0 > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">0 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">Influencing > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">7.8 > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">19 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">Intuitive > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">7.7 > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">17 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">Manages Stress Well > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">7.6 > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">15 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">Open/Reflective > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">7.5 > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">16 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">Optimistic > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">7.3 > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">13 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">Organized > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">7.2 > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">17 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">Outgoing > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">7.1 > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">0 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">Persistent > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">7.0 > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">15 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">Planning > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">6.8 > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">23 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">Precise > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">6.7 > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">17 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">Relaxed > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">6.6 > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">23 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">Risking > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">6.4 > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">0 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">Self-Acceptance > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">6.3 > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">9 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">Self-Improvement > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">6.2 > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">22 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">Self-Motivated > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">6.1 > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">0 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">Systematic > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">6.1 > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">23 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">Takes Initiative > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">5.8 > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">22 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">Tempo > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">5.7 > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">0 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">Tolerance of Bluntness > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">5.7 > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">0 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">Tolerance of Structure > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">5.7 > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">28 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">Wants Autonomy > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">5.7 > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">0 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">Wants Capable Leader > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">5.7 > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">0 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">Wants Challenge > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">5.7 > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">0 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">Wants Diplomacy > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">7.7 > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">24 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">Wants Frankness > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">6.7 > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">0 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">Wants High Pay > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">5.7 > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">0 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">Wants Recognition > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">3.7 > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">7 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">Wants Stable Career > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">8.7 > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">0 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">Wants to Lead > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">4.7 > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">0 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">Warmth/Empathy > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">7.7 > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">0 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">Physical Work > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">3.3 > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">0 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">Public Speaking > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">3.0 > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">0 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">Research/Learning > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">2.9 > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">0 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">Teaching > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">2.8 > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">0 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">N/A > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">2.6 > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">0 > </fo:block> > </fo:table-cell> > </fo:table-row> > </fo:table-body> > </fo:table> > </fo:table-cell> > <fo:table-cell> > <fo:table> > <fo:table-column text-align="center" column-width="4.0cm"/> > <fo:table-column text-align="center" column-width="0.7cm"/> > <fo:table-column text-align="center" column-width="0.7cm"/> > <fo:table-body font-family="sans-serif" font-size="10pt"> > <fo:table-row> > <fo:table-cell border-bottom-style="solid" border-bottom-color="black" border- > bottom-width="0pt" padding-left="0pt"> > <fo:block font-size="11pt" space-after.optimum="2pt" > space-before.optimum="2pt" > text-align="start" font-family="sans-serif" font-weight="bold">ENVIRONMENTAL > PREFERENCES > </fo:block> > </fo:table-cell> > <fo:table-cell border-bottom-style="solid" border-bottom-color="black" border- > bottom-width="0pt"> > <fo:block font-size="6.5pt" space-after.optimum="2pt" space- > before.optimum="2pt" text-align="start" font-family="sans-serif" font- > weight="bold">Score > </fo:block> > </fo:table-cell> > <fo:table-cell border-bottom-style="solid" border-bottom-color="black" border- > bottom-width="0pt"> > <fo:block font-size="6.5pt" space-after.optimum="2pt" space- > before.optimum="2pt" text-align="center" font-family="sans-serif" font- > weight="bold">Incon. > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">Noise > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">2.5 > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">0 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">Outdoors > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">2.4 > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">0 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">Pressure > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">2.4 > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">0 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">Public Contact > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">2.4 > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">0 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">Repetition > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">2.0 > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">0 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">Sitting > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">9.4 > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">0 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">Standing > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">9.2 > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">0 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">Team > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">9.1 > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">0 > </fo:block> > </fo:table-cell> > </fo:table-row> > </fo:table-body> > </fo:table> > <fo:block space-after.optimum="15pt"/> > <fo:table> > <fo:table-column text-align="center" column-width="4.0cm"/> > <fo:table-column text-align="center" column-width="0.7cm"/> > <fo:table-body font-family="sans-serif" font-size="10pt"> > <fo:table-row> > <fo:table-cell border-bottom-style="solid" border-bottom-color="black" border- > bottom-width="0pt" padding-left="0pt"> > <fo:block font-size="11pt" space-after.optimum="2pt" > space-before.optimum="2pt" > text-align="start" font-family="sans-serif" font-weight="bold">INTERESTS > </fo:block> > </fo:table-cell> > <fo:table-cell border-bottom-style="solid" border-bottom-color="black" border- > bottom-width="0pt"> > <fo:block font-size="6.5pt" space-after.optimum="2pt" space- > before.optimum="2pt" text-align="start" font-family="sans-serif" font- > weight="bold">Score > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">FINANCE/BUSINESS > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">8.2 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">SPORTS > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">7.1 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">TRAVEL > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">7.1 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">ELECTRONICS > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">6.8 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">CHILDREN > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">6.7 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">SCIENCE > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">5.6 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">WRITING/LANGUAGE > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">5.4 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">HEALTH/MEDICINE > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">4.3 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">ANIMALS > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">3.6 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">FOOD > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">2.4 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">PLANTS > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">2.3 > </fo:block> > </fo:table-cell> > </fo:table-row> > </fo:table-body> > </fo:table> > <fo:block space-after.optimum="15pt"/> > <fo:table> > <fo:table-column text-align="center" column-width="4.0cm"/> > <fo:table-column text-align="center" column-width="0.7cm"/> > <fo:table-body font-family="sans-serif" font-size="10pt"> > <fo:table-row> > <fo:table-cell border-bottom-style="solid" border-bottom-color="black" border- > bottom-width="0pt" padding-left="0pt"> > <fo:block font-size="11pt" space-after.optimum="2pt" > space-before.optimum="2pt" > text-align="start" font-family="sans-serif" font-weight="bold">BEHAVIORAL > COMPETANCIES > </fo:block> > </fo:table-cell> > <fo:table-cell border-bottom-style="solid" border-bottom-color="black" border- > bottom-width="0pt"> > <fo:block font-size="6.5pt" space-after.optimum="2pt" space- > before.optimum="2pt" text-align="start" font-family="sans-serif" font- > weight="bold">Score > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">Effective Enforcing > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">7.6 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">Handles Autonomy > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">7.5 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">Handles Conflict > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">7.3 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">Innovative > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">7.2 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">Interpersonal Skills > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">7.1 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">Judgment (strategic) > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">7.0 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">Negotiating > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">6.8 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">Organizational Compatibility > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">6.7 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">People Oriented > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">6.6 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">Receives Correction > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">6.4 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">Tolerance of Evasiveness > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">6.3 > </fo:block> > </fo:table-cell> > </fo:table-row> > </fo:table-body> > </fo:table> > </fo:table-cell> > <fo:table-cell> > <fo:table> > <fo:table-column text-align="center" column-width="4.0cm"/> > <fo:table-column text-align="center" column-width="0.7cm"/> > <fo:table-body font-family="sans-serif" font-size="10pt"> > <fo:table-row> > <fo:table-cell border-bottom-style="solid" border-bottom-color="black" border- > bottom-width="0pt" padding-left="0pt"> > <fo:block font-size="11pt" space-after.optimum="2pt" > space-before.optimum="2pt" > text-align="start" font-family="sans-serif" font-weight="bold">ROLES > </fo:block> > </fo:table-cell> > <fo:table-cell border-bottom-style="solid" border-bottom-color="black" border- > bottom-width="0pt"> > <fo:block font-size="6.5pt" space-after.optimum="2pt" space- > before.optimum="2pt" text-align="start" font-family="sans-serif" font- > weight="bold">Score > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">Administration > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">6.2 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">Customer Service - Friendly > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">6.1 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">Management - Middle > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">6.1 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">Management - Upper > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">5.8 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">Sales - Cold Calling > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">5.7 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">Self-Employed > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">5.6 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">Supervisory > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">5.4 > </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell padding-top="0pt" padding-left="1pt"> > <fo:block font-size="9pt" text-align="start" font-family="sans-serif" line- > height="11pt">Technical > </fo:block> > </fo:table-cell> > <fo:table-cell padding-left="1pt"> > <fo:block font-size="7pt" text-align="center" font-family="sans-serif" line- > height="11pt">5.3 > </fo:block> > </fo:table-cell> > </fo:table-row> > </fo:table-body> > </fo:table> > </fo:table-cell> > </fo:table-row> > </fo:table-body> > </fo:table> > </fo:block> > </fo:flow> > </fo:page-sequence> > </fo:root> -- This message was sent by Atlassian Jira (v8.20.10#820010)