-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathlayout.xml
More file actions
27 lines (24 loc) · 824 Bytes
/
layout.xml
File metadata and controls
27 lines (24 loc) · 824 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="utf-8"?>
<Layout xmlns:sd="urn:speedata:2009/publisher/functions/en"
xmlns="urn:speedata.de:2009/publisher/en" >
<Trace grid="yes"/>
<Pageformat width="16cm" height="12cm"/>
<SetGrid width="1cm" height="12pt"/>
<Pagetype name="page" test="true()">
<Margin left="1cm" right="1cm" top="1cm" bottom="1cm"/>
<PositioningArea name="text">
<PositioningFrame width="4" height="17" row="2" column="1"/>
<PositioningFrame width="4" height="10" row="3" column="6"/>
<PositioningFrame width="4" height="24" row="1" column="11"/>
</PositioningArea>
</Pagetype>
<Record element="data">
<Output area="text">
<Text>
<Paragraph>
<Value select="string(.)"></Value>
</Paragraph>
</Text>
</Output>
</Record>
</Layout>