config.ddi2fo.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of eno-core Show documentation
Show all versions of eno-core Show documentation
Eno is a tool that generates survey questionnaires starting from their formal description in DDI
The newest version!
<?xml version="1.0" encoding="UTF-8"?> <!-- This file contains common properties used by the ddi2fo transformation --> <Properties> <EnoVersion>${project.version}</EnoVersion> <TextConditioningVariable> <ddi> <Before>¤</Before> <After>¤</After> </ddi> </TextConditioningVariable> <!-- default /household / business --> <Context>default</Context> <!-- Modèle de première page --> <FirstPage> <Folder>xslt/post-processing/fo/page-first</Folder> </FirstPage> <EndQuestion> <Folder>xslt/post-processing/fo/end-question</Folder> <ResponseTimeQuestion>true</ResponseTimeQuestion> <CommentQuestion>true</CommentQuestion> </EndQuestion> <AccompanyingMails> <Folder>xslt/post-processing/fo/accompanying-mails</Folder> </AccompanyingMails> <PageModel> <Folder>xslt/post-processing/fo/page-model</Folder> </PageModel> <fo-parameters> <Format> <Columns>1</Columns> <!-- Orientation : portrait= 0 ou paysage =90 --> <Orientation>0</Orientation> </Format> <Style> <Sequence-title> <background-color>#666666</background-color> <color>white</color> <font-weight>bold</font-weight> <margin-bottom>9pt</margin-bottom> <font-size>14pt</font-size> <border-color>black</border-color> <border-style>solid</border-style> <space-before>10mm</space-before> <space-before.conditionality>discard</space-before.conditionality> <text-align>left</text-align> </Sequence-title> <Paragraph-title> <background-color>#CCCCCC</background-color> <color>black</color> <font-weight>bold</font-weight> <margin-bottom>9pt</margin-bottom> <font-size>12pt</font-size> <text-align>left</text-align> <space-before>6mm</space-before> <space-before.conditionality>discard</space-before.conditionality> </Paragraph-title> <general-style> <color>black</color> <font-weight>normal</font-weight> <font-size>10pt</font-size> <padding>1mm</padding> <text-align>justify</text-align> </general-style> <label-cell> <color>black</color> <font-weight>normal</font-weight> <font-size>10pt</font-size> <padding>1mm</padding> </label-cell> <label-question> <color>black</color> <font-weight>bold</font-weight> <font-size>10pt</font-size> <margin-top>9pt</margin-top> <margin-bottom>3pt</margin-bottom> <text-align>justify</text-align> </label-question> <row-header-line> <color>black</color> <font-weight>normal</font-weight> <font-size>10pt</font-size> <text-align>center</text-align> </row-header-line> <table-column> <border-color>black</border-color> <border-style>solid</border-style> <text-align>left</text-align> <padding-left>1mm</padding-left> <padding-right>1mm</padding-right> </table-column> <data-cell> <text-align>left</text-align> <border-color>black</border-color> <border-style>solid</border-style> <padding>1mm</padding> </data-cell> <Line-drawing> <width>100%</width> <height>10mm</height> <position>relative</position> <border-bottom>1px dashed black</border-bottom> </Line-drawing> <Line-drawing-Garde> <position>relative</position> <border-bottom>1px dotted black</border-bottom> </Line-drawing-Garde> <filter-block> <space-before>2pt</space-before> <space-after>2pt</space-after> <start-indent>5%</start-indent> <end-indent>0%</end-indent> <background-color>#f0f0f0</background-color> </filter-block> <filter-inline-container> <width>85%</width> <vertical-align>middle</vertical-align> <padding-top>0pt</padding-top> <start-indent>0%</start-indent> <end-indent>0%</end-indent> </filter-inline-container> <filter-alternative> <width>100%</width> <margin>2pt</margin> <font-size>10pt</font-size> <font-weight>bold</font-weight> <text-align>justify</text-align> </filter-alternative> <footnote> <font-size>9pt</font-size> <font-weight>normal</font-weight> <margin-bottom>3pt</margin-bottom> <margin-left>3pt</margin-left> </footnote> <instruction> <font-size>10pt</font-size> <font-weight>normal</font-weight> <font-style>italic</font-style> <margin-bottom>3pt</margin-bottom> <margin-left>3pt</margin-left> <text-align>justify</text-align> </instruction> <statement> <font-size>10pt</font-size> <font-weight>normal</font-weight> <font-style>italic</font-style> <space-before>20pt</space-before> <margin-bottom>3pt</margin-bottom> <text-align>justify</text-align> </statement> <answer-item> <color>black</color> <font-weight>normal</font-weight> <font-size>10pt</font-size> <padding-left>1mm</padding-left> <text-align>justify</text-align> </answer-item> <details> <color>black</color> <font-weight>bold</font-weight> <font-size>10pt</font-size> <padding>1mm</padding> <text-align>justify</text-align> </details> </Style> <Capture> <!-- manual or optical --> <Numeric>optical</Numeric> </Capture> <!-- Definit la taille par défaut des rosters --> <Roster> <Row> <DefaultSize>10</DefaultSize> <MinimumEmpty>1</MinimumEmpty> </Row> </Roster> <Loop> <DefaultOccurrence>5</DefaultOccurrence> <MinimumEmptyOccurrence>1</MinimumEmptyOccurrence> </Loop> <!-- Definit le nombre maximum de lignes dans une page pour un tableau ou un roster ; et le nombre de lignes en moins sur la première page du tableau --> <Table> <Row> <DefaultSize>19</DefaultSize> <NbRow>1</NbRow> </Row> </Table> <TextArea> <Row> <DefaultSize>5</DefaultSize> </Row> </TextArea> <InitializeAllVariables>false</InitializeAllVariables> <!-- BarCode type: Datamatrix ou 2D --> <BarCode> <Type>Datamatrix</Type> </BarCode> </fo-parameters> <Images> <!-- <Folder></Folder> for relative folder --> <Folder></Folder> </Images> </Properties>