Bump version to 4.1-6
[LibreOffice.git] / writerfilter / source / ooxml / dummyannotate.xsl
blobc4d1dd8dcdab5ce5dbb71f3812571480b200ae76
1 <!--
2 * This file is part of the LibreOffice project.
4 * This Source Code Form is subject to the terms of the Mozilla Public
5 * License, v. 2.0. If a copy of the MPL was not distributed with this
6 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 * This file incorporates work covered by the following license notice:
10 * Licensed to the Apache Software Foundation (ASF) under one or more
11 * contributor license agreements. See the NOTICE file distributed
12 * with this work for additional information regarding copyright
13 * ownership. The ASF licenses this file to you under the Apache
14 * License, Version 2.0 (the "License"); you may not use this file
15 * except in compliance with the License. You may obtain a copy of
16 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
17 -->
18 <xsl:stylesheet
19 version="1.0"
20 xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
21 xmlns:rng="http://relaxng.org/ns/structure/1.0"
22 xml:space="default" xml:indent="true">
23 <xsl:output method="xml" />
25 <xsl:template match="rng:define" mode="dummydoc">
26 <xsl:processing-instruction name="mso-application">progid="Word.Document"</xsl:processing-instruction>
27 <pkg:package xmlns:pkg="http://schemas.microsoft.com/office/2006/xmlPackage">
28 <pkg:part pkg:name="/_rels/.rels" pkg:contentType="application/vnd.openxmlformats-package.relationships+xml" pkg:padding="512">
29 <pkg:xmlData>
30 <Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships">
31 <Relationship Id="rId3" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/extended-properties" Target="docProps/app.xml"/>
32 <Relationship Id="rId2" Type="http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties" Target="docProps/core.xml"/>
33 <Relationship Id="rId1" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="word/document.xml"/>
34 </Relationships>
35 </pkg:xmlData>
36 </pkg:part>
37 <pkg:part pkg:name="/word/_rels/document.xml.rels" pkg:contentType="application/vnd.openxmlformats-package.relationships+xml" pkg:padding="256">
38 <pkg:xmlData>
39 <Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships">
40 <Relationship Id="rId3" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/webSettings" Target="webSettings.xml"/>
41 <Relationship Id="rId2" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/settings" Target="settings.xml"/>
42 <Relationship Id="rId1" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/styles" Target="styles.xml"/>
43 <Relationship Id="rId5" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/theme" Target="theme/theme1.xml"/>
44 <Relationship Id="rId4" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/fontTable" Target="fontTable.xml"/>
45 </Relationships>
46 </pkg:xmlData>
47 </pkg:part>
48 <pkg:part pkg:name="/word/document.xml" pkg:contentType="application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml">
49 <pkg:xmlData>
50 <w:document xmlns:ve="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" xmlns:m="http://schemas.openxmlformats.org/officeDocument/2006/math" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:wp="http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing" xmlns:w10="urn:schemas-microsoft-com:office:word" xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main" xmlns:wne="http://schemas.microsoft.com/office/word/2006/wordml">
51 <w:body>
52 <xsl:for-each select=".//rng:element">
53 <w:p>
54 <w:pPr/>
55 <w:r>
56 <w:rPr>
57 <xsl:element name="w:{@name}"/>
58 </w:rPr>
59 <xsl:element name="w:t">
60 <xsl:value-of select="@name"/>
61 </xsl:element>
62 </w:r>
63 </w:p>
64 </xsl:for-each>
65 <w:sectPr w:rsidR="00164A8D" w:rsidSect="008B7467">
66 <w:pgSz w:w="11906" w:h="16838"/>
67 <w:pgMar w:top="1417" w:right="1417" w:bottom="1134" w:left="1417" w:header="708" w:footer="708" w:gutter="0"/>
68 <w:cols w:space="708"/>
69 <w:docGrid w:linePitch="360"/>
70 </w:sectPr>
71 </w:body>
72 </w:document>
73 </pkg:xmlData>
74 </pkg:part>
75 <pkg:part pkg:name="/word/theme/theme1.xml" pkg:contentType="application/vnd.openxmlformats-officedocument.theme+xml">
76 <pkg:xmlData>
77 <a:theme xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main" name="Office Theme">
78 <a:themeElements>
79 <a:clrScheme name="Office">
80 <a:dk1>
81 <a:sysClr val="windowText" lastClr="000000"/>
82 </a:dk1>
83 <a:lt1>
84 <a:sysClr val="window" lastClr="FFFFFF"/>
85 </a:lt1>
86 <a:dk2>
87 <a:srgbClr val="1F497D"/>
88 </a:dk2>
89 <a:lt2>
90 <a:srgbClr val="EEECE1"/>
91 </a:lt2>
92 <a:accent1>
93 <a:srgbClr val="4F81BD"/>
94 </a:accent1>
95 <a:accent2>
96 <a:srgbClr val="C0504D"/>
97 </a:accent2>
98 <a:accent3>
99 <a:srgbClr val="9BBB59"/>
100 </a:accent3>
101 <a:accent4>
102 <a:srgbClr val="8064A2"/>
103 </a:accent4>
104 <a:accent5>
105 <a:srgbClr val="4BACC6"/>
106 </a:accent5>
107 <a:accent6>
108 <a:srgbClr val="F79646"/>
109 </a:accent6>
110 <a:hlink>
111 <a:srgbClr val="0000FF"/>
112 </a:hlink>
113 <a:folHlink>
114 <a:srgbClr val="800080"/>
115 </a:folHlink>
116 </a:clrScheme>
117 <a:fontScheme name="Office">
118 <a:majorFont>
119 <a:latin typeface="Cambria"/>
120 <a:ea typeface=""/>
121 <a:cs typeface=""/>
122 <a:font script="Jpan" typeface="MS ゴシック"/>
123 <a:font script="Hang" typeface="맑은 고딕"/>
124 <a:font script="Hans" typeface="宋体"/>
125 <a:font script="Hant" typeface="新細明體"/>
126 <a:font script="Arab" typeface="Times New Roman"/>
127 <a:font script="Hebr" typeface="Times New Roman"/>
128 <a:font script="Thai" typeface="Angsana New"/>
129 <a:font script="Ethi" typeface="Nyala"/>
130 <a:font script="Beng" typeface="Vrinda"/>
131 <a:font script="Gujr" typeface="Shruti"/>
132 <a:font script="Khmr" typeface="MoolBoran"/>
133 <a:font script="Knda" typeface="Tunga"/>
134 <a:font script="Guru" typeface="Raavi"/>
135 <a:font script="Cans" typeface="Euphemia"/>
136 <a:font script="Cher" typeface="Plantagenet Cherokee"/>
137 <a:font script="Yiii" typeface="Microsoft Yi Baiti"/>
138 <a:font script="Tibt" typeface="Microsoft Himalaya"/>
139 <a:font script="Thaa" typeface="MV Boli"/>
140 <a:font script="Deva" typeface="Mangal"/>
141 <a:font script="Telu" typeface="Gautami"/>
142 <a:font script="Taml" typeface="Latha"/>
143 <a:font script="Syrc" typeface="Estrangelo Edessa"/>
144 <a:font script="Orya" typeface="Kalinga"/>
145 <a:font script="Mlym" typeface="Kartika"/>
146 <a:font script="Laoo" typeface="DokChampa"/>
147 <a:font script="Sinh" typeface="Iskoola Pota"/>
148 <a:font script="Mong" typeface="Mongolian Baiti"/>
149 <a:font script="Viet" typeface="Times New Roman"/>
150 <a:font script="Uigh" typeface="Microsoft Uighur"/>
151 </a:majorFont>
152 <a:minorFont>
153 <a:latin typeface="Calibri"/>
154 <a:ea typeface=""/>
155 <a:cs typeface=""/>
156 <a:font script="Jpan" typeface="MS 明朝"/>
157 <a:font script="Hang" typeface="맑은 고딕"/>
158 <a:font script="Hans" typeface="宋体"/>
159 <a:font script="Hant" typeface="新細明體"/>
160 <a:font script="Arab" typeface="Arial"/>
161 <a:font script="Hebr" typeface="Arial"/>
162 <a:font script="Thai" typeface="Cordia New"/>
163 <a:font script="Ethi" typeface="Nyala"/>
164 <a:font script="Beng" typeface="Vrinda"/>
165 <a:font script="Gujr" typeface="Shruti"/>
166 <a:font script="Khmr" typeface="DaunPenh"/>
167 <a:font script="Knda" typeface="Tunga"/>
168 <a:font script="Guru" typeface="Raavi"/>
169 <a:font script="Cans" typeface="Euphemia"/>
170 <a:font script="Cher" typeface="Plantagenet Cherokee"/>
171 <a:font script="Yiii" typeface="Microsoft Yi Baiti"/>
172 <a:font script="Tibt" typeface="Microsoft Himalaya"/>
173 <a:font script="Thaa" typeface="MV Boli"/>
174 <a:font script="Deva" typeface="Mangal"/>
175 <a:font script="Telu" typeface="Gautami"/>
176 <a:font script="Taml" typeface="Latha"/>
177 <a:font script="Syrc" typeface="Estrangelo Edessa"/>
178 <a:font script="Orya" typeface="Kalinga"/>
179 <a:font script="Mlym" typeface="Kartika"/>
180 <a:font script="Laoo" typeface="DokChampa"/>
181 <a:font script="Sinh" typeface="Iskoola Pota"/>
182 <a:font script="Mong" typeface="Mongolian Baiti"/>
183 <a:font script="Viet" typeface="Arial"/>
184 <a:font script="Uigh" typeface="Microsoft Uighur"/>
185 </a:minorFont>
186 </a:fontScheme>
187 <a:fmtScheme name="Office">
188 <a:fillStyleLst>
189 <a:solidFill>
190 <a:schemeClr val="phClr"/>
191 </a:solidFill>
192 <a:gradFill rotWithShape="1">
193 <a:gsLst>
194 <a:gs pos="0">
195 <a:schemeClr val="phClr">
196 <a:tint val="50000"/>
197 <a:satMod val="300000"/>
198 </a:schemeClr>
199 </a:gs>
200 <a:gs pos="35000">
201 <a:schemeClr val="phClr">
202 <a:tint val="37000"/>
203 <a:satMod val="300000"/>
204 </a:schemeClr>
205 </a:gs>
206 <a:gs pos="100000">
207 <a:schemeClr val="phClr">
208 <a:tint val="15000"/>
209 <a:satMod val="350000"/>
210 </a:schemeClr>
211 </a:gs>
212 </a:gsLst>
213 <a:lin ang="16200000" scaled="1"/>
214 </a:gradFill>
215 <a:gradFill rotWithShape="1">
216 <a:gsLst>
217 <a:gs pos="0">
218 <a:schemeClr val="phClr">
219 <a:shade val="51000"/>
220 <a:satMod val="130000"/>
221 </a:schemeClr>
222 </a:gs>
223 <a:gs pos="80000">
224 <a:schemeClr val="phClr">
225 <a:shade val="93000"/>
226 <a:satMod val="130000"/>
227 </a:schemeClr>
228 </a:gs>
229 <a:gs pos="100000">
230 <a:schemeClr val="phClr">
231 <a:shade val="94000"/>
232 <a:satMod val="135000"/>
233 </a:schemeClr>
234 </a:gs>
235 </a:gsLst>
236 <a:lin ang="16200000" scaled="0"/>
237 </a:gradFill>
238 </a:fillStyleLst>
239 <a:lnStyleLst>
240 <a:ln w="9525" cap="flat" cmpd="sng" algn="ctr">
241 <a:solidFill>
242 <a:schemeClr val="phClr">
243 <a:shade val="95000"/>
244 <a:satMod val="105000"/>
245 </a:schemeClr>
246 </a:solidFill>
247 <a:prstDash val="solid"/>
248 </a:ln>
249 <a:ln w="25400" cap="flat" cmpd="sng" algn="ctr">
250 <a:solidFill>
251 <a:schemeClr val="phClr"/>
252 </a:solidFill>
253 <a:prstDash val="solid"/>
254 </a:ln>
255 <a:ln w="38100" cap="flat" cmpd="sng" algn="ctr">
256 <a:solidFill>
257 <a:schemeClr val="phClr"/>
258 </a:solidFill>
259 <a:prstDash val="solid"/>
260 </a:ln>
261 </a:lnStyleLst>
262 <a:effectStyleLst>
263 <a:effectStyle>
264 <a:effectLst>
265 <a:outerShdw blurRad="40000" dist="20000" dir="5400000" rotWithShape="0">
266 <a:srgbClr val="000000">
267 <a:alpha val="38000"/>
268 </a:srgbClr>
269 </a:outerShdw>
270 </a:effectLst>
271 </a:effectStyle>
272 <a:effectStyle>
273 <a:effectLst>
274 <a:outerShdw blurRad="40000" dist="23000" dir="5400000" rotWithShape="0">
275 <a:srgbClr val="000000">
276 <a:alpha val="35000"/>
277 </a:srgbClr>
278 </a:outerShdw>
279 </a:effectLst>
280 </a:effectStyle>
281 <a:effectStyle>
282 <a:effectLst>
283 <a:outerShdw blurRad="40000" dist="23000" dir="5400000" rotWithShape="0">
284 <a:srgbClr val="000000">
285 <a:alpha val="35000"/>
286 </a:srgbClr>
287 </a:outerShdw>
288 </a:effectLst>
289 <a:scene3d>
290 <a:camera prst="orthographicFront">
291 <a:rot lat="0" lon="0" rev="0"/>
292 </a:camera>
293 <a:lightRig rig="threePt" dir="t">
294 <a:rot lat="0" lon="0" rev="1200000"/>
295 </a:lightRig>
296 </a:scene3d>
297 <a:sp3d>
298 <a:bevelT w="63500" h="25400"/>
299 </a:sp3d>
300 </a:effectStyle>
301 </a:effectStyleLst>
302 <a:bgFillStyleLst>
303 <a:solidFill>
304 <a:schemeClr val="phClr"/>
305 </a:solidFill>
306 <a:gradFill rotWithShape="1">
307 <a:gsLst>
308 <a:gs pos="0">
309 <a:schemeClr val="phClr">
310 <a:tint val="40000"/>
311 <a:satMod val="350000"/>
312 </a:schemeClr>
313 </a:gs>
314 <a:gs pos="40000">
315 <a:schemeClr val="phClr">
316 <a:tint val="45000"/>
317 <a:shade val="99000"/>
318 <a:satMod val="350000"/>
319 </a:schemeClr>
320 </a:gs>
321 <a:gs pos="100000">
322 <a:schemeClr val="phClr">
323 <a:shade val="20000"/>
324 <a:satMod val="255000"/>
325 </a:schemeClr>
326 </a:gs>
327 </a:gsLst>
328 <a:path path="circle">
329 <a:fillToRect l="50000" t="-80000" r="50000" b="180000"/>
330 </a:path>
331 </a:gradFill>
332 <a:gradFill rotWithShape="1">
333 <a:gsLst>
334 <a:gs pos="0">
335 <a:schemeClr val="phClr">
336 <a:tint val="80000"/>
337 <a:satMod val="300000"/>
338 </a:schemeClr>
339 </a:gs>
340 <a:gs pos="100000">
341 <a:schemeClr val="phClr">
342 <a:shade val="30000"/>
343 <a:satMod val="200000"/>
344 </a:schemeClr>
345 </a:gs>
346 </a:gsLst>
347 <a:path path="circle">
348 <a:fillToRect l="50000" t="50000" r="50000" b="50000"/>
349 </a:path>
350 </a:gradFill>
351 </a:bgFillStyleLst>
352 </a:fmtScheme>
353 </a:themeElements>
354 <a:objectDefaults/>
355 <a:extraClrSchemeLst/>
356 </a:theme>
357 </pkg:xmlData>
358 </pkg:part>
359 <pkg:part pkg:name="/word/settings.xml" pkg:contentType="application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml">
360 <pkg:xmlData>
361 <w:settings xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" xmlns:m="http://schemas.openxmlformats.org/officeDocument/2006/math" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w10="urn:schemas-microsoft-com:office:word" xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main" xmlns:sl="http://schemas.openxmlformats.org/schemaLibrary/2006/main">
362 <w:zoom w:percent="100"/>
363 <w:defaultTabStop w:val="708"/>
364 <w:hyphenationZone w:val="425"/>
365 <w:characterSpacingControl w:val="doNotCompress"/>
366 <w:compat/>
367 <w:rsids>
368 <w:rsidRoot w:val="009E60C2"/>
369 <w:rsid w:val="001D264D"/>
370 <w:rsid w:val="008B7467"/>
371 <w:rsid w:val="009E60C2"/>
372 <w:rsid w:val="00E36106"/>
373 </w:rsids>
374 <m:mathPr>
375 <m:mathFont m:val="Cambria Math"/>
376 <m:brkBin m:val="before"/>
377 <m:brkBinSub m:val="--"/>
378 <m:smallFrac m:val="off"/>
379 <m:dispDef/>
380 <m:lMargin m:val="0"/>
381 <m:rMargin m:val="0"/>
382 <m:defJc m:val="centerGroup"/>
383 <m:wrapIndent m:val="1440"/>
384 <m:intLim m:val="subSup"/>
385 <m:naryLim m:val="undOvr"/>
386 </m:mathPr>
387 <w:themeFontLang w:val="de-DE"/>
388 <w:clrSchemeMapping w:bg1="light1" w:t1="dark1" w:bg2="light2" w:t2="dark2" w:accent1="accent1" w:accent2="accent2" w:accent3="accent3" w:accent4="accent4" w:accent5="accent5" w:accent6="accent6" w:hyperlink="hyperlink" w:followedHyperlink="followedHyperlink"/>
389 <w:shapeDefaults>
390 <o:shapedefaults v:ext="edit" spidmax="1026"/>
391 <o:shapelayout v:ext="edit">
392 <o:idmap v:ext="edit" data="1"/>
393 </o:shapelayout>
394 </w:shapeDefaults>
395 <w:decimalSymbol w:val=","/>
396 <w:listSeparator w:val=";"/>
397 </w:settings>
398 </pkg:xmlData>
399 </pkg:part>
400 <pkg:part pkg:name="/word/fontTable.xml" pkg:contentType="application/vnd.openxmlformats-officedocument.wordprocessingml.fontTable+xml">
401 <pkg:xmlData>
402 <w:fonts xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main">
403 <w:font w:name="Calibri">
404 <w:panose1 w:val="020F0502020204030204"/>
405 <w:charset w:val="00"/>
406 <w:family w:val="swiss"/>
407 <w:pitch w:val="variable"/>
408 <w:sig w:usb0="A00002EF" w:usb1="4000207B" w:usb2="00000000" w:usb3="00000000" w:csb0="0000009F" w:csb1="00000000"/>
409 </w:font>
410 <w:font w:name="Times New Roman">
411 <w:panose1 w:val="02020603050405020304"/>
412 <w:charset w:val="00"/>
413 <w:family w:val="roman"/>
414 <w:pitch w:val="variable"/>
415 <w:sig w:usb0="20002A87" w:usb1="80000000" w:usb2="00000008" w:usb3="00000000" w:csb0="000001FF" w:csb1="00000000"/>
416 </w:font>
417 <w:font w:name="Cambria">
418 <w:panose1 w:val="02040503050406030204"/>
419 <w:charset w:val="00"/>
420 <w:family w:val="roman"/>
421 <w:pitch w:val="variable"/>
422 <w:sig w:usb0="A00002EF" w:usb1="4000004B" w:usb2="00000000" w:usb3="00000000" w:csb0="0000009F" w:csb1="00000000"/>
423 </w:font>
424 </w:fonts>
425 </pkg:xmlData>
426 </pkg:part>
427 <pkg:part pkg:name="/word/webSettings.xml" pkg:contentType="application/vnd.openxmlformats-officedocument.wordprocessingml.webSettings+xml">
428 <pkg:xmlData>
429 <w:webSettings xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main">
430 <w:optimizeForBrowser/>
431 </w:webSettings>
432 </pkg:xmlData>
433 </pkg:part>
434 <pkg:part pkg:name="/docProps/app.xml" pkg:contentType="application/vnd.openxmlformats-officedocument.extended-properties+xml" pkg:padding="256">
435 <pkg:xmlData>
436 <Properties xmlns="http://schemas.openxmlformats.org/officeDocument/2006/extended-properties" xmlns:vt="http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes">
437 <Template>Normal.dotm</Template>
438 <TotalTime>0</TotalTime>
439 <Pages>1</Pages>
440 <Words>0</Words>
441 <Characters>4</Characters>
442 <Application>Microsoft Office Word</Application>
443 <DocSecurity>0</DocSecurity>
444 <Lines>1</Lines>
445 <Paragraphs>1</Paragraphs>
446 <ScaleCrop>false</ScaleCrop>
447 <Company>The Document Foundation</Company>
448 <LinksUpToDate>false</LinksUpToDate>
449 <CharactersWithSpaces>4</CharactersWithSpaces>
450 <SharedDoc>false</SharedDoc>
451 <HyperlinksChanged>false</HyperlinksChanged>
452 <AppVersion>12.0000</AppVersion>
453 </Properties>
454 </pkg:xmlData>
455 </pkg:part>
456 <pkg:part pkg:name="/docProps/core.xml" pkg:contentType="application/vnd.openxmlformats-package.core-properties+xml" pkg:padding="256">
457 <pkg:xmlData>
458 <cp:coreProperties xmlns:cp="http://schemas.openxmlformats.org/package/2006/metadata/core-properties" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:dcmitype="http://purl.org/dc/dcmitype/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
459 <dc:title/>
460 <dc:subject/>
461 <dc:creator>Administrator</dc:creator>
462 <cp:keywords/>
463 <dc:description/>
464 <cp:lastModifiedBy>Administrator</cp:lastModifiedBy>
465 <cp:revision>1</cp:revision>
466 <dcterms:created xsi:type="dcterms:W3CDTF">2007-04-02T14:46:00Z</dcterms:created>
467 <dcterms:modified xsi:type="dcterms:W3CDTF">2007-04-02T14:47:00Z</dcterms:modified>
468 </cp:coreProperties>
469 </pkg:xmlData>
470 </pkg:part>
471 <pkg:part pkg:name="/word/styles.xml" pkg:contentType="application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml">
472 <pkg:xmlData>
473 <w:styles xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main">
474 <w:docDefaults>
475 <w:rPrDefault>
476 <w:rPr>
477 <w:rFonts w:asciiTheme="minorHAnsi" w:eastAsiaTheme="minorHAnsi" w:hAnsiTheme="minorHAnsi" w:cstheme="minorBidi"/>
478 <w:sz w:val="22"/>
479 <w:szCs w:val="22"/>
480 <w:lang w:val="de-DE" w:eastAsia="en-US" w:bidi="ar-SA"/>
481 </w:rPr>
482 </w:rPrDefault>
483 <w:pPrDefault>
484 <w:pPr>
485 <w:spacing w:after="200" w:line="276" w:lineRule="auto"/>
486 </w:pPr>
487 </w:pPrDefault>
488 </w:docDefaults>
489 <w:latentStyles w:defLockedState="0" w:defUIPriority="99" w:defSemiHidden="1" w:defUnhideWhenUsed="1" w:defQFormat="0" w:count="267">
490 <w:lsdException w:name="Normal" w:semiHidden="0" w:uiPriority="0" w:unhideWhenUsed="0" w:qFormat="1"/>
491 <w:lsdException w:name="heading 1" w:semiHidden="0" w:uiPriority="9" w:unhideWhenUsed="0" w:qFormat="1"/>
492 <w:lsdException w:name="heading 2" w:uiPriority="9" w:qFormat="1"/>
493 <w:lsdException w:name="heading 3" w:uiPriority="9" w:qFormat="1"/>
494 <w:lsdException w:name="heading 4" w:uiPriority="9" w:qFormat="1"/>
495 <w:lsdException w:name="heading 5" w:uiPriority="9" w:qFormat="1"/>
496 <w:lsdException w:name="heading 6" w:uiPriority="9" w:qFormat="1"/>
497 <w:lsdException w:name="heading 7" w:uiPriority="9" w:qFormat="1"/>
498 <w:lsdException w:name="heading 8" w:uiPriority="9" w:qFormat="1"/>
499 <w:lsdException w:name="heading 9" w:uiPriority="9" w:qFormat="1"/>
500 <w:lsdException w:name="toc 1" w:uiPriority="39"/>
501 <w:lsdException w:name="toc 2" w:uiPriority="39"/>
502 <w:lsdException w:name="toc 3" w:uiPriority="39"/>
503 <w:lsdException w:name="toc 4" w:uiPriority="39"/>
504 <w:lsdException w:name="toc 5" w:uiPriority="39"/>
505 <w:lsdException w:name="toc 6" w:uiPriority="39"/>
506 <w:lsdException w:name="toc 7" w:uiPriority="39"/>
507 <w:lsdException w:name="toc 8" w:uiPriority="39"/>
508 <w:lsdException w:name="toc 9" w:uiPriority="39"/>
509 <w:lsdException w:name="caption" w:uiPriority="35" w:qFormat="1"/>
510 <w:lsdException w:name="Title" w:semiHidden="0" w:uiPriority="10" w:unhideWhenUsed="0" w:qFormat="1"/>
511 <w:lsdException w:name="Default Paragraph Font" w:uiPriority="1"/>
512 <w:lsdException w:name="Subtitle" w:semiHidden="0" w:uiPriority="11" w:unhideWhenUsed="0" w:qFormat="1"/>
513 <w:lsdException w:name="Strong" w:semiHidden="0" w:uiPriority="22" w:unhideWhenUsed="0" w:qFormat="1"/>
514 <w:lsdException w:name="Emphasis" w:semiHidden="0" w:uiPriority="20" w:unhideWhenUsed="0" w:qFormat="1"/>
515 <w:lsdException w:name="Table Grid" w:semiHidden="0" w:uiPriority="59" w:unhideWhenUsed="0"/>
516 <w:lsdException w:name="Placeholder Text" w:unhideWhenUsed="0"/>
517 <w:lsdException w:name="No Spacing" w:semiHidden="0" w:uiPriority="1" w:unhideWhenUsed="0" w:qFormat="1"/>
518 <w:lsdException w:name="Light Shading" w:semiHidden="0" w:uiPriority="60" w:unhideWhenUsed="0"/>
519 <w:lsdException w:name="Light List" w:semiHidden="0" w:uiPriority="61" w:unhideWhenUsed="0"/>
520 <w:lsdException w:name="Light Grid" w:semiHidden="0" w:uiPriority="62" w:unhideWhenUsed="0"/>
521 <w:lsdException w:name="Medium Shading 1" w:semiHidden="0" w:uiPriority="63" w:unhideWhenUsed="0"/>
522 <w:lsdException w:name="Medium Shading 2" w:semiHidden="0" w:uiPriority="64" w:unhideWhenUsed="0"/>
523 <w:lsdException w:name="Medium List 1" w:semiHidden="0" w:uiPriority="65" w:unhideWhenUsed="0"/>
524 <w:lsdException w:name="Medium List 2" w:semiHidden="0" w:uiPriority="66" w:unhideWhenUsed="0"/>
525 <w:lsdException w:name="Medium Grid 1" w:semiHidden="0" w:uiPriority="67" w:unhideWhenUsed="0"/>
526 <w:lsdException w:name="Medium Grid 2" w:semiHidden="0" w:uiPriority="68" w:unhideWhenUsed="0"/>
527 <w:lsdException w:name="Medium Grid 3" w:semiHidden="0" w:uiPriority="69" w:unhideWhenUsed="0"/>
528 <w:lsdException w:name="Dark List" w:semiHidden="0" w:uiPriority="70" w:unhideWhenUsed="0"/>
529 <w:lsdException w:name="Colorful Shading" w:semiHidden="0" w:uiPriority="71" w:unhideWhenUsed="0"/>
530 <w:lsdException w:name="Colorful List" w:semiHidden="0" w:uiPriority="72" w:unhideWhenUsed="0"/>
531 <w:lsdException w:name="Colorful Grid" w:semiHidden="0" w:uiPriority="73" w:unhideWhenUsed="0"/>
532 <w:lsdException w:name="Light Shading Accent 1" w:semiHidden="0" w:uiPriority="60" w:unhideWhenUsed="0"/>
533 <w:lsdException w:name="Light List Accent 1" w:semiHidden="0" w:uiPriority="61" w:unhideWhenUsed="0"/>
534 <w:lsdException w:name="Light Grid Accent 1" w:semiHidden="0" w:uiPriority="62" w:unhideWhenUsed="0"/>
535 <w:lsdException w:name="Medium Shading 1 Accent 1" w:semiHidden="0" w:uiPriority="63" w:unhideWhenUsed="0"/>
536 <w:lsdException w:name="Medium Shading 2 Accent 1" w:semiHidden="0" w:uiPriority="64" w:unhideWhenUsed="0"/>
537 <w:lsdException w:name="Medium List 1 Accent 1" w:semiHidden="0" w:uiPriority="65" w:unhideWhenUsed="0"/>
538 <w:lsdException w:name="Revision" w:unhideWhenUsed="0"/>
539 <w:lsdException w:name="List Paragraph" w:semiHidden="0" w:uiPriority="34" w:unhideWhenUsed="0" w:qFormat="1"/>
540 <w:lsdException w:name="Quote" w:semiHidden="0" w:uiPriority="29" w:unhideWhenUsed="0" w:qFormat="1"/>
541 <w:lsdException w:name="Intense Quote" w:semiHidden="0" w:uiPriority="30" w:unhideWhenUsed="0" w:qFormat="1"/>
542 <w:lsdException w:name="Medium List 2 Accent 1" w:semiHidden="0" w:uiPriority="66" w:unhideWhenUsed="0"/>
543 <w:lsdException w:name="Medium Grid 1 Accent 1" w:semiHidden="0" w:uiPriority="67" w:unhideWhenUsed="0"/>
544 <w:lsdException w:name="Medium Grid 2 Accent 1" w:semiHidden="0" w:uiPriority="68" w:unhideWhenUsed="0"/>
545 <w:lsdException w:name="Medium Grid 3 Accent 1" w:semiHidden="0" w:uiPriority="69" w:unhideWhenUsed="0"/>
546 <w:lsdException w:name="Dark List Accent 1" w:semiHidden="0" w:uiPriority="70" w:unhideWhenUsed="0"/>
547 <w:lsdException w:name="Colorful Shading Accent 1" w:semiHidden="0" w:uiPriority="71" w:unhideWhenUsed="0"/>
548 <w:lsdException w:name="Colorful List Accent 1" w:semiHidden="0" w:uiPriority="72" w:unhideWhenUsed="0"/>
549 <w:lsdException w:name="Colorful Grid Accent 1" w:semiHidden="0" w:uiPriority="73" w:unhideWhenUsed="0"/>
550 <w:lsdException w:name="Light Shading Accent 2" w:semiHidden="0" w:uiPriority="60" w:unhideWhenUsed="0"/>
551 <w:lsdException w:name="Light List Accent 2" w:semiHidden="0" w:uiPriority="61" w:unhideWhenUsed="0"/>
552 <w:lsdException w:name="Light Grid Accent 2" w:semiHidden="0" w:uiPriority="62" w:unhideWhenUsed="0"/>
553 <w:lsdException w:name="Medium Shading 1 Accent 2" w:semiHidden="0" w:uiPriority="63" w:unhideWhenUsed="0"/>
554 <w:lsdException w:name="Medium Shading 2 Accent 2" w:semiHidden="0" w:uiPriority="64" w:unhideWhenUsed="0"/>
555 <w:lsdException w:name="Medium List 1 Accent 2" w:semiHidden="0" w:uiPriority="65" w:unhideWhenUsed="0"/>
556 <w:lsdException w:name="Medium List 2 Accent 2" w:semiHidden="0" w:uiPriority="66" w:unhideWhenUsed="0"/>
557 <w:lsdException w:name="Medium Grid 1 Accent 2" w:semiHidden="0" w:uiPriority="67" w:unhideWhenUsed="0"/>
558 <w:lsdException w:name="Medium Grid 2 Accent 2" w:semiHidden="0" w:uiPriority="68" w:unhideWhenUsed="0"/>
559 <w:lsdException w:name="Medium Grid 3 Accent 2" w:semiHidden="0" w:uiPriority="69" w:unhideWhenUsed="0"/>
560 <w:lsdException w:name="Dark List Accent 2" w:semiHidden="0" w:uiPriority="70" w:unhideWhenUsed="0"/>
561 <w:lsdException w:name="Colorful Shading Accent 2" w:semiHidden="0" w:uiPriority="71" w:unhideWhenUsed="0"/>
562 <w:lsdException w:name="Colorful List Accent 2" w:semiHidden="0" w:uiPriority="72" w:unhideWhenUsed="0"/>
563 <w:lsdException w:name="Colorful Grid Accent 2" w:semiHidden="0" w:uiPriority="73" w:unhideWhenUsed="0"/>
564 <w:lsdException w:name="Light Shading Accent 3" w:semiHidden="0" w:uiPriority="60" w:unhideWhenUsed="0"/>
565 <w:lsdException w:name="Light List Accent 3" w:semiHidden="0" w:uiPriority="61" w:unhideWhenUsed="0"/>
566 <w:lsdException w:name="Light Grid Accent 3" w:semiHidden="0" w:uiPriority="62" w:unhideWhenUsed="0"/>
567 <w:lsdException w:name="Medium Shading 1 Accent 3" w:semiHidden="0" w:uiPriority="63" w:unhideWhenUsed="0"/>
568 <w:lsdException w:name="Medium Shading 2 Accent 3" w:semiHidden="0" w:uiPriority="64" w:unhideWhenUsed="0"/>
569 <w:lsdException w:name="Medium List 1 Accent 3" w:semiHidden="0" w:uiPriority="65" w:unhideWhenUsed="0"/>
570 <w:lsdException w:name="Medium List 2 Accent 3" w:semiHidden="0" w:uiPriority="66" w:unhideWhenUsed="0"/>
571 <w:lsdException w:name="Medium Grid 1 Accent 3" w:semiHidden="0" w:uiPriority="67" w:unhideWhenUsed="0"/>
572 <w:lsdException w:name="Medium Grid 2 Accent 3" w:semiHidden="0" w:uiPriority="68" w:unhideWhenUsed="0"/>
573 <w:lsdException w:name="Medium Grid 3 Accent 3" w:semiHidden="0" w:uiPriority="69" w:unhideWhenUsed="0"/>
574 <w:lsdException w:name="Dark List Accent 3" w:semiHidden="0" w:uiPriority="70" w:unhideWhenUsed="0"/>
575 <w:lsdException w:name="Colorful Shading Accent 3" w:semiHidden="0" w:uiPriority="71" w:unhideWhenUsed="0"/>
576 <w:lsdException w:name="Colorful List Accent 3" w:semiHidden="0" w:uiPriority="72" w:unhideWhenUsed="0"/>
577 <w:lsdException w:name="Colorful Grid Accent 3" w:semiHidden="0" w:uiPriority="73" w:unhideWhenUsed="0"/>
578 <w:lsdException w:name="Light Shading Accent 4" w:semiHidden="0" w:uiPriority="60" w:unhideWhenUsed="0"/>
579 <w:lsdException w:name="Light List Accent 4" w:semiHidden="0" w:uiPriority="61" w:unhideWhenUsed="0"/>
580 <w:lsdException w:name="Light Grid Accent 4" w:semiHidden="0" w:uiPriority="62" w:unhideWhenUsed="0"/>
581 <w:lsdException w:name="Medium Shading 1 Accent 4" w:semiHidden="0" w:uiPriority="63" w:unhideWhenUsed="0"/>
582 <w:lsdException w:name="Medium Shading 2 Accent 4" w:semiHidden="0" w:uiPriority="64" w:unhideWhenUsed="0"/>
583 <w:lsdException w:name="Medium List 1 Accent 4" w:semiHidden="0" w:uiPriority="65" w:unhideWhenUsed="0"/>
584 <w:lsdException w:name="Medium List 2 Accent 4" w:semiHidden="0" w:uiPriority="66" w:unhideWhenUsed="0"/>
585 <w:lsdException w:name="Medium Grid 1 Accent 4" w:semiHidden="0" w:uiPriority="67" w:unhideWhenUsed="0"/>
586 <w:lsdException w:name="Medium Grid 2 Accent 4" w:semiHidden="0" w:uiPriority="68" w:unhideWhenUsed="0"/>
587 <w:lsdException w:name="Medium Grid 3 Accent 4" w:semiHidden="0" w:uiPriority="69" w:unhideWhenUsed="0"/>
588 <w:lsdException w:name="Dark List Accent 4" w:semiHidden="0" w:uiPriority="70" w:unhideWhenUsed="0"/>
589 <w:lsdException w:name="Colorful Shading Accent 4" w:semiHidden="0" w:uiPriority="71" w:unhideWhenUsed="0"/>
590 <w:lsdException w:name="Colorful List Accent 4" w:semiHidden="0" w:uiPriority="72" w:unhideWhenUsed="0"/>
591 <w:lsdException w:name="Colorful Grid Accent 4" w:semiHidden="0" w:uiPriority="73" w:unhideWhenUsed="0"/>
592 <w:lsdException w:name="Light Shading Accent 5" w:semiHidden="0" w:uiPriority="60" w:unhideWhenUsed="0"/>
593 <w:lsdException w:name="Light List Accent 5" w:semiHidden="0" w:uiPriority="61" w:unhideWhenUsed="0"/>
594 <w:lsdException w:name="Light Grid Accent 5" w:semiHidden="0" w:uiPriority="62" w:unhideWhenUsed="0"/>
595 <w:lsdException w:name="Medium Shading 1 Accent 5" w:semiHidden="0" w:uiPriority="63" w:unhideWhenUsed="0"/>
596 <w:lsdException w:name="Medium Shading 2 Accent 5" w:semiHidden="0" w:uiPriority="64" w:unhideWhenUsed="0"/>
597 <w:lsdException w:name="Medium List 1 Accent 5" w:semiHidden="0" w:uiPriority="65" w:unhideWhenUsed="0"/>
598 <w:lsdException w:name="Medium List 2 Accent 5" w:semiHidden="0" w:uiPriority="66" w:unhideWhenUsed="0"/>
599 <w:lsdException w:name="Medium Grid 1 Accent 5" w:semiHidden="0" w:uiPriority="67" w:unhideWhenUsed="0"/>
600 <w:lsdException w:name="Medium Grid 2 Accent 5" w:semiHidden="0" w:uiPriority="68" w:unhideWhenUsed="0"/>
601 <w:lsdException w:name="Medium Grid 3 Accent 5" w:semiHidden="0" w:uiPriority="69" w:unhideWhenUsed="0"/>
602 <w:lsdException w:name="Dark List Accent 5" w:semiHidden="0" w:uiPriority="70" w:unhideWhenUsed="0"/>
603 <w:lsdException w:name="Colorful Shading Accent 5" w:semiHidden="0" w:uiPriority="71" w:unhideWhenUsed="0"/>
604 <w:lsdException w:name="Colorful List Accent 5" w:semiHidden="0" w:uiPriority="72" w:unhideWhenUsed="0"/>
605 <w:lsdException w:name="Colorful Grid Accent 5" w:semiHidden="0" w:uiPriority="73" w:unhideWhenUsed="0"/>
606 <w:lsdException w:name="Light Shading Accent 6" w:semiHidden="0" w:uiPriority="60" w:unhideWhenUsed="0"/>
607 <w:lsdException w:name="Light List Accent 6" w:semiHidden="0" w:uiPriority="61" w:unhideWhenUsed="0"/>
608 <w:lsdException w:name="Light Grid Accent 6" w:semiHidden="0" w:uiPriority="62" w:unhideWhenUsed="0"/>
609 <w:lsdException w:name="Medium Shading 1 Accent 6" w:semiHidden="0" w:uiPriority="63" w:unhideWhenUsed="0"/>
610 <w:lsdException w:name="Medium Shading 2 Accent 6" w:semiHidden="0" w:uiPriority="64" w:unhideWhenUsed="0"/>
611 <w:lsdException w:name="Medium List 1 Accent 6" w:semiHidden="0" w:uiPriority="65" w:unhideWhenUsed="0"/>
612 <w:lsdException w:name="Medium List 2 Accent 6" w:semiHidden="0" w:uiPriority="66" w:unhideWhenUsed="0"/>
613 <w:lsdException w:name="Medium Grid 1 Accent 6" w:semiHidden="0" w:uiPriority="67" w:unhideWhenUsed="0"/>
614 <w:lsdException w:name="Medium Grid 2 Accent 6" w:semiHidden="0" w:uiPriority="68" w:unhideWhenUsed="0"/>
615 <w:lsdException w:name="Medium Grid 3 Accent 6" w:semiHidden="0" w:uiPriority="69" w:unhideWhenUsed="0"/>
616 <w:lsdException w:name="Dark List Accent 6" w:semiHidden="0" w:uiPriority="70" w:unhideWhenUsed="0"/>
617 <w:lsdException w:name="Colorful Shading Accent 6" w:semiHidden="0" w:uiPriority="71" w:unhideWhenUsed="0"/>
618 <w:lsdException w:name="Colorful List Accent 6" w:semiHidden="0" w:uiPriority="72" w:unhideWhenUsed="0"/>
619 <w:lsdException w:name="Colorful Grid Accent 6" w:semiHidden="0" w:uiPriority="73" w:unhideWhenUsed="0"/>
620 <w:lsdException w:name="Subtle Emphasis" w:semiHidden="0" w:uiPriority="19" w:unhideWhenUsed="0" w:qFormat="1"/>
621 <w:lsdException w:name="Intense Emphasis" w:semiHidden="0" w:uiPriority="21" w:unhideWhenUsed="0" w:qFormat="1"/>
622 <w:lsdException w:name="Subtle Reference" w:semiHidden="0" w:uiPriority="31" w:unhideWhenUsed="0" w:qFormat="1"/>
623 <w:lsdException w:name="Intense Reference" w:semiHidden="0" w:uiPriority="32" w:unhideWhenUsed="0" w:qFormat="1"/>
624 <w:lsdException w:name="Book Title" w:semiHidden="0" w:uiPriority="33" w:unhideWhenUsed="0" w:qFormat="1"/>
625 <w:lsdException w:name="Bibliography" w:uiPriority="37"/>
626 <w:lsdException w:name="TOC Heading" w:uiPriority="39" w:qFormat="1"/>
627 </w:latentStyles>
628 <w:style w:type="paragraph" w:default="1" w:styleId="Normal">
629 <w:name w:val="Normal"/>
630 <w:qFormat/>
631 <w:rsid w:val="008B7467"/>
632 </w:style>
633 <w:style w:type="character" w:default="1" w:styleId="DefaultParagraphFont">
634 <w:name w:val="Default Paragraph Font"/>
635 <w:uiPriority w:val="1"/>
636 <w:semiHidden/>
637 <w:unhideWhenUsed/>
638 </w:style>
639 <w:style w:type="table" w:default="1" w:styleId="TableNormal">
640 <w:name w:val="Normal Table"/>
641 <w:uiPriority w:val="99"/>
642 <w:semiHidden/>
643 <w:unhideWhenUsed/>
644 <w:qFormat/>
645 <w:tblPr>
646 <w:tblInd w:w="0" w:type="dxa"/>
647 <w:tblCellMar>
648 <w:top w:w="0" w:type="dxa"/>
649 <w:left w:w="108" w:type="dxa"/>
650 <w:bottom w:w="0" w:type="dxa"/>
651 <w:right w:w="108" w:type="dxa"/>
652 </w:tblCellMar>
653 </w:tblPr>
654 </w:style>
655 <w:style w:type="numbering" w:default="1" w:styleId="NoList">
656 <w:name w:val="No List"/>
657 <w:uiPriority w:val="99"/>
658 <w:semiHidden/>
659 <w:unhideWhenUsed/>
660 </w:style>
661 </w:styles>
662 </pkg:xmlData>
663 </pkg:part>
664 </pkg:package>
665 </xsl:template>
667 <xsl:template match="rng:define" mode="attrvalue">
668 <xsl:variable name="name" select="@name"/>
669 <xsl:element name="resource">
670 <xsl:attribute name="name">
671 <xsl:value-of select="@name"/>
672 </xsl:attribute>
673 <xsl:attribute name="resource">List</xsl:attribute>
674 <xsl:for-each select=".//rng:value">
675 <xsl:element name="value">
676 <xsl:attribute name="tokenid">
677 <xsl:text>ooxml:Value_</xsl:text>
678 <xsl:value-of select="$name"/>
679 <xsl:text>_</xsl:text>
680 <xsl:value-of select="."/>
681 </xsl:attribute>
682 <xsl:value-of select="."/>
683 </xsl:element>
684 </xsl:for-each>
685 </xsl:element>
686 </xsl:template>
688 <xsl:template match="rng:define" mode="resourcesPropertySetValue">
689 <xsl:variable name="name" select="@name"/>
690 <xsl:element name="resource">
691 <xsl:attribute name="name">
692 <xsl:value-of select="@name"/>
693 </xsl:attribute>
694 <xsl:attribute name="resource">
695 <xsl:text>Properties</xsl:text>
696 </xsl:attribute>
697 <xsl:for-each select=".//rng:element">
698 <xsl:element name="element">
699 <xsl:attribute name="name">
700 <xsl:value-of select="@name"/>
701 </xsl:attribute>
702 <xsl:attribute name="tokenid">
703 <xsl:text>ooxml:</xsl:text>
704 <xsl:value-of select="$name"/>
705 <xsl:text>_</xsl:text>
706 <xsl:value-of select="@name"/>
707 </xsl:attribute>
708 </xsl:element>
709 </xsl:for-each>
710 <xsl:for-each select=".//rng:attribute">
711 <xsl:element name="attribute">
712 <xsl:attribute name="name">
713 <xsl:value-of select="@name"/>
714 </xsl:attribute>
715 <xsl:attribute name="tokenid">
716 <xsl:text>ooxml:</xsl:text>
717 <xsl:value-of select="$name"/>
718 <xsl:text>_</xsl:text>
719 <xsl:value-of select="@name"/>
720 </xsl:attribute>
721 </xsl:element>
722 </xsl:for-each>
723 </xsl:element>
724 </xsl:template>
726 <xsl:template match="rng:define" mode="resourcevalues">
727 <xsl:variable name="definename" select="@name"/>
728 <xsl:element name="resource">
729 <xsl:attribute name="name">
730 <xsl:value-of select="@name"/>
731 </xsl:attribute>
732 <xsl:attribute name="resource">List</xsl:attribute>
733 <xsl:for-each select=".//rng:value">
734 <xsl:element name="value">
735 <xsl:attribute name="name">
736 <xsl:value-of select="."/>
737 </xsl:attribute>
738 <xsl:attribute name="tokenid">
739 <xsl:text>ooxml:Value_</xsl:text>
740 <xsl:value-of select="$definename"/>
741 <xsl:text>_</xsl:text>
742 <xsl:value-of select="."/>
743 </xsl:attribute>
744 <xsl:value-of select="."/>
745 </xsl:element>
746 </xsl:for-each>
747 </xsl:element>
748 </xsl:template>
750 <xsl:template match="rng:define" mode="tabledoc" xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main">
751 <xsl:for-each select=".//rng:element">
752 <w:tbl>
753 <w:tblPr>
754 <xsl:element name="w:{@name}"/>
755 </w:tblPr>
756 <w:tr>
757 <w:tc>
758 <w:tcPr/>
759 <w:p >
760 <w:pPr>
761 <w:rPr/>
762 </w:pPr>
763 <w:r><w:t><xsl:value-of select="@name"/></w:t></w:r>
764 </w:p>
765 </w:tc>
766 </w:tr>
767 </w:tbl>
768 </xsl:for-each>
769 </xsl:template>
771 <xsl:key name="resources" match="resource" use="@resource"/>
773 <xsl:template name="resources">
774 <xsl:for-each select="//resource">
775 <xsl:if test="generate-id(.) = generate-id(key('resources', @resource)[1])">
776 <xsl:element name="resource">
777 <xsl:attribute name="resource">
778 <xsl:value-of select="@resource"/>
779 </xsl:attribute>
780 </xsl:element>
781 </xsl:if>
782 </xsl:for-each>
783 </xsl:template>
785 <xsl:template name="genfastresxsl">
786 <xsl:for-each select="//namespace[not(@name = 'wml')]">
787 <xsl:text>
788 sed "s/wml/</xsl:text>
789 <xsl:value-of select="@name"/>
790 <xsl:text>/" &lt; fastresourcesimpl_wml.xsl &gt; fastresourcesimpl_</xsl:text>
791 <xsl:value-of select="@name"/>
792 <xsl:text>.xsl</xsl:text>
793 </xsl:for-each>
794 </xsl:template>
796 <xsl:template name="genresxsl">
797 <xsl:for-each select="//namespace">
798 <xsl:text>
799 sed "s/wml/</xsl:text>
800 <xsl:value-of select="@name"/>
801 <xsl:text>/;s/_WML_/_</xsl:text>
802 <xsl:value-of select="translate(@name, 'abcdefghijklmnopqrstuvwxyz-', 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_')"/>
803 <xsl:text>_/" &lt; fastresources_.xsl &gt; fastresources_</xsl:text>
804 <xsl:value-of select="@name"/>
805 <xsl:text>.xsl</xsl:text>
806 </xsl:for-each>
807 </xsl:template>
809 <xsl:template name="findpath">
810 <xsl:param name="path"/>
811 <xsl:variable name="name" select="@name"/>
812 <xsl:if test="not(contains($path, concat(@name, ',')))">
813 <xsl:for-each select="ancestor::rng:grammar//rng:ref[@name=$name]">
814 <xsl:for-each select="ancestor::rng:define">
815 <xsl:call-template name="findpath">
816 <xsl:with-param name="path" select="concat($path, @name, ',')"/>
817 </xsl:call-template>
818 <xsl:value-of select="@name"/>
819 <xsl:text> -> </xsl:text>
820 <xsl:value-of select="$name"/>
821 <xsl:text>&#xa;</xsl:text>
822 </xsl:for-each>
823 </xsl:for-each>
824 </xsl:if>
825 </xsl:template>
827 <xsl:template match="/">
828 <out>
829 <xsl:apply-templates select="//rng:define[@name='CT_SdtContentCell']"
830 mode='resourcesPropertySetValue'/>
831 </out>
832 </xsl:template>
833 </xsl:stylesheet>