[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: section.autolabel.max.depth
Hi guys I converted my docbook using XSL and some properties to create my PDF. My docbook has some tree like sections: <section> .. <section> ... <section> ... </section> </section> <section> ... <section> ... </section> </section> </section> <section> .. <section> ... </section> </section> The sections should rendered to PDF like this: 1. section one 1.1 section one dot one 1.1.1 section one dot one dot one 1.2 section one dot two 1.2.1 section one dot two dot one 2. section two 2.1 section two dot one This can be done by the properties: section.autolabel section.label.includes.component.label but badly, this generates: 1. section one 1.1 section one dot one section one dot one dot one 1.2 section one dot two section one dot two dot one 2. section two 2.1 section two dot one You see, it only goes down one node... to tell the XSL to go down more steps, a property exists: section.autolabel.max.depth (When section numbering is turned on by the section.autolabel parameter, then this parameter controls the depth of section nesting that is numbered. Sections nested to a level deeper than this value will not be numbered.) But this does not work. Any ideas? Attached you find the generated FO, I don't know XSL this good, maybe you find an answer in there? Thanks, Remo This message may contain legally privileged or confidential information and is therefore addressed to the named persons only. The recipient should inform the sender and delete this message, if he/she is not named as addressee. The sender disclaims any and all liability for the integrity and punctuality of this message. The sender has activated an automatic virus scanning, but does not guarantee the virus free transmission of this message.
<?xml version="1.0" encoding="utf-8"?>
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" font-family="Helvetica,Symbol,ZapfDingbats" font-size="10pt" text-align="justify" line-height="normal" font-selection-strategy="character-by-character" line-height-shift-adjustment="disregard-shifts" language="en">
<fo:layout-master-set>
<fo:simple-page-master master-name="blank" page-width="210mm" page-height="297mm" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - -4pc" margin-right="1in">
<fo:region-body display-align="center" margin-bottom="0.5in" margin-top="0.5in"/>
<fo:region-before region-name="xsl-region-before-blank" extent="0.4in" display-align="before"/>
<fo:region-after region-name="xsl-region-after-blank" extent="0.4in" display-align="after"/>
</fo:simple-page-master>
<fo:simple-page-master master-name="titlepage-first" page-width="210mm" page-height="297mm" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - -4pc" margin-right="1in">
<fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1"/>
<fo:region-before region-name="xsl-region-before-first" extent="0.4in" display-align="before"/>
<fo:region-after region-name="xsl-region-after-first" extent="0.4in" display-align="after"/>
</fo:simple-page-master>
<fo:simple-page-master master-name="titlepage-odd" page-width="210mm" page-height="297mm" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - -4pc" margin-right="1in">
<fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1"/>
<fo:region-before region-name="xsl-region-before-odd" extent="0.4in" display-align="before"/>
<fo:region-after region-name="xsl-region-after-odd" extent="0.4in" display-align="after"/>
</fo:simple-page-master>
<fo:simple-page-master master-name="titlepage-even" page-width="210mm" page-height="297mm" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - -4pc" margin-right="1in">
<fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1"/>
<fo:region-before region-name="xsl-region-before-even" extent="0.4in" display-align="before"/>
<fo:region-after region-name="xsl-region-after-even" extent="0.4in" display-align="after"/>
</fo:simple-page-master>
<fo:simple-page-master master-name="lot-first" page-width="210mm" page-height="297mm" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - -4pc" margin-right="1in">
<fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1"/>
<fo:region-before region-name="xsl-region-before-first" extent="0.4in" display-align="before"/>
<fo:region-after region-name="xsl-region-after-first" extent="0.4in" display-align="after"/>
</fo:simple-page-master>
<fo:simple-page-master master-name="lot-odd" page-width="210mm" page-height="297mm" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - -4pc" margin-right="1in">
<fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1"/>
<fo:region-before region-name="xsl-region-before-odd" extent="0.4in" display-align="before"/>
<fo:region-after region-name="xsl-region-after-odd" extent="0.4in" display-align="after"/>
</fo:simple-page-master>
<fo:simple-page-master master-name="lot-even" page-width="210mm" page-height="297mm" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - -4pc" margin-right="1in">
<fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1"/>
<fo:region-before region-name="xsl-region-before-even" extent="0.4in" display-align="before"/>
<fo:region-after region-name="xsl-region-after-even" extent="0.4in" display-align="after"/>
</fo:simple-page-master>
<fo:simple-page-master master-name="front-first" page-width="210mm" page-height="297mm" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - -4pc" margin-right="1in">
<fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1"/>
<fo:region-before region-name="xsl-region-before-first" extent="0.4in" display-align="before"/>
<fo:region-after region-name="xsl-region-after-first" extent="0.4in" display-align="after"/>
</fo:simple-page-master>
<fo:simple-page-master master-name="front-odd" page-width="210mm" page-height="297mm" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - -4pc" margin-right="1in">
<fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1"/>
<fo:region-before region-name="xsl-region-before-odd" extent="0.4in" display-align="before"/>
<fo:region-after region-name="xsl-region-after-odd" extent="0.4in" display-align="after"/>
</fo:simple-page-master>
<fo:simple-page-master master-name="front-even" page-width="210mm" page-height="297mm" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - -4pc" margin-right="1in">
<fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1"/>
<fo:region-before region-name="xsl-region-before-even" extent="0.4in" display-align="before"/>
<fo:region-after region-name="xsl-region-after-even" extent="0.4in" display-align="after"/>
</fo:simple-page-master>
<fo:simple-page-master master-name="body-first" page-width="210mm" page-height="297mm" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - -4pc" margin-right="1in">
<fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1"/>
<fo:region-before region-name="xsl-region-before-first" extent="0.4in" display-align="before"/>
<fo:region-after region-name="xsl-region-after-first" extent="0.4in" display-align="after"/>
</fo:simple-page-master>
<fo:simple-page-master master-name="body-odd" page-width="210mm" page-height="297mm" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - -4pc" margin-right="1in">
<fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1"/>
<fo:region-before region-name="xsl-region-before-odd" extent="0.4in" display-align="before"/>
<fo:region-after region-name="xsl-region-after-odd" extent="0.4in" display-align="after"/>
</fo:simple-page-master>
<fo:simple-page-master master-name="body-even" page-width="210mm" page-height="297mm" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - -4pc" margin-right="1in">
<fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1"/>
<fo:region-before region-name="xsl-region-before-even" extent="0.4in" display-align="before"/>
<fo:region-after region-name="xsl-region-after-even" extent="0.4in" display-align="after"/>
</fo:simple-page-master>
<fo:simple-page-master master-name="back-first" page-width="210mm" page-height="297mm" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - -4pc" margin-right="1in">
<fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1"/>
<fo:region-before region-name="xsl-region-before-first" extent="0.4in" display-align="before"/>
<fo:region-after region-name="xsl-region-after-first" extent="0.4in" display-align="after"/>
</fo:simple-page-master>
<fo:simple-page-master master-name="back-odd" page-width="210mm" page-height="297mm" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - -4pc" margin-right="1in">
<fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1"/>
<fo:region-before region-name="xsl-region-before-odd" extent="0.4in" display-align="before"/>
<fo:region-after region-name="xsl-region-after-odd" extent="0.4in" display-align="after"/>
</fo:simple-page-master>
<fo:simple-page-master master-name="back-even" page-width="210mm" page-height="297mm" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - -4pc" margin-right="1in">
<fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1"/>
<fo:region-before region-name="xsl-region-before-even" extent="0.4in" display-align="before"/>
<fo:region-after region-name="xsl-region-after-even" extent="0.4in" display-align="after"/>
</fo:simple-page-master>
<fo:simple-page-master master-name="index-first" page-width="210mm" page-height="297mm" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in" margin-right="1in">
<fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="2"/>
<fo:region-before region-name="xsl-region-before-first" extent="0.4in" display-align="before"/>
<fo:region-after region-name="xsl-region-after-first" extent="0.4in" display-align="after"/>
</fo:simple-page-master>
<fo:simple-page-master master-name="index-odd" page-width="210mm" page-height="297mm" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in" margin-right="1in">
<fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="2"/>
<fo:region-before region-name="xsl-region-before-odd" extent="0.4in" display-align="before"/>
<fo:region-after region-name="xsl-region-after-odd" extent="0.4in" display-align="after"/>
</fo:simple-page-master>
<fo:simple-page-master master-name="index-even" page-width="210mm" page-height="297mm" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in" margin-right="1in">
<fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="2"/>
<fo:region-before region-name="xsl-region-before-even" extent="0.4in" display-align="before"/>
<fo:region-after region-name="xsl-region-after-even" extent="0.4in" display-align="after"/>
</fo:simple-page-master>
<fo:simple-page-master master-name="blank-draft" page-width="210mm" page-height="297mm" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - -4pc" margin-right="1in">
<fo:region-body margin-bottom="0.5in" margin-top="0.5in" background-image="" background-attachment="fixed" background-repeat="no-repeat" background-position-horizontal="center" background-position-vertical="center"/>
<fo:region-before region-name="xsl-region-before-blank" extent="0.4in" display-align="before"/>
<fo:region-after region-name="xsl-region-after-blank" extent="0.4in" display-align="after"/>
</fo:simple-page-master>
<fo:simple-page-master master-name="titlepage-first-draft" page-width="210mm" page-height="297mm" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - -4pc" margin-right="1in">
<fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1" background-image="" background-attachment="fixed" background-repeat="no-repeat" background-position-horizontal="center" background-position-vertical="center"/>
<fo:region-before region-name="xsl-region-before-first" extent="0.4in" display-align="before"/>
<fo:region-after region-name="xsl-region-after-first" extent="0.4in" display-align="after"/>
</fo:simple-page-master>
<fo:simple-page-master master-name="titlepage-odd-draft" page-width="210mm" page-height="297mm" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - -4pc" margin-right="1in">
<fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1" background-image="" background-attachment="fixed" background-repeat="no-repeat" background-position-horizontal="center" background-position-vertical="center"/>
<fo:region-before region-name="xsl-region-before-odd" extent="0.4in" display-align="before"/>
<fo:region-after region-name="xsl-region-after-odd" extent="0.4in" display-align="after"/>
</fo:simple-page-master>
<fo:simple-page-master master-name="titlepage-even-draft" page-width="210mm" page-height="297mm" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - -4pc" margin-right="1in">
<fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1" background-image="" background-attachment="fixed" background-repeat="no-repeat" background-position-horizontal="center" background-position-vertical="center"/>
<fo:region-before region-name="xsl-region-before-even" extent="0.4in" display-align="before"/>
<fo:region-after region-name="xsl-region-after-even" extent="0.4in" display-align="after"/>
</fo:simple-page-master>
<fo:simple-page-master master-name="lot-first-draft" page-width="210mm" page-height="297mm" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - -4pc" margin-right="1in">
<fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1" background-image="" background-attachment="fixed" background-repeat="no-repeat" background-position-horizontal="center" background-position-vertical="center"/>
<fo:region-before region-name="xsl-region-before-first" extent="0.4in" display-align="before"/>
<fo:region-after region-name="xsl-region-after-first" extent="0.4in" display-align="after"/>
</fo:simple-page-master>
<fo:simple-page-master master-name="lot-odd-draft" page-width="210mm" page-height="297mm" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - -4pc" margin-right="1in">
<fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1" background-image="" background-attachment="fixed" background-repeat="no-repeat" background-position-horizontal="center" background-position-vertical="center"/>
<fo:region-before region-name="xsl-region-before-odd" extent="0.4in" display-align="before"/>
<fo:region-after region-name="xsl-region-after-odd" extent="0.4in" display-align="after"/>
</fo:simple-page-master>
<fo:simple-page-master master-name="lot-even-draft" page-width="210mm" page-height="297mm" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - -4pc" margin-right="1in">
<fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1" background-image="" background-attachment="fixed" background-repeat="no-repeat" background-position-horizontal="center" background-position-vertical="center"/>
<fo:region-before region-name="xsl-region-before-even" extent="0.4in" display-align="before"/>
<fo:region-after region-name="xsl-region-after-even" extent="0.4in" display-align="after"/>
</fo:simple-page-master>
<fo:simple-page-master master-name="front-first-draft" page-width="210mm" page-height="297mm" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - -4pc" margin-right="1in">
<fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1" background-image="" background-attachment="fixed" background-repeat="no-repeat" background-position-horizontal="center" background-position-vertical="center"/>
<fo:region-before region-name="xsl-region-before-first" extent="0.4in" display-align="before"/>
<fo:region-after region-name="xsl-region-after-first" extent="0.4in" display-align="after"/>
</fo:simple-page-master>
<fo:simple-page-master master-name="front-odd-draft" page-width="210mm" page-height="297mm" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - -4pc" margin-right="1in">
<fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1" background-image="" background-attachment="fixed" background-repeat="no-repeat" background-position-horizontal="center" background-position-vertical="center"/>
<fo:region-before region-name="xsl-region-before-odd" extent="0.4in" display-align="before"/>
<fo:region-after region-name="xsl-region-after-odd" extent="0.4in" display-align="after"/>
</fo:simple-page-master>
<fo:simple-page-master master-name="front-even-draft" page-width="210mm" page-height="297mm" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - -4pc" margin-right="1in">
<fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1" background-image="" background-attachment="fixed" background-repeat="no-repeat" background-position-horizontal="center" background-position-vertical="center"/>
<fo:region-before region-name="xsl-region-before-even" extent="0.4in" display-align="before"/>
<fo:region-after region-name="xsl-region-after-even" extent="0.4in" display-align="after"/>
</fo:simple-page-master>
<fo:simple-page-master master-name="body-first-draft" page-width="210mm" page-height="297mm" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - -4pc" margin-right="1in">
<fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1" background-image="" background-attachment="fixed" background-repeat="no-repeat" background-position-horizontal="center" background-position-vertical="center"/>
<fo:region-before region-name="xsl-region-before-first" extent="0.4in" display-align="before"/>
<fo:region-after region-name="xsl-region-after-first" extent="0.4in" display-align="after"/>
</fo:simple-page-master>
<fo:simple-page-master master-name="body-odd-draft" page-width="210mm" page-height="297mm" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - -4pc" margin-right="1in">
<fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1" background-image="" background-attachment="fixed" background-repeat="no-repeat" background-position-horizontal="center" background-position-vertical="center"/>
<fo:region-before region-name="xsl-region-before-odd" extent="0.4in" display-align="before"/>
<fo:region-after region-name="xsl-region-after-odd" extent="0.4in" display-align="after"/>
</fo:simple-page-master>
<fo:simple-page-master master-name="body-even-draft" page-width="210mm" page-height="297mm" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - -4pc" margin-right="1in">
<fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1" background-image="" background-attachment="fixed" background-repeat="no-repeat" background-position-horizontal="center" background-position-vertical="center"/>
<fo:region-before region-name="xsl-region-before-even" extent="0.4in" display-align="before"/>
<fo:region-after region-name="xsl-region-after-even" extent="0.4in" display-align="after"/>
</fo:simple-page-master>
<fo:simple-page-master master-name="back-first-draft" page-width="210mm" page-height="297mm" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - -4pc" margin-right="1in">
<fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1" background-image="" background-attachment="fixed" background-repeat="no-repeat" background-position-horizontal="center" background-position-vertical="center"/>
<fo:region-before region-name="xsl-region-before-first" extent="0.4in" display-align="before"/>
<fo:region-after region-name="xsl-region-after-first" extent="0.4in" display-align="after"/>
</fo:simple-page-master>
<fo:simple-page-master master-name="back-odd-draft" page-width="210mm" page-height="297mm" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - -4pc" margin-right="1in">
<fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1" background-image="" background-attachment="fixed" background-repeat="no-repeat" background-position-horizontal="center" background-position-vertical="center"/>
<fo:region-before region-name="xsl-region-before-odd" extent="0.4in" display-align="before"/>
<fo:region-after region-name="xsl-region-after-odd" extent="0.4in" display-align="after"/>
</fo:simple-page-master>
<fo:simple-page-master master-name="back-even-draft" page-width="210mm" page-height="297mm" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in - -4pc" margin-right="1in">
<fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="1" background-image="" background-attachment="fixed" background-repeat="no-repeat" background-position-horizontal="center" background-position-vertical="center"/>
<fo:region-before region-name="xsl-region-before-even" extent="0.4in" display-align="before"/>
<fo:region-after region-name="xsl-region-after-even" extent="0.4in" display-align="after"/>
</fo:simple-page-master>
<fo:simple-page-master master-name="index-first-draft" page-width="210mm" page-height="297mm" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in" margin-right="1in">
<fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="2" background-image="" background-attachment="fixed" background-repeat="no-repeat" background-position-horizontal="center" background-position-vertical="center"/>
<fo:region-before region-name="xsl-region-before-first" extent="0.4in" display-align="before"/>
<fo:region-after region-name="xsl-region-after-first" extent="0.4in" display-align="after"/>
</fo:simple-page-master>
<fo:simple-page-master master-name="index-odd-draft" page-width="210mm" page-height="297mm" margin-top="0.5in" margin-bottom="0.5in" margin-left="1in" margin-right="1in">
<fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="2" background-image="" background-attachment="fixed" background-repeat="no-repeat" background-position-horizontal="center" background-position-vertical="center"/>
<fo:region-before region-name="xsl-region-before-odd" extent="0.4in" display-align="before"/>
<fo:region-after region-name="xsl-region-after-odd" extent="0.4in" display-align="after"/>
</fo:simple-page-master>
<fo:simple-page-master master-name="index-even-draft" page-width="210mm" page-height="297mm" margin-top="0.5in" margin-bottom="0.5in" margin-right="1in" margin-left="1in">
<fo:region-body margin-bottom="0.5in" margin-top="0.5in" column-gap="12pt" column-count="2" background-image="" background-attachment="fixed" background-repeat="no-repeat" background-position-horizontal="center" background-position-vertical="center"/>
<fo:region-before region-name="xsl-region-before-even" extent="0.4in" display-align="before"/>
<fo:region-after region-name="xsl-region-after-even" extent="0.4in" display-align="after"/>
</fo:simple-page-master>
<fo:page-sequence-master master-name="titlepage">
<fo:repeatable-page-master-alternatives>
<fo:conditional-page-master-reference master-reference="blank" blank-or-not-blank="blank"/>
<fo:conditional-page-master-reference master-reference="titlepage-first" page-position="first"/>
<fo:conditional-page-master-reference master-reference="titlepage-odd" odd-or-even="odd"/>
<fo:conditional-page-master-reference odd-or-even="even" master-reference="titlepage-odd"/>
</fo:repeatable-page-master-alternatives>
</fo:page-sequence-master>
<fo:page-sequence-master master-name="lot">
<fo:repeatable-page-master-alternatives>
<fo:conditional-page-master-reference master-reference="blank" blank-or-not-blank="blank"/>
<fo:conditional-page-master-reference master-reference="lot-first" page-position="first"/>
<fo:conditional-page-master-reference master-reference="lot-odd" odd-or-even="odd"/>
<fo:conditional-page-master-reference odd-or-even="even" master-reference="lot-odd"/>
</fo:repeatable-page-master-alternatives>
</fo:page-sequence-master>
<fo:page-sequence-master master-name="front">
<fo:repeatable-page-master-alternatives>
<fo:conditional-page-master-reference master-reference="blank" blank-or-not-blank="blank"/>
<fo:conditional-page-master-reference master-reference="front-first" page-position="first"/>
<fo:conditional-page-master-reference master-reference="front-odd" odd-or-even="odd"/>
<fo:conditional-page-master-reference odd-or-even="even" master-reference="front-odd"/>
</fo:repeatable-page-master-alternatives>
</fo:page-sequence-master>
<fo:page-sequence-master master-name="body">
<fo:repeatable-page-master-alternatives>
<fo:conditional-page-master-reference master-reference="blank" blank-or-not-blank="blank"/>
<fo:conditional-page-master-reference master-reference="body-first" page-position="first"/>
<fo:conditional-page-master-reference master-reference="body-odd" odd-or-even="odd"/>
<fo:conditional-page-master-reference odd-or-even="even" master-reference="body-odd"/>
</fo:repeatable-page-master-alternatives>
</fo:page-sequence-master>
<fo:page-sequence-master master-name="back">
<fo:repeatable-page-master-alternatives>
<fo:conditional-page-master-reference master-reference="blank" blank-or-not-blank="blank"/>
<fo:conditional-page-master-reference master-reference="back-first" page-position="first"/>
<fo:conditional-page-master-reference master-reference="back-odd" odd-or-even="odd"/>
<fo:conditional-page-master-reference odd-or-even="even" master-reference="back-odd"/>
</fo:repeatable-page-master-alternatives>
</fo:page-sequence-master>
<fo:page-sequence-master master-name="index">
<fo:repeatable-page-master-alternatives>
<fo:conditional-page-master-reference master-reference="blank" blank-or-not-blank="blank"/>
<fo:conditional-page-master-reference master-reference="index-first" page-position="first"/>
<fo:conditional-page-master-reference master-reference="index-odd" odd-or-even="odd"/>
<fo:conditional-page-master-reference odd-or-even="even" master-reference="index-odd"/>
</fo:repeatable-page-master-alternatives>
</fo:page-sequence-master>
<fo:page-sequence-master master-name="titlepage-draft">
<fo:repeatable-page-master-alternatives>
<fo:conditional-page-master-reference master-reference="blank-draft" blank-or-not-blank="blank"/>
<fo:conditional-page-master-reference master-reference="titlepage-first-draft" page-position="first"/>
<fo:conditional-page-master-reference master-reference="titlepage-odd-draft" odd-or-even="odd"/>
<fo:conditional-page-master-reference odd-or-even="even" master-reference="titlepage-odd-draft"/>
</fo:repeatable-page-master-alternatives>
</fo:page-sequence-master>
<fo:page-sequence-master master-name="lot-draft">
<fo:repeatable-page-master-alternatives>
<fo:conditional-page-master-reference master-reference="blank-draft" blank-or-not-blank="blank"/>
<fo:conditional-page-master-reference master-reference="lot-first-draft" page-position="first"/>
<fo:conditional-page-master-reference master-reference="lot-odd-draft" odd-or-even="odd"/>
<fo:conditional-page-master-reference odd-or-even="even" master-reference="lot-odd-draft"/>
</fo:repeatable-page-master-alternatives>
</fo:page-sequence-master>
<fo:page-sequence-master master-name="front-draft">
<fo:repeatable-page-master-alternatives>
<fo:conditional-page-master-reference master-reference="blank-draft" blank-or-not-blank="blank"/>
<fo:conditional-page-master-reference master-reference="front-first-draft" page-position="first"/>
<fo:conditional-page-master-reference master-reference="front-odd-draft" odd-or-even="odd"/>
<fo:conditional-page-master-reference odd-or-even="even" master-reference="front-odd-draft"/>
</fo:repeatable-page-master-alternatives>
</fo:page-sequence-master>
<fo:page-sequence-master master-name="body-draft">
<fo:repeatable-page-master-alternatives>
<fo:conditional-page-master-reference master-reference="blank-draft" blank-or-not-blank="blank"/>
<fo:conditional-page-master-reference master-reference="body-first-draft" page-position="first"/>
<fo:conditional-page-master-reference master-reference="body-odd-draft" odd-or-even="odd"/>
<fo:conditional-page-master-reference odd-or-even="even" master-reference="body-odd-draft"/>
</fo:repeatable-page-master-alternatives>
</fo:page-sequence-master>
<fo:page-sequence-master master-name="back-draft">
<fo:repeatable-page-master-alternatives>
<fo:conditional-page-master-reference master-reference="blank-draft" blank-or-not-blank="blank"/>
<fo:conditional-page-master-reference master-reference="back-first-draft" page-position="first"/>
<fo:conditional-page-master-reference master-reference="back-odd-draft" odd-or-even="odd"/>
<fo:conditional-page-master-reference odd-or-even="even" master-reference="back-odd-draft"/>
</fo:repeatable-page-master-alternatives>
</fo:page-sequence-master>
<fo:page-sequence-master master-name="index-draft">
<fo:repeatable-page-master-alternatives>
<fo:conditional-page-master-reference master-reference="blank-draft" blank-or-not-blank="blank"/>
<fo:conditional-page-master-reference master-reference="index-first-draft" page-position="first"/>
<fo:conditional-page-master-reference master-reference="index-odd-draft" odd-or-even="odd"/>
<fo:conditional-page-master-reference odd-or-even="even" master-reference="index-odd-draft"/>
</fo:repeatable-page-master-alternatives>
</fo:page-sequence-master>
</fo:layout-master-set>
<fox:outline xmlns:fox="http://xml.apache.org/fop/extensions" internal-destination="d0e1">
<fox:label>SPOC7</fox:label>
</fox:outline>
<fox:outline xmlns:fox="http://xml.apache.org/fop/extensions" internal-destination="toc...d0e1">
<fox:label>Table of Contents</fox:label>
</fox:outline>
<fox:outline xmlns:fox="http://xml.apache.org/fop/extensions" internal-destination="d0e17">
<fox:label>Chapter 1. Introduction</fox:label>
</fox:outline>
<fox:destination xmlns:fox="http://xml.apache.org/fop/extensions" internal-destination="d0e17"/>
<fox:outline xmlns:fox="http://xml.apache.org/fop/extensions" internal-destination="d0e58">
<fox:label>Chapter 2. The enterprise user interface</fox:label>
<fox:outline internal-destination="d0e63">
<fox:label>2.1. Overview and Navigation</fox:label>
</fox:outline>
<fox:destination internal-destination="d0e63"/>
<fox:outline internal-destination="d0e73">
<fox:label>2.2. The WarehouseManager User Interface</fox:label>
<fox:outline internal-destination="d0e78">
<fox:label>1. The Products Screen</fox:label>
</fox:outline>
<fox:destination internal-destination="d0e78"/>
<fox:outline internal-destination="d0e115">
<fox:label>2. The Locations Screen</fox:label>
</fox:outline>
<fox:destination internal-destination="d0e115"/>
<fox:outline internal-destination="d0e158">
<fox:label>3. The Locations Detail Screen</fox:label>
</fox:outline>
<fox:destination internal-destination="d0e158"/>
<fox:outline internal-destination="d0e213">
<fox:label>4. The Customer Orders Screen</fox:label>
</fox:outline>
<fox:destination internal-destination="d0e213"/>
</fox:outline>
<fox:destination internal-destination="d0e73"/>
<fox:outline internal-destination="d0e280">
<fox:label>2.3. The Cockpit User Interface</fox:label>
<fox:outline internal-destination="d0e285">
<fox:label>1. The Cockpit Overview</fox:label>
</fox:outline>
<fox:destination internal-destination="d0e285"/>
<fox:outline internal-destination="d0e296">
<fox:label>2. The KPI Browser</fox:label>
</fox:outline>
<fox:destination internal-destination="d0e296"/>
</fox:outline>
<fox:destination internal-destination="d0e280"/>
</fox:outline>
<fox:destination xmlns:fox="http://xml.apache.org/fop/extensions" internal-destination="d0e58"/>
<fox:destination xmlns:fox="http://xml.apache.org/fop/extensions" internal-destination="d0e1"/>
<fo:page-sequence xmlns:axf="http://www.antennahouse.com/names/XSL/Extensions" hyphenate="true" master-reference="titlepage" language="en" format="1" initial-page-number="1" force-page-count="no-force" hyphenation-character="-" hyphenation-push-character-count="2" hyphenation-remain-character-count="2">
<fo:static-content flow-name="xsl-region-before-first">
<fo:block font-family="Helvetica,Symbol,ZapfDingbats" margin-left="-4pc"/>
</fo:static-content>
<fo:static-content flow-name="xsl-region-before-odd">
<fo:block font-family="Helvetica,Symbol,ZapfDingbats" margin-left="-4pc">
<fo:table table-layout="fixed" width="100%" border-bottom-width="0.5pt" border-bottom-style="solid" border-bottom-color="black">
<fo:table-column column-number="1" column-width="proportional-column-width(1)"/>
<fo:table-column column-number="2" column-width="proportional-column-width(1)"/>
<fo:table-column column-number="3" column-width="proportional-column-width(1)"/>
<fo:table-body>
<fo:table-row block-progression-dimension.minimum="14pt">
<fo:table-cell text-align="left" display-align="before">
<fo:block>
<fo:block/>
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center" display-align="before">
<fo:block>
<fo:block/>
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="right" display-align="before">
<fo:block>
<fo:block/>
</fo:block>
</fo:table-cell>
</fo:table-row>
</fo:table-body>
</fo:table>
</fo:block>
</fo:static-content>
<fo:static-content flow-name="xsl-region-before-even">
<fo:block font-family="Helvetica,Symbol,ZapfDingbats" margin-left="-4pc">
<fo:table table-layout="fixed" width="100%" border-bottom-width="0.5pt" border-bottom-style="solid" border-bottom-color="black">
<fo:table-column column-number="1" column-width="proportional-column-width(1)"/>
<fo:table-column column-number="2" column-width="proportional-column-width(1)"/>
<fo:table-column column-number="3" column-width="proportional-column-width(1)"/>
<fo:table-body>
<fo:table-row block-progression-dimension.minimum="14pt">
<fo:table-cell text-align="left" display-align="before">
<fo:block>
<fo:block/>
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center" display-align="before">
<fo:block>
<fo:block/>
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="right" display-align="before">
<fo:block>
<fo:block/>
</fo:block>
</fo:table-cell>
</fo:table-row>
</fo:table-body>
</fo:table>
</fo:block>
</fo:static-content>
<fo:static-content flow-name="xsl-region-before-blank">
<fo:block font-family="Helvetica,Symbol,ZapfDingbats" margin-left="-4pc">
<fo:table table-layout="fixed" width="100%" border-bottom-width="0.5pt" border-bottom-style="solid" border-bottom-color="black">
<fo:table-column column-number="1" column-width="proportional-column-width(1)"/>
<fo:table-column column-number="2" column-width="proportional-column-width(1)"/>
<fo:table-column column-number="3" column-width="proportional-column-width(1)"/>
<fo:table-body>
<fo:table-row block-progression-dimension.minimum="14pt">
<fo:table-cell text-align="left" display-align="before">
<fo:block>
<fo:block/>
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center" display-align="before">
<fo:block>
<fo:block/>
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="right" display-align="before">
<fo:block>
<fo:block/>
</fo:block>
</fo:table-cell>
</fo:table-row>
</fo:table-body>
</fo:table>
</fo:block>
</fo:static-content>
<fo:static-content flow-name="xsl-footnote-separator">
<fo:block>
<fo:leader color="black" leader-pattern="rule" leader-length="1in"/>
</fo:block>
</fo:static-content>
<fo:static-content flow-name="xsl-region-after-first">
<fo:block font-family="Helvetica,Symbol,ZapfDingbats" margin-left="-4pc"/>
</fo:static-content>
<fo:static-content flow-name="xsl-region-after-odd">
<fo:block font-family="Helvetica,Symbol,ZapfDingbats" margin-left="-4pc">
<fo:table table-layout="fixed" width="100%" border-top-width="0.5pt" border-top-style="solid" border-top-color="black">
<fo:table-column column-number="1" column-width="proportional-column-width(1)"/>
<fo:table-column column-number="2" column-width="proportional-column-width(1)"/>
<fo:table-column column-number="3" column-width="proportional-column-width(1)"/>
<fo:table-body>
<fo:table-row block-progression-dimension.minimum="14pt">
<fo:table-cell text-align="left" display-align="after">
<fo:block>
<fo:block/>
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center" display-align="after">
<fo:block>
<fo:block/>
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="right" display-align="after">
<fo:block>
<fo:block/>
</fo:block>
</fo:table-cell>
</fo:table-row>
</fo:table-body>
</fo:table>
</fo:block>
</fo:static-content>
<fo:static-content flow-name="xsl-region-after-even">
<fo:block font-family="Helvetica,Symbol,ZapfDingbats" margin-left="-4pc">
<fo:table table-layout="fixed" width="100%" border-top-width="0.5pt" border-top-style="solid" border-top-color="black">
<fo:table-column column-number="1" column-width="proportional-column-width(1)"/>
<fo:table-column column-number="2" column-width="proportional-column-width(1)"/>
<fo:table-column column-number="3" column-width="proportional-column-width(1)"/>
<fo:table-body>
<fo:table-row block-progression-dimension.minimum="14pt">
<fo:table-cell text-align="left" display-align="after">
<fo:block>
<fo:block/>
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center" display-align="after">
<fo:block>
<fo:block/>
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="right" display-align="after">
<fo:block>
<fo:block/>
</fo:block>
</fo:table-cell>
</fo:table-row>
</fo:table-body>
</fo:table>
</fo:block>
</fo:static-content>
<fo:static-content flow-name="xsl-region-after-blank">
<fo:block font-family="Helvetica,Symbol,ZapfDingbats" margin-left="-4pc">
<fo:table table-layout="fixed" width="100%" border-top-width="0.5pt" border-top-style="solid" border-top-color="black">
<fo:table-column column-number="1" column-width="proportional-column-width(1)"/>
<fo:table-column column-number="2" column-width="proportional-column-width(1)"/>
<fo:table-column column-number="3" column-width="proportional-column-width(1)"/>
<fo:table-body>
<fo:table-row block-progression-dimension.minimum="14pt">
<fo:table-cell text-align="left" display-align="after">
<fo:block>
<fo:block/>
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center" display-align="after">
<fo:block>
<fo:block/>
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="right" display-align="after">
<fo:block>
<fo:block/>
</fo:block>
</fo:table-cell>
</fo:table-row>
</fo:table-body>
</fo:table>
</fo:block>
</fo:static-content>
<fo:flow flow-name="xsl-region-body">
<fo:block id="d0e1">
<fo:block>
<fo:block>
<fo:block font-family="Helvetica,Symbol,ZapfDingbats" font-weight="bold" font-size="24.8832pt" text-align="center" space-before="18.6624pt">
<fo:block keep-with-next.within-column="always" hyphenate="false">SPOC7</fo:block>
</fo:block>
<fo:block font-family="Helvetica,Symbol,ZapfDingbats" font-weight="bold" font-size="20.736pt" text-align="center" space-before="15.552pt">Prototype Description</fo:block>
</fo:block>
<!-- <fo:block>
<fo:block break-after="page"/>
<fo:block font-size="14.4pt" font-weight="bold" font-family="Helvetica,Symbol,ZapfDingbats">
<fo:block>SPOC7: Prototype Description</fo:block>
</fo:block>
</fo:block>
<fo:block break-after="page"/>--></fo:block>
</fo:block>
</fo:flow>
</fo:page-sequence>
<fo:page-sequence xmlns:axf="http://www.antennahouse.com/names/XSL/Extensions" hyphenate="true" master-reference="front" language="en" format="i" initial-page-number="1" force-page-count="no-force" hyphenation-character="-" hyphenation-push-character-count="2" hyphenation-remain-character-count="2">
<fo:static-content flow-name="xsl-region-before-first">
<fo:block font-family="Helvetica,Symbol,ZapfDingbats" margin-left="-4pc">
<fo:table table-layout="fixed" width="100%" border-bottom-width="0.5pt" border-bottom-style="solid" border-bottom-color="black">
<fo:table-column column-number="1" column-width="proportional-column-width(1)"/>
<fo:table-column column-number="2" column-width="proportional-column-width(1)"/>
<fo:table-column column-number="3" column-width="proportional-column-width(1)"/>
<fo:table-body>
<fo:table-row block-progression-dimension.minimum="14pt">
<fo:table-cell text-align="left" display-align="before">
<fo:block>
<fo:block/>
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center" display-align="before">
<fo:block>
<fo:block/>
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="right" display-align="before">
<fo:block>
<fo:block/>
</fo:block>
</fo:table-cell>
</fo:table-row>
</fo:table-body>
</fo:table>
</fo:block>
</fo:static-content>
<fo:static-content flow-name="xsl-region-before-odd">
<fo:block font-family="Helvetica,Symbol,ZapfDingbats" margin-left="-4pc">
<fo:table table-layout="fixed" width="100%" border-bottom-width="0.5pt" border-bottom-style="solid" border-bottom-color="black">
<fo:table-column column-number="1" column-width="proportional-column-width(1)"/>
<fo:table-column column-number="2" column-width="proportional-column-width(1)"/>
<fo:table-column column-number="3" column-width="proportional-column-width(1)"/>
<fo:table-body>
<fo:table-row block-progression-dimension.minimum="14pt">
<fo:table-cell text-align="left" display-align="before">
<fo:block>
<fo:block/>
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center" display-align="before">
<fo:block>
<fo:block>Who should read this documentation</fo:block>
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="right" display-align="before">
<fo:block>
<fo:block/>
</fo:block>
</fo:table-cell>
</fo:table-row>
</fo:table-body>
</fo:table>
</fo:block>
</fo:static-content>
<fo:static-content flow-name="xsl-region-before-even">
<fo:block font-family="Helvetica,Symbol,ZapfDingbats" margin-left="-4pc">
<fo:table table-layout="fixed" width="100%" border-bottom-width="0.5pt" border-bottom-style="solid" border-bottom-color="black">
<fo:table-column column-number="1" column-width="proportional-column-width(1)"/>
<fo:table-column column-number="2" column-width="proportional-column-width(1)"/>
<fo:table-column column-number="3" column-width="proportional-column-width(1)"/>
<fo:table-body>
<fo:table-row block-progression-dimension.minimum="14pt">
<fo:table-cell text-align="left" display-align="before">
<fo:block>
<fo:block/>
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center" display-align="before">
<fo:block>
<fo:block>Who should read this documentation</fo:block>
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="right" display-align="before">
<fo:block>
<fo:block/>
</fo:block>
</fo:table-cell>
</fo:table-row>
</fo:table-body>
</fo:table>
</fo:block>
</fo:static-content>
<fo:static-content flow-name="xsl-region-before-blank">
<fo:block font-family="Helvetica,Symbol,ZapfDingbats" margin-left="-4pc">
<fo:table table-layout="fixed" width="100%" border-bottom-width="0.5pt" border-bottom-style="solid" border-bottom-color="black">
<fo:table-column column-number="1" column-width="proportional-column-width(1)"/>
<fo:table-column column-number="2" column-width="proportional-column-width(1)"/>
<fo:table-column column-number="3" column-width="proportional-column-width(1)"/>
<fo:table-body>
<fo:table-row block-progression-dimension.minimum="14pt">
<fo:table-cell text-align="left" display-align="before">
<fo:block>
<fo:block/>
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center" display-align="before">
<fo:block>
<fo:block/>
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="right" display-align="before">
<fo:block>
<fo:block/>
</fo:block>
</fo:table-cell>
</fo:table-row>
</fo:table-body>
</fo:table>
</fo:block>
</fo:static-content>
<fo:static-content flow-name="xsl-footnote-separator">
<fo:block>
<fo:leader color="black" leader-pattern="rule" leader-length="1in"/>
</fo:block>
</fo:static-content>
<fo:static-content flow-name="xsl-region-after-first">
<fo:block font-family="Helvetica,Symbol,ZapfDingbats" margin-left="-4pc">
<fo:table table-layout="fixed" width="100%" border-top-width="0.5pt" border-top-style="solid" border-top-color="black">
<fo:table-column column-number="1" column-width="proportional-column-width(1)"/>
<fo:table-column column-number="2" column-width="proportional-column-width(1)"/>
<fo:table-column column-number="3" column-width="proportional-column-width(1)"/>
<fo:table-body>
<fo:table-row block-progression-dimension.minimum="14pt">
<fo:table-cell text-align="left" display-align="after">
<fo:block>
<fo:block/>
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center" display-align="after">
<fo:block>
<fo:block>
<fo:page-number/>
</fo:block>
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="right" display-align="after">
<fo:block>
<fo:block/>
</fo:block>
</fo:table-cell>
</fo:table-row>
</fo:table-body>
</fo:table>
</fo:block>
</fo:static-content>
<fo:static-content flow-name="xsl-region-after-odd">
<fo:block font-family="Helvetica,Symbol,ZapfDingbats" margin-left="-4pc">
<fo:table table-layout="fixed" width="100%" border-top-width="0.5pt" border-top-style="solid" border-top-color="black">
<fo:table-column column-number="1" column-width="proportional-column-width(1)"/>
<fo:table-column column-number="2" column-width="proportional-column-width(1)"/>
<fo:table-column column-number="3" column-width="proportional-column-width(1)"/>
<fo:table-body>
<fo:table-row block-progression-dimension.minimum="14pt">
<fo:table-cell text-align="left" display-align="after">
<fo:block>
<fo:block/>
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center" display-align="after">
<fo:block>
<fo:block>
<fo:page-number/>
</fo:block>
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="right" display-align="after">
<fo:block>
<fo:block/>
</fo:block>
</fo:table-cell>
</fo:table-row>
</fo:table-body>
</fo:table>
</fo:block>
</fo:static-content>
<fo:static-content flow-name="xsl-region-after-even">
<fo:block font-family="Helvetica,Symbol,ZapfDingbats" margin-left="-4pc">
<fo:table table-layout="fixed" width="100%" border-top-width="0.5pt" border-top-style="solid" border-top-color="black">
<fo:table-column column-number="1" column-width="proportional-column-width(1)"/>
<fo:table-column column-number="2" column-width="proportional-column-width(1)"/>
<fo:table-column column-number="3" column-width="proportional-column-width(1)"/>
<fo:table-body>
<fo:table-row block-progression-dimension.minimum="14pt">
<fo:table-cell text-align="left" display-align="after">
<fo:block>
<fo:block/>
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center" display-align="after">
<fo:block>
<fo:block>
<fo:page-number/>
</fo:block>
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="right" display-align="after">
<fo:block>
<fo:block/>
</fo:block>
</fo:table-cell>
</fo:table-row>
</fo:table-body>
</fo:table>
</fo:block>
</fo:static-content>
<fo:static-content flow-name="xsl-region-after-blank">
<fo:block font-family="Helvetica,Symbol,ZapfDingbats" margin-left="-4pc">
<fo:table table-layout="fixed" width="100%" border-top-width="0.5pt" border-top-style="solid" border-top-color="black">
<fo:table-column column-number="1" column-width="proportional-column-width(1)"/>
<fo:table-column column-number="2" column-width="proportional-column-width(1)"/>
<fo:table-column column-number="3" column-width="proportional-column-width(1)"/>
<fo:table-body>
<fo:table-row block-progression-dimension.minimum="14pt">
<fo:table-cell text-align="left" display-align="after">
<fo:block>
<fo:block/>
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center" display-align="after">
<fo:block>
<fo:block>
<fo:page-number/>
</fo:block>
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="right" display-align="after">
<fo:block>
<fo:block/>
</fo:block>
</fo:table-cell>
</fo:table-row>
</fo:table-body>
</fo:table>
</fo:block>
</fo:static-content>
<fo:flow flow-name="xsl-region-body">
<fo:block id="d0e12">
<fo:block>
<fo:block>
<fo:block margin-left="-4pc" font-size="24.8832pt" font-family="Helvetica,Symbol,ZapfDingbats" font-weight="bold">
<fo:block keep-with-next.within-column="always" space-before.optimum="10pt" space-before.minimum="10pt * 0.8" space-before.maximum="10pt * 1.2" hyphenate="false" text-align="left" start-indent="-4pc" hyphenation-character="-" hyphenation-push-character-count="2" hyphenation-remain-character-count="2">Who should read this documentation</fo:block>
</fo:block>
</fo:block>
</fo:block>
</fo:block>
<fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">Anyone who'd like to play around with the SPOC7 Prototype</fo:block>
</fo:flow>
</fo:page-sequence>
<fo:page-sequence xmlns:axf="http://www.antennahouse.com/names/XSL/Extensions" hyphenate="true" master-reference="lot" language="en" format="i" initial-page-number="auto" force-page-count="no-force" hyphenation-character="-" hyphenation-push-character-count="2" hyphenation-remain-character-count="2">
<fo:static-content flow-name="xsl-region-before-first">
<fo:block font-family="Helvetica,Symbol,ZapfDingbats" margin-left="-4pc">
<fo:table table-layout="fixed" width="100%" border-bottom-width="0.5pt" border-bottom-style="solid" border-bottom-color="black">
<fo:table-column column-number="1" column-width="proportional-column-width(1)"/>
<fo:table-column column-number="2" column-width="proportional-column-width(1)"/>
<fo:table-column column-number="3" column-width="proportional-column-width(1)"/>
<fo:table-body>
<fo:table-row block-progression-dimension.minimum="14pt">
<fo:table-cell text-align="left" display-align="before">
<fo:block>
<fo:block/>
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center" display-align="before">
<fo:block>
<fo:block/>
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="right" display-align="before">
<fo:block>
<fo:block/>
</fo:block>
</fo:table-cell>
</fo:table-row>
</fo:table-body>
</fo:table>
</fo:block>
</fo:static-content>
<fo:static-content flow-name="xsl-region-before-odd">
<fo:block font-family="Helvetica,Symbol,ZapfDingbats" margin-left="-4pc">
<fo:table table-layout="fixed" width="100%" border-bottom-width="0.5pt" border-bottom-style="solid" border-bottom-color="black">
<fo:table-column column-number="1" column-width="proportional-column-width(1)"/>
<fo:table-column column-number="2" column-width="proportional-column-width(1)"/>
<fo:table-column column-number="3" column-width="proportional-column-width(1)"/>
<fo:table-body>
<fo:table-row block-progression-dimension.minimum="14pt">
<fo:table-cell text-align="left" display-align="before">
<fo:block>
<fo:block/>
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center" display-align="before">
<fo:block>
<fo:block>SPOC7</fo:block>
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="right" display-align="before">
<fo:block>
<fo:block/>
</fo:block>
</fo:table-cell>
</fo:table-row>
</fo:table-body>
</fo:table>
</fo:block>
</fo:static-content>
<fo:static-content flow-name="xsl-region-before-even">
<fo:block font-family="Helvetica,Symbol,ZapfDingbats" margin-left="-4pc">
<fo:table table-layout="fixed" width="100%" border-bottom-width="0.5pt" border-bottom-style="solid" border-bottom-color="black">
<fo:table-column column-number="1" column-width="proportional-column-width(1)"/>
<fo:table-column column-number="2" column-width="proportional-column-width(1)"/>
<fo:table-column column-number="3" column-width="proportional-column-width(1)"/>
<fo:table-body>
<fo:table-row block-progression-dimension.minimum="14pt">
<fo:table-cell text-align="left" display-align="before">
<fo:block>
<fo:block/>
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center" display-align="before">
<fo:block>
<fo:block>SPOC7</fo:block>
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="right" display-align="before">
<fo:block>
<fo:block/>
</fo:block>
</fo:table-cell>
</fo:table-row>
</fo:table-body>
</fo:table>
</fo:block>
</fo:static-content>
<fo:static-content flow-name="xsl-region-before-blank">
<fo:block font-family="Helvetica,Symbol,ZapfDingbats" margin-left="-4pc">
<fo:table table-layout="fixed" width="100%" border-bottom-width="0.5pt" border-bottom-style="solid" border-bottom-color="black">
<fo:table-column column-number="1" column-width="proportional-column-width(1)"/>
<fo:table-column column-number="2" column-width="proportional-column-width(1)"/>
<fo:table-column column-number="3" column-width="proportional-column-width(1)"/>
<fo:table-body>
<fo:table-row block-progression-dimension.minimum="14pt">
<fo:table-cell text-align="left" display-align="before">
<fo:block>
<fo:block/>
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center" display-align="before">
<fo:block>
<fo:block/>
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="right" display-align="before">
<fo:block>
<fo:block/>
</fo:block>
</fo:table-cell>
</fo:table-row>
</fo:table-body>
</fo:table>
</fo:block>
</fo:static-content>
<fo:static-content flow-name="xsl-footnote-separator">
<fo:block>
<fo:leader color="black" leader-pattern="rule" leader-length="1in"/>
</fo:block>
</fo:static-content>
<fo:static-content flow-name="xsl-region-after-first">
<fo:block font-family="Helvetica,Symbol,ZapfDingbats" margin-left="-4pc">
<fo:table table-layout="fixed" width="100%" border-top-width="0.5pt" border-top-style="solid" border-top-color="black">
<fo:table-column column-number="1" column-width="proportional-column-width(1)"/>
<fo:table-column column-number="2" column-width="proportional-column-width(1)"/>
<fo:table-column column-number="3" column-width="proportional-column-width(1)"/>
<fo:table-body>
<fo:table-row block-progression-dimension.minimum="14pt">
<fo:table-cell text-align="left" display-align="after">
<fo:block>
<fo:block/>
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center" display-align="after">
<fo:block>
<fo:block>
<fo:page-number/>
</fo:block>
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="right" display-align="after">
<fo:block>
<fo:block/>
</fo:block>
</fo:table-cell>
</fo:table-row>
</fo:table-body>
</fo:table>
</fo:block>
</fo:static-content>
<fo:static-content flow-name="xsl-region-after-odd">
<fo:block font-family="Helvetica,Symbol,ZapfDingbats" margin-left="-4pc">
<fo:table table-layout="fixed" width="100%" border-top-width="0.5pt" border-top-style="solid" border-top-color="black">
<fo:table-column column-number="1" column-width="proportional-column-width(1)"/>
<fo:table-column column-number="2" column-width="proportional-column-width(1)"/>
<fo:table-column column-number="3" column-width="proportional-column-width(1)"/>
<fo:table-body>
<fo:table-row block-progression-dimension.minimum="14pt">
<fo:table-cell text-align="left" display-align="after">
<fo:block>
<fo:block/>
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center" display-align="after">
<fo:block>
<fo:block>
<fo:page-number/>
</fo:block>
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="right" display-align="after">
<fo:block>
<fo:block/>
</fo:block>
</fo:table-cell>
</fo:table-row>
</fo:table-body>
</fo:table>
</fo:block>
</fo:static-content>
<fo:static-content flow-name="xsl-region-after-even">
<fo:block font-family="Helvetica,Symbol,ZapfDingbats" margin-left="-4pc">
<fo:table table-layout="fixed" width="100%" border-top-width="0.5pt" border-top-style="solid" border-top-color="black">
<fo:table-column column-number="1" column-width="proportional-column-width(1)"/>
<fo:table-column column-number="2" column-width="proportional-column-width(1)"/>
<fo:table-column column-number="3" column-width="proportional-column-width(1)"/>
<fo:table-body>
<fo:table-row block-progression-dimension.minimum="14pt">
<fo:table-cell text-align="left" display-align="after">
<fo:block>
<fo:block/>
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center" display-align="after">
<fo:block>
<fo:block>
<fo:page-number/>
</fo:block>
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="right" display-align="after">
<fo:block>
<fo:block/>
</fo:block>
</fo:table-cell>
</fo:table-row>
</fo:table-body>
</fo:table>
</fo:block>
</fo:static-content>
<fo:static-content flow-name="xsl-region-after-blank">
<fo:block font-family="Helvetica,Symbol,ZapfDingbats" margin-left="-4pc">
<fo:table table-layout="fixed" width="100%" border-top-width="0.5pt" border-top-style="solid" border-top-color="black">
<fo:table-column column-number="1" column-width="proportional-column-width(1)"/>
<fo:table-column column-number="2" column-width="proportional-column-width(1)"/>
<fo:table-column column-number="3" column-width="proportional-column-width(1)"/>
<fo:table-body>
<fo:table-row block-progression-dimension.minimum="14pt">
<fo:table-cell text-align="left" display-align="after">
<fo:block>
<fo:block/>
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center" display-align="after">
<fo:block>
<fo:block>
<fo:page-number/>
</fo:block>
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="right" display-align="after">
<fo:block>
<fo:block/>
</fo:block>
</fo:table-cell>
</fo:table-row>
</fo:table-body>
</fo:table>
</fo:block>
</fo:static-content>
<fo:flow flow-name="xsl-region-body">
<fo:block space-before.minimum="0.5em" space-before.optimum="1em" space-before.maximum="2em" space-after.minimum="0.5em" space-after.optimum="1em" space-after.maximum="2em" id="toc...d0e1">
<fo:block>
<fo:block>
<fo:block space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em" space-after="0.5em" margin-left="-4pc" start-indent="0pt" font-size="17.28pt" font-weight="bold" font-family="Helvetica,Symbol,ZapfDingbats">Table of Contents</fo:block>
</fo:block>
</fo:block>
<fo:block text-align-last="justify" text-align="start" end-indent="24pt" last-line-end-indent="-24pt">
<fo:inline keep-with-next.within-line="always">
<fo:basic-link internal-destination="d0e17">1. Introduction</fo:basic-link>
</fo:inline>
<fo:inline keep-together.within-line="always">
<fo:leader leader-pattern="dots" leader-pattern-width="3pt" leader-alignment="reference-area" keep-with-next.within-line="always"/>
<fo:basic-link internal-destination="d0e17">
<fo:page-number-citation ref-id="d0e17"/>
</fo:basic-link>
</fo:inline>
</fo:block>
<fo:block text-align-last="justify" text-align="start" end-indent="24pt" last-line-end-indent="-24pt">
<fo:inline keep-with-next.within-line="always">
<fo:basic-link internal-destination="d0e58">2. The enterprise user interface</fo:basic-link>
</fo:inline>
<fo:inline keep-together.within-line="always">
<fo:leader leader-pattern="dots" leader-pattern-width="3pt" leader-alignment="reference-area" keep-with-next.within-line="always"/>
<fo:basic-link internal-destination="d0e58">
<fo:page-number-citation ref-id="d0e58"/>
</fo:basic-link>
</fo:inline>
</fo:block>
<fo:block id="toc.d0e1.d0e58" margin-left="24pt">
<fo:block text-align-last="justify" text-align="start" end-indent="24pt" last-line-end-indent="-24pt">
<fo:inline keep-with-next.within-line="always">
<fo:basic-link internal-destination="d0e63">2.1. Overview and Navigation</fo:basic-link>
</fo:inline>
<fo:inline keep-together.within-line="always">
<fo:leader leader-pattern="dots" leader-pattern-width="3pt" leader-alignment="reference-area" keep-with-next.within-line="always"/>
<fo:basic-link internal-destination="d0e63">
<fo:page-number-citation ref-id="d0e63"/>
</fo:basic-link>
</fo:inline>
</fo:block>
<fo:block text-align-last="justify" text-align="start" end-indent="24pt" last-line-end-indent="-24pt">
<fo:inline keep-with-next.within-line="always">
<fo:basic-link internal-destination="d0e73">2.2. The WarehouseManager User Interface</fo:basic-link>
</fo:inline>
<fo:inline keep-together.within-line="always">
<fo:leader leader-pattern="dots" leader-pattern-width="3pt" leader-alignment="reference-area" keep-with-next.within-line="always"/>
<fo:basic-link internal-destination="d0e73">
<fo:page-number-citation ref-id="d0e73"/>
</fo:basic-link>
</fo:inline>
</fo:block>
<fo:block text-align-last="justify" text-align="start" end-indent="24pt" last-line-end-indent="-24pt">
<fo:inline keep-with-next.within-line="always">
<fo:basic-link internal-destination="d0e280">2.3. The Cockpit User Interface</fo:basic-link>
</fo:inline>
<fo:inline keep-together.within-line="always">
<fo:leader leader-pattern="dots" leader-pattern-width="3pt" leader-alignment="reference-area" keep-with-next.within-line="always"/>
<fo:basic-link internal-destination="d0e280">
<fo:page-number-citation ref-id="d0e280"/>
</fo:basic-link>
</fo:inline>
</fo:block>
</fo:block>
</fo:block>
</fo:flow>
</fo:page-sequence>
<fo:page-sequence xmlns:axf="http://www.antennahouse.com/names/XSL/Extensions" hyphenate="true" master-reference="body" language="en" format="1" initial-page-number="1" force-page-count="no-force" hyphenation-character="-" hyphenation-push-character-count="2" hyphenation-remain-character-count="2">
<fo:static-content flow-name="xsl-region-before-first">
<fo:block font-family="Helvetica,Symbol,ZapfDingbats" margin-left="-4pc">
<fo:table table-layout="fixed" width="100%" border-bottom-width="0.5pt" border-bottom-style="solid" border-bottom-color="black">
<fo:table-column column-number="1" column-width="proportional-column-width(1)"/>
<fo:table-column column-number="2" column-width="proportional-column-width(1)"/>
<fo:table-column column-number="3" column-width="proportional-column-width(1)"/>
<fo:table-body>
<fo:table-row block-progression-dimension.minimum="14pt">
<fo:table-cell text-align="left" display-align="before">
<fo:block>
<fo:block/>
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center" display-align="before">
<fo:block>
<fo:block/>
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="right" display-align="before">
<fo:block>
<fo:block/>
</fo:block>
</fo:table-cell>
</fo:table-row>
</fo:table-body>
</fo:table>
</fo:block>
</fo:static-content>
<fo:static-content flow-name="xsl-region-before-odd">
<fo:block font-family="Helvetica,Symbol,ZapfDingbats" margin-left="-4pc">
<fo:table table-layout="fixed" width="100%" border-bottom-width="0.5pt" border-bottom-style="solid" border-bottom-color="black">
<fo:table-column column-number="1" column-width="proportional-column-width(1)"/>
<fo:table-column column-number="2" column-width="proportional-column-width(1)"/>
<fo:table-column column-number="3" column-width="proportional-column-width(1)"/>
<fo:table-body>
<fo:table-row block-progression-dimension.minimum="14pt">
<fo:table-cell text-align="left" display-align="before">
<fo:block>
<fo:block/>
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center" display-align="before">
<fo:block>
<fo:block>Introduction</fo:block>
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="right" display-align="before">
<fo:block>
<fo:block/>
</fo:block>
</fo:table-cell>
</fo:table-row>
</fo:table-body>
</fo:table>
</fo:block>
</fo:static-content>
<fo:static-content flow-name="xsl-region-before-even">
<fo:block font-family="Helvetica,Symbol,ZapfDingbats" margin-left="-4pc">
<fo:table table-layout="fixed" width="100%" border-bottom-width="0.5pt" border-bottom-style="solid" border-bottom-color="black">
<fo:table-column column-number="1" column-width="proportional-column-width(1)"/>
<fo:table-column column-number="2" column-width="proportional-column-width(1)"/>
<fo:table-column column-number="3" column-width="proportional-column-width(1)"/>
<fo:table-body>
<fo:table-row block-progression-dimension.minimum="14pt">
<fo:table-cell text-align="left" display-align="before">
<fo:block>
<fo:block/>
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center" display-align="before">
<fo:block>
<fo:block>Introduction</fo:block>
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="right" display-align="before">
<fo:block>
<fo:block/>
</fo:block>
</fo:table-cell>
</fo:table-row>
</fo:table-body>
</fo:table>
</fo:block>
</fo:static-content>
<fo:static-content flow-name="xsl-region-before-blank">
<fo:block font-family="Helvetica,Symbol,ZapfDingbats" margin-left="-4pc">
<fo:table table-layout="fixed" width="100%" border-bottom-width="0.5pt" border-bottom-style="solid" border-bottom-color="black">
<fo:table-column column-number="1" column-width="proportional-column-width(1)"/>
<fo:table-column column-number="2" column-width="proportional-column-width(1)"/>
<fo:table-column column-number="3" column-width="proportional-column-width(1)"/>
<fo:table-body>
<fo:table-row block-progression-dimension.minimum="14pt">
<fo:table-cell text-align="left" display-align="before">
<fo:block>
<fo:block/>
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center" display-align="before">
<fo:block>
<fo:block/>
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="right" display-align="before">
<fo:block>
<fo:block/>
</fo:block>
</fo:table-cell>
</fo:table-row>
</fo:table-body>
</fo:table>
</fo:block>
</fo:static-content>
<fo:static-content flow-name="xsl-footnote-separator">
<fo:block>
<fo:leader color="black" leader-pattern="rule" leader-length="1in"/>
</fo:block>
</fo:static-content>
<fo:static-content flow-name="xsl-region-after-first">
<fo:block font-family="Helvetica,Symbol,ZapfDingbats" margin-left="-4pc">
<fo:table table-layout="fixed" width="100%" border-top-width="0.5pt" border-top-style="solid" border-top-color="black">
<fo:table-column column-number="1" column-width="proportional-column-width(1)"/>
<fo:table-column column-number="2" column-width="proportional-column-width(1)"/>
<fo:table-column column-number="3" column-width="proportional-column-width(1)"/>
<fo:table-body>
<fo:table-row block-progression-dimension.minimum="14pt">
<fo:table-cell text-align="left" display-align="after">
<fo:block>
<fo:block/>
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center" display-align="after">
<fo:block>
<fo:block>
<fo:page-number/>
</fo:block>
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="right" display-align="after">
<fo:block>
<fo:block/>
</fo:block>
</fo:table-cell>
</fo:table-row>
</fo:table-body>
</fo:table>
</fo:block>
</fo:static-content>
<fo:static-content flow-name="xsl-region-after-odd">
<fo:block font-family="Helvetica,Symbol,ZapfDingbats" margin-left="-4pc">
<fo:table table-layout="fixed" width="100%" border-top-width="0.5pt" border-top-style="solid" border-top-color="black">
<fo:table-column column-number="1" column-width="proportional-column-width(1)"/>
<fo:table-column column-number="2" column-width="proportional-column-width(1)"/>
<fo:table-column column-number="3" column-width="proportional-column-width(1)"/>
<fo:table-body>
<fo:table-row block-progression-dimension.minimum="14pt">
<fo:table-cell text-align="left" display-align="after">
<fo:block>
<fo:block/>
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center" display-align="after">
<fo:block>
<fo:block>
<fo:page-number/>
</fo:block>
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="right" display-align="after">
<fo:block>
<fo:block/>
</fo:block>
</fo:table-cell>
</fo:table-row>
</fo:table-body>
</fo:table>
</fo:block>
</fo:static-content>
<fo:static-content flow-name="xsl-region-after-even">
<fo:block font-family="Helvetica,Symbol,ZapfDingbats" margin-left="-4pc">
<fo:table table-layout="fixed" width="100%" border-top-width="0.5pt" border-top-style="solid" border-top-color="black">
<fo:table-column column-number="1" column-width="proportional-column-width(1)"/>
<fo:table-column column-number="2" column-width="proportional-column-width(1)"/>
<fo:table-column column-number="3" column-width="proportional-column-width(1)"/>
<fo:table-body>
<fo:table-row block-progression-dimension.minimum="14pt">
<fo:table-cell text-align="left" display-align="after">
<fo:block>
<fo:block/>
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center" display-align="after">
<fo:block>
<fo:block>
<fo:page-number/>
</fo:block>
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="right" display-align="after">
<fo:block>
<fo:block/>
</fo:block>
</fo:table-cell>
</fo:table-row>
</fo:table-body>
</fo:table>
</fo:block>
</fo:static-content>
<fo:static-content flow-name="xsl-region-after-blank">
<fo:block font-family="Helvetica,Symbol,ZapfDingbats" margin-left="-4pc">
<fo:table table-layout="fixed" width="100%" border-top-width="0.5pt" border-top-style="solid" border-top-color="black">
<fo:table-column column-number="1" column-width="proportional-column-width(1)"/>
<fo:table-column column-number="2" column-width="proportional-column-width(1)"/>
<fo:table-column column-number="3" column-width="proportional-column-width(1)"/>
<fo:table-body>
<fo:table-row block-progression-dimension.minimum="14pt">
<fo:table-cell text-align="left" display-align="after">
<fo:block>
<fo:block/>
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="center" display-align="after">
<fo:block>
<fo:block>
<fo:page-number/>
</fo:block>
</fo:block>
</fo:table-cell>
<fo:table-cell text-align="right" display-align="after">
<fo:block>
<fo:block/>
</fo:block>
</fo:table-cell>
</fo:table-row>
</fo:table-body>
</fo:table>
</fo:block>
</fo:static-content>
<fo:flow flow-name="xsl-region-body">
<fo:block id="d0e17">
<fo:block font-family="Helvetica,Symbol,ZapfDingbats">
<fo:block margin-left="-4pc">
<fo:block font-size="24.8832pt" font-weight="bold">
<fo:block keep-with-next.within-column="always" space-before.optimum="10pt" space-before.minimum="10pt * 0.8" space-before.maximum="10pt * 1.2" hyphenate="false" text-align="left" start-indent="-4pc" hyphenation-character="-" hyphenation-push-character-count="2" hyphenation-remain-character-count="2">Chapter 1. Introduction</fo:block>
</fo:block>
</fo:block>
</fo:block>
</fo:block>
<fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">This document guides you through the new user interfaces of the SPOC7 prototype. You can try out all the different functions that we implemented for research reasons.</fo:block>
<fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
<fo:inline font-weight="bold" keep-with-next.within-line="always" padding-end="1em">Availability. </fo:inline>
The SPOC7 prototype is available on the spoc7 server which is available in the Swisslog intranet. The SPOC7 prototype can as well be installed into a WHP VMware image (version 1.5). Since the SPOC7 is a prototype only, we will not give any
support nor do we guarantee a SPOC7 without bugs.
</fo:block>
<fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em">
<fo:inline font-weight="bold" keep-with-next.within-line="always" padding-end="1em">There are different user interfaces available. </fo:inline>
<fo:list-block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" space-after.optimum="1em" space-after.minimum="0.8em" space-after.maximum="1.2em" provisional-label-separation="0.2em" provisional-distance-between-starts="1.0em" id="d0e32">
<fo:list-item space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em" id="d0e33">
<fo:list-item-label end-indent="label-end()">
<fo:block>•</fo:block>
</fo:list-item-label>
<fo:list-item-