|
|
|
@@ -0,0 +1,418 @@
|
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<xsl:stylesheet xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
|
|
|
|
|
xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0"
|
|
|
|
|
>
|
|
|
|
|
<xsl:output method="xml" version="1.0" indent="yes"/>
|
|
|
|
|
<xsl:template match="studienordnung">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<office:document-styles xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:rpt="http://openoffice.org/2005/report" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:officeooo="http://openoffice.org/2009/office" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:drawooo="http://openoffice.org/2010/draw" xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0" xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0" xmlns:css3t="http://www.w3.org/TR/css3-text/" office:version="1.2">
|
|
|
|
|
<office:font-face-decls>
|
|
|
|
|
<style:font-face style:name="OpenSymbol" svg:font-family="OpenSymbol" style:font-charset="x-symbol"/>
|
|
|
|
|
<style:font-face style:name="Mangal1" svg:font-family="Mangal"/>
|
|
|
|
|
<style:font-face style:name="Liberation Serif" svg:font-family="'Liberation Serif'" style:font-family-generic="roman" style:font-pitch="variable"/>
|
|
|
|
|
<style:font-face style:name="Arial1" svg:font-family="Arial" style:font-family-generic="swiss" style:font-pitch="variable"/>
|
|
|
|
|
<style:font-face style:name="Arial" svg:font-family="Arial" style:font-adornments="Standard" style:font-family-generic="swiss" style:font-pitch="variable"/>
|
|
|
|
|
<style:font-face style:name="Liberation Sans" svg:font-family="'Liberation Sans'" style:font-family-generic="swiss" style:font-pitch="variable"/>
|
|
|
|
|
<style:font-face style:name="Mangal" svg:font-family="Mangal" style:font-family-generic="system" style:font-pitch="variable"/>
|
|
|
|
|
<style:font-face style:name="Microsoft YaHei" svg:font-family="'Microsoft YaHei'" style:font-family-generic="system" style:font-pitch="variable"/>
|
|
|
|
|
<style:font-face style:name="SimSun" svg:font-family="SimSun" style:font-family-generic="system" style:font-pitch="variable"/>
|
|
|
|
|
</office:font-face-decls>
|
|
|
|
|
<office:styles>
|
|
|
|
|
<style:default-style style:family="graphic">
|
|
|
|
|
<style:graphic-properties svg:stroke-color="#3465a4" draw:fill-color="#729fcf" fo:wrap-option="no-wrap" draw:shadow-offset-x="0.3cm" draw:shadow-offset-y="0.3cm" draw:start-line-spacing-horizontal="0.283cm" draw:start-line-spacing-vertical="0.283cm" draw:end-line-spacing-horizontal="0.283cm" draw:end-line-spacing-vertical="0.283cm" style:flow-with-text="false"/>
|
|
|
|
|
<style:paragraph-properties style:text-autospace="ideograph-alpha" style:line-break="strict" style:writing-mode="lr-tb" style:font-independent-line-spacing="false">
|
|
|
|
|
<style:tab-stops/>
|
|
|
|
|
</style:paragraph-properties>
|
|
|
|
|
<style:text-properties style:use-window-font-color="true" style:font-name="Liberation Serif" fo:font-size="12pt" fo:language="de" fo:country="AT" style:letter-kerning="true" style:font-name-asian="SimSun" style:font-size-asian="10.5pt" style:language-asian="zh" style:country-asian="CN" style:font-name-complex="Mangal" style:font-size-complex="12pt" style:language-complex="hi" style:country-complex="IN"/>
|
|
|
|
|
</style:default-style>
|
|
|
|
|
<style:default-style style:family="paragraph">
|
|
|
|
|
<style:paragraph-properties fo:hyphenation-ladder-count="no-limit" style:text-autospace="ideograph-alpha" style:punctuation-wrap="hanging" style:line-break="strict" style:tab-stop-distance="1.251cm" style:writing-mode="page"/>
|
|
|
|
|
<style:text-properties style:use-window-font-color="true" style:font-name="Liberation Serif" fo:font-size="12pt" fo:language="de" fo:country="AT" style:letter-kerning="true" style:font-name-asian="SimSun" style:font-size-asian="10.5pt" style:language-asian="zh" style:country-asian="CN" style:font-name-complex="Mangal" style:font-size-complex="12pt" style:language-complex="hi" style:country-complex="IN" fo:hyphenate="false" fo:hyphenation-remain-char-count="2" fo:hyphenation-push-char-count="2"/>
|
|
|
|
|
</style:default-style>
|
|
|
|
|
<style:default-style style:family="table">
|
|
|
|
|
<style:table-properties table:border-model="collapsing"/>
|
|
|
|
|
</style:default-style>
|
|
|
|
|
<style:default-style style:family="table-row">
|
|
|
|
|
<style:table-row-properties fo:keep-together="auto"/>
|
|
|
|
|
</style:default-style>
|
|
|
|
|
<style:style style:name="Standard" style:family="paragraph" style:class="text">
|
|
|
|
|
<style:paragraph-properties fo:background-color="transparent">
|
|
|
|
|
<style:background-image/>
|
|
|
|
|
</style:paragraph-properties>
|
|
|
|
|
<style:text-properties style:font-name="Arial" fo:font-family="Arial" style:font-style-name="Standard" style:font-family-generic="swiss" style:font-pitch="variable" fo:font-size="10pt" style:font-size-asian="10.5pt"/>
|
|
|
|
|
</style:style>
|
|
|
|
|
<style:style style:name="Heading" style:family="paragraph" style:parent-style-name="Standard" style:next-style-name="Text_20_body" style:class="text">
|
|
|
|
|
<style:paragraph-properties fo:margin-top="0.423cm" fo:margin-bottom="0.212cm" style:contextual-spacing="false" fo:keep-with-next="always"/>
|
|
|
|
|
<style:text-properties style:font-name="Liberation Sans" fo:font-family="'Liberation Sans'" style:font-family-generic="swiss" style:font-pitch="variable" fo:font-size="14pt" style:font-name-asian="Microsoft YaHei" style:font-family-asian="'Microsoft YaHei'" style:font-family-generic-asian="system" style:font-pitch-asian="variable" style:font-size-asian="14pt" style:font-name-complex="Mangal" style:font-family-complex="Mangal" style:font-family-generic-complex="system" style:font-pitch-complex="variable" style:font-size-complex="14pt"/>
|
|
|
|
|
</style:style>
|
|
|
|
|
<style:style style:name="Text_20_body" style:display-name="Text body" style:family="paragraph" style:parent-style-name="Standard" style:class="text">
|
|
|
|
|
<style:paragraph-properties fo:margin-top="0cm" fo:margin-bottom="0.247cm" style:contextual-spacing="false" fo:line-height="120%"/>
|
|
|
|
|
</style:style>
|
|
|
|
|
<style:style style:name="List" style:family="paragraph" style:parent-style-name="Text_20_body" style:class="list">
|
|
|
|
|
<style:text-properties style:font-size-asian="12pt" style:font-name-complex="Mangal1" style:font-family-complex="Mangal"/>
|
|
|
|
|
</style:style>
|
|
|
|
|
<style:style style:name="Caption" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
|
|
|
|
|
<style:paragraph-properties fo:margin-top="0.212cm" fo:margin-bottom="0.212cm" style:contextual-spacing="false" text:number-lines="false" text:line-number="0"/>
|
|
|
|
|
<style:text-properties fo:font-size="12pt" fo:font-style="italic" style:font-size-asian="12pt" style:font-style-asian="italic" style:font-name-complex="Mangal1" style:font-family-complex="Mangal" style:font-size-complex="12pt" style:font-style-complex="italic"/>
|
|
|
|
|
</style:style>
|
|
|
|
|
<style:style style:name="Index" style:family="paragraph" style:parent-style-name="Standard" style:class="index">
|
|
|
|
|
<style:paragraph-properties text:number-lines="false" text:line-number="0"/>
|
|
|
|
|
<style:text-properties style:font-size-asian="12pt" style:font-name-complex="Mangal1" style:font-family-complex="Mangal"/>
|
|
|
|
|
</style:style>
|
|
|
|
|
<style:style style:name="Quotations" style:family="paragraph" style:parent-style-name="Standard" style:class="html">
|
|
|
|
|
<style:paragraph-properties fo:margin-left="1cm" fo:margin-right="1cm" fo:margin-top="0cm" fo:margin-bottom="0.499cm" style:contextual-spacing="false" fo:text-indent="0cm" style:auto-text-indent="false"/>
|
|
|
|
|
</style:style>
|
|
|
|
|
<style:style style:name="Title" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="chapter">
|
|
|
|
|
<style:paragraph-properties fo:text-align="center" style:justify-single-word="false"/>
|
|
|
|
|
<style:text-properties fo:font-size="28pt" fo:font-weight="bold" style:font-size-asian="28pt" style:font-weight-asian="bold" style:font-size-complex="28pt" style:font-weight-complex="bold"/>
|
|
|
|
|
</style:style>
|
|
|
|
|
<style:style style:name="Subtitle" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:class="chapter">
|
|
|
|
|
<style:paragraph-properties fo:margin-top="0.106cm" fo:margin-bottom="0.212cm" style:contextual-spacing="false" fo:text-align="center" style:justify-single-word="false"/>
|
|
|
|
|
<style:text-properties fo:font-size="18pt" style:font-size-asian="18pt" style:font-size-complex="18pt"/>
|
|
|
|
|
</style:style>
|
|
|
|
|
<style:style style:name="Heading_20_1" style:display-name="Heading 1" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:default-outline-level="1" style:class="text" style:master-page-name="">
|
|
|
|
|
<style:paragraph-properties fo:margin-top="0.42cm" fo:margin-bottom="0.4cm" style:contextual-spacing="false" style:page-number="auto"/>
|
|
|
|
|
<style:text-properties fo:color="#0086cb" style:font-name="Arial" fo:font-family="Arial" style:font-style-name="Standard" style:font-family-generic="swiss" style:font-pitch="variable" fo:font-size="26pt" fo:font-weight="normal" style:font-size-asian="130%" style:font-weight-asian="bold" style:font-size-complex="130%" style:font-weight-complex="bold"/>
|
|
|
|
|
</style:style>
|
|
|
|
|
<style:style style:name="Heading_20_2" style:display-name="Heading 2" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:default-outline-level="2" style:class="text" style:master-page-name="">
|
|
|
|
|
<style:paragraph-properties fo:margin-left="0.63cm" fo:margin-right="0cm" fo:text-indent="0cm" style:auto-text-indent="false" style:page-number="auto"/>
|
|
|
|
|
<style:text-properties fo:color="#0086cb" style:font-name="Arial" fo:font-family="Arial" style:font-style-name="Standard" style:font-family-generic="swiss" style:font-pitch="variable" fo:font-size="20pt" fo:font-weight="normal" style:font-size-asian="115%" style:font-weight-asian="bold" style:font-size-complex="115%" style:font-weight-complex="bold"/>
|
|
|
|
|
</style:style>
|
|
|
|
|
<style:style style:name="Heading_20_3" style:display-name="Heading 3" style:family="paragraph" style:parent-style-name="Heading" style:next-style-name="Text_20_body" style:default-outline-level="3" style:class="text">
|
|
|
|
|
<style:paragraph-properties fo:margin-top="0.247cm" fo:margin-bottom="0.212cm" style:contextual-spacing="false"/>
|
|
|
|
|
<style:text-properties fo:color="#808080" fo:font-size="14pt" fo:font-weight="bold" style:font-size-asian="14pt" style:font-weight-asian="bold" style:font-size-complex="14pt" style:font-weight-complex="bold"/>
|
|
|
|
|
</style:style>
|
|
|
|
|
<style:style style:name="Unbenannt1" style:family="paragraph" style:parent-style-name="Heading_20_1" style:default-outline-level="" style:list-style-name="">
|
|
|
|
|
<style:text-properties fo:font-size="180%"/>
|
|
|
|
|
</style:style>
|
|
|
|
|
<style:style style:name="Numbering_20_1" style:display-name="Numbering 1" style:family="paragraph" style:parent-style-name="List" style:default-outline-level="1" style:list-style-name="Numbering_20_1" style:class="list" style:master-page-name="">
|
|
|
|
|
<style:paragraph-properties fo:line-height="100%" fo:margin-left="0.75cm" fo:margin-right="0cm" fo:text-indent="-0.75cm" style:auto-text-indent="false" style:page-number="auto">
|
|
|
|
|
<style:tab-stops/>
|
|
|
|
|
</style:paragraph-properties>
|
|
|
|
|
<style:text-properties fo:color="#0086cb" fo:font-size="26pt"/>
|
|
|
|
|
</style:style>
|
|
|
|
|
<style:style style:name="Numbering_20_1_20_Start" style:display-name="Numbering 1 Start" style:family="paragraph" style:parent-style-name="List" style:next-style-name="Numbering_20_1" style:class="list">
|
|
|
|
|
<style:paragraph-properties fo:margin-left="0.635cm" fo:margin-right="0cm" fo:margin-top="0.423cm" fo:margin-bottom="0.212cm" style:contextual-spacing="false" fo:text-indent="-0.635cm" style:auto-text-indent="false"/>
|
|
|
|
|
</style:style>
|
|
|
|
|
<style:style style:name="Numbering_20_1_20_End" style:display-name="Numbering 1 End" style:family="paragraph" style:parent-style-name="List" style:next-style-name="Numbering_20_1" style:class="list">
|
|
|
|
|
<style:paragraph-properties fo:margin-left="0.635cm" fo:margin-right="0cm" fo:margin-top="0cm" fo:margin-bottom="0.423cm" style:contextual-spacing="false" fo:text-indent="-0.635cm" style:auto-text-indent="false"/>
|
|
|
|
|
</style:style>
|
|
|
|
|
<style:style style:name="Numbering_20_2" style:display-name="Numbering 2" style:family="paragraph" style:parent-style-name="List" style:default-outline-level="2" style:list-style-name="Numbering_20_1" style:class="list">
|
|
|
|
|
<style:paragraph-properties fo:line-height="100%" fo:margin-left="0.75cm" fo:margin-right="0cm" fo:text-indent="0cm" style:auto-text-indent="false"/>
|
|
|
|
|
<style:text-properties fo:color="#0086cb" fo:font-size="20pt"/>
|
|
|
|
|
</style:style>
|
|
|
|
|
<style:style style:name="Numbering_20_3" style:display-name="Numbering 3" style:family="paragraph" style:parent-style-name="List" style:class="list">
|
|
|
|
|
<style:paragraph-properties fo:margin-left="1.905cm" fo:margin-right="0cm" fo:margin-top="0cm" fo:margin-bottom="0.212cm" style:contextual-spacing="false" fo:text-indent="-0.635cm" style:auto-text-indent="false"/>
|
|
|
|
|
</style:style>
|
|
|
|
|
<style:style style:name="Table_20_Contents" style:display-name="Table Contents" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
|
|
|
|
|
<style:paragraph-properties text:number-lines="false" text:line-number="0"/>
|
|
|
|
|
</style:style>
|
|
|
|
|
<style:style style:name="Table_20_Heading" style:display-name="Table Heading" style:family="paragraph" style:parent-style-name="Table_20_Contents" style:class="extra">
|
|
|
|
|
<style:paragraph-properties fo:text-align="center" style:justify-single-word="false" text:number-lines="false" text:line-number="0"/>
|
|
|
|
|
<style:text-properties fo:font-weight="bold" style:font-weight-asian="bold" style:font-weight-complex="bold"/>
|
|
|
|
|
</style:style>
|
|
|
|
|
<style:style style:name="Contents_20_1" style:display-name="Contents 1" style:family="paragraph" style:parent-style-name="Index" style:class="index">
|
|
|
|
|
<style:paragraph-properties fo:margin-left="0cm" fo:margin-right="0cm" fo:text-indent="0cm" style:auto-text-indent="false">
|
|
|
|
|
<style:tab-stops>
|
|
|
|
|
<style:tab-stop style:position="17cm" style:type="right" style:leader-style="dotted" style:leader-text="."/>
|
|
|
|
|
</style:tab-stops>
|
|
|
|
|
</style:paragraph-properties>
|
|
|
|
|
</style:style>
|
|
|
|
|
<style:style style:name="Contents_20_2" style:display-name="Contents 2" style:family="paragraph" style:parent-style-name="Index" style:class="index">
|
|
|
|
|
<style:paragraph-properties fo:margin-left="0.499cm" fo:margin-right="0cm" fo:text-indent="0cm" style:auto-text-indent="false">
|
|
|
|
|
<style:tab-stops>
|
|
|
|
|
<style:tab-stop style:position="17cm" style:type="right" style:leader-style="dotted" style:leader-text="."/>
|
|
|
|
|
</style:tab-stops>
|
|
|
|
|
</style:paragraph-properties>
|
|
|
|
|
</style:style>
|
|
|
|
|
<style:style style:name="Header" style:family="paragraph" style:parent-style-name="Standard" style:class="extra">
|
|
|
|
|
<style:paragraph-properties text:number-lines="false" text:line-number="0">
|
|
|
|
|
<style:tab-stops>
|
|
|
|
|
<style:tab-stop style:position="8.5cm" style:type="center"/>
|
|
|
|
|
<style:tab-stop style:position="17cm" style:type="right"/>
|
|
|
|
|
</style:tab-stops>
|
|
|
|
|
</style:paragraph-properties>
|
|
|
|
|
</style:style>
|
|
|
|
|
<style:style style:name="Numbering_20_Symbols" style:display-name="Numbering Symbols" style:family="text"/>
|
|
|
|
|
<style:style style:name="Bullet_20_Symbols" style:display-name="Bullet Symbols" style:family="text">
|
|
|
|
|
<style:text-properties style:font-name="OpenSymbol" fo:font-family="OpenSymbol" style:font-charset="x-symbol" style:font-name-asian="OpenSymbol" style:font-family-asian="OpenSymbol" style:font-charset-asian="x-symbol" style:font-name-complex="OpenSymbol" style:font-family-complex="OpenSymbol" style:font-charset-complex="x-symbol"/>
|
|
|
|
|
</style:style>
|
|
|
|
|
<style:style style:name="Internet_20_link" style:display-name="Internet link" style:family="text">
|
|
|
|
|
<style:text-properties fo:color="#000080" fo:language="zxx" fo:country="none" style:text-underline-style="solid" style:text-underline-width="auto" style:text-underline-color="font-color" style:language-asian="zxx" style:country-asian="none" style:language-complex="zxx" style:country-complex="none"/>
|
|
|
|
|
</style:style>
|
|
|
|
|
<style:style style:name="Index_20_Link" style:display-name="Index Link" style:family="text"/>
|
|
|
|
|
<style:style style:name="Graphics" style:family="graphic">
|
|
|
|
|
<style:graphic-properties text:anchor-type="paragraph" svg:x="0cm" svg:y="0cm" style:wrap="dynamic" style:number-wrapped-paragraphs="no-limit" style:wrap-contour="false" style:vertical-pos="top" style:vertical-rel="paragraph" style:horizontal-pos="center" style:horizontal-rel="paragraph"/>
|
|
|
|
|
</style:style>
|
|
|
|
|
<text:outline-style style:name="Outline">
|
|
|
|
|
<text:outline-level-style text:level="1" style:num-format="">
|
|
|
|
|
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
|
|
|
|
|
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="0.762cm" fo:text-indent="-0.762cm" fo:margin-left="0.762cm"/>
|
|
|
|
|
</style:list-level-properties>
|
|
|
|
|
</text:outline-level-style>
|
|
|
|
|
<text:outline-level-style text:level="2" style:num-format="">
|
|
|
|
|
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
|
|
|
|
|
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="1.016cm" fo:text-indent="-1.016cm" fo:margin-left="1.016cm"/>
|
|
|
|
|
</style:list-level-properties>
|
|
|
|
|
</text:outline-level-style>
|
|
|
|
|
<text:outline-level-style text:level="3" style:num-format="">
|
|
|
|
|
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
|
|
|
|
|
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="1.27cm" fo:text-indent="-1.27cm" fo:margin-left="1.27cm"/>
|
|
|
|
|
</style:list-level-properties>
|
|
|
|
|
</text:outline-level-style>
|
|
|
|
|
<text:outline-level-style text:level="4" style:num-format="">
|
|
|
|
|
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
|
|
|
|
|
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="1.524cm" fo:text-indent="-1.524cm" fo:margin-left="1.524cm"/>
|
|
|
|
|
</style:list-level-properties>
|
|
|
|
|
</text:outline-level-style>
|
|
|
|
|
<text:outline-level-style text:level="5" style:num-format="">
|
|
|
|
|
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
|
|
|
|
|
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="1.778cm" fo:text-indent="-1.778cm" fo:margin-left="1.778cm"/>
|
|
|
|
|
</style:list-level-properties>
|
|
|
|
|
</text:outline-level-style>
|
|
|
|
|
<text:outline-level-style text:level="6" style:num-format="">
|
|
|
|
|
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
|
|
|
|
|
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="2.032cm" fo:text-indent="-2.032cm" fo:margin-left="2.032cm"/>
|
|
|
|
|
</style:list-level-properties>
|
|
|
|
|
</text:outline-level-style>
|
|
|
|
|
<text:outline-level-style text:level="7" style:num-format="">
|
|
|
|
|
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
|
|
|
|
|
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="2.286cm" fo:text-indent="-2.286cm" fo:margin-left="2.286cm"/>
|
|
|
|
|
</style:list-level-properties>
|
|
|
|
|
</text:outline-level-style>
|
|
|
|
|
<text:outline-level-style text:level="8" style:num-format="">
|
|
|
|
|
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
|
|
|
|
|
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="2.54cm" fo:text-indent="-2.54cm" fo:margin-left="2.54cm"/>
|
|
|
|
|
</style:list-level-properties>
|
|
|
|
|
</text:outline-level-style>
|
|
|
|
|
<text:outline-level-style text:level="9" style:num-format="">
|
|
|
|
|
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
|
|
|
|
|
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="2.794cm" fo:text-indent="-2.794cm" fo:margin-left="2.794cm"/>
|
|
|
|
|
</style:list-level-properties>
|
|
|
|
|
</text:outline-level-style>
|
|
|
|
|
<text:outline-level-style text:level="10" style:num-format="">
|
|
|
|
|
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
|
|
|
|
|
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="3.048cm" fo:text-indent="-3.048cm" fo:margin-left="3.048cm"/>
|
|
|
|
|
</style:list-level-properties>
|
|
|
|
|
</text:outline-level-style>
|
|
|
|
|
</text:outline-style>
|
|
|
|
|
<text:list-style style:name="Numbering_20_1" style:display-name="Numbering 1">
|
|
|
|
|
<text:list-level-style-number text:level="1" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="1">
|
|
|
|
|
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
|
|
|
|
|
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="0.499cm" fo:text-indent="-0.499cm" fo:margin-left="0.499cm"/>
|
|
|
|
|
</style:list-level-properties>
|
|
|
|
|
</text:list-level-style-number>
|
|
|
|
|
<text:list-level-style-number text:level="2" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="1" text:display-levels="2">
|
|
|
|
|
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
|
|
|
|
|
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="0.499cm" fo:text-indent="-0.499cm" fo:margin-left="1cm"/>
|
|
|
|
|
</style:list-level-properties>
|
|
|
|
|
</text:list-level-style-number>
|
|
|
|
|
<text:list-level-style-number text:level="3" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="1" text:display-levels="2">
|
|
|
|
|
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
|
|
|
|
|
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="0.499cm" fo:text-indent="-0.499cm" fo:margin-left="1.499cm"/>
|
|
|
|
|
</style:list-level-properties>
|
|
|
|
|
</text:list-level-style-number>
|
|
|
|
|
<text:list-level-style-number text:level="4" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="1" text:display-levels="2">
|
|
|
|
|
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
|
|
|
|
|
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="0.499cm" fo:text-indent="-0.499cm" fo:margin-left="2cm"/>
|
|
|
|
|
</style:list-level-properties>
|
|
|
|
|
</text:list-level-style-number>
|
|
|
|
|
<text:list-level-style-number text:level="5" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="1" text:display-levels="2">
|
|
|
|
|
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
|
|
|
|
|
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="0.499cm" fo:text-indent="-0.499cm" fo:margin-left="2.499cm"/>
|
|
|
|
|
</style:list-level-properties>
|
|
|
|
|
</text:list-level-style-number>
|
|
|
|
|
<text:list-level-style-number text:level="6" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="1" text:display-levels="2">
|
|
|
|
|
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
|
|
|
|
|
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="0.499cm" fo:text-indent="-0.499cm" fo:margin-left="3cm"/>
|
|
|
|
|
</style:list-level-properties>
|
|
|
|
|
</text:list-level-style-number>
|
|
|
|
|
<text:list-level-style-number text:level="7" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="1" text:display-levels="2">
|
|
|
|
|
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
|
|
|
|
|
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="0.499cm" fo:text-indent="-0.499cm" fo:margin-left="3.5cm"/>
|
|
|
|
|
</style:list-level-properties>
|
|
|
|
|
</text:list-level-style-number>
|
|
|
|
|
<text:list-level-style-number text:level="8" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="1" text:display-levels="2">
|
|
|
|
|
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
|
|
|
|
|
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="0.499cm" fo:text-indent="-0.499cm" fo:margin-left="4.001cm"/>
|
|
|
|
|
</style:list-level-properties>
|
|
|
|
|
</text:list-level-style-number>
|
|
|
|
|
<text:list-level-style-number text:level="9" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="1" text:display-levels="2">
|
|
|
|
|
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
|
|
|
|
|
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="0.499cm" fo:text-indent="-0.499cm" fo:margin-left="4.5cm"/>
|
|
|
|
|
</style:list-level-properties>
|
|
|
|
|
</text:list-level-style-number>
|
|
|
|
|
<text:list-level-style-number text:level="10" text:style-name="Numbering_20_Symbols" style:num-suffix="." style:num-format="1" text:display-levels="2">
|
|
|
|
|
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
|
|
|
|
|
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="0.499cm" fo:text-indent="-0.499cm" fo:margin-left="5.001cm"/>
|
|
|
|
|
</style:list-level-properties>
|
|
|
|
|
</text:list-level-style-number>
|
|
|
|
|
</text:list-style>
|
|
|
|
|
<text:list-style style:name="Numbering_20_2" style:display-name="Numbering 2">
|
|
|
|
|
<text:list-level-style-number text:level="1" text:style-name="Numbering_20_Symbols" style:num-prefix=" " style:num-suffix="." style:num-format="1">
|
|
|
|
|
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
|
|
|
|
|
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="0.499cm" fo:text-indent="-0.499cm" fo:margin-left="0.499cm"/>
|
|
|
|
|
</style:list-level-properties>
|
|
|
|
|
</text:list-level-style-number>
|
|
|
|
|
<text:list-level-style-number text:level="2" text:style-name="Numbering_20_Symbols" style:num-prefix=" " style:num-suffix="." style:num-format="1" text:start-value="2">
|
|
|
|
|
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
|
|
|
|
|
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="0.998cm" fo:text-indent="-0.499cm" fo:margin-left="0.998cm"/>
|
|
|
|
|
</style:list-level-properties>
|
|
|
|
|
</text:list-level-style-number>
|
|
|
|
|
<text:list-level-style-number text:level="3" text:style-name="Numbering_20_Symbols" style:num-prefix=" " style:num-suffix="." style:num-format="1" text:start-value="3">
|
|
|
|
|
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
|
|
|
|
|
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="1.998cm" fo:text-indent="-1cm" fo:margin-left="1.998cm"/>
|
|
|
|
|
</style:list-level-properties>
|
|
|
|
|
</text:list-level-style-number>
|
|
|
|
|
<text:list-level-style-number text:level="4" text:style-name="Numbering_20_Symbols" style:num-prefix=" " style:num-suffix="." style:num-format="1" text:start-value="4">
|
|
|
|
|
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
|
|
|
|
|
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="3.249cm" fo:text-indent="-1.251cm" fo:margin-left="3.249cm"/>
|
|
|
|
|
</style:list-level-properties>
|
|
|
|
|
</text:list-level-style-number>
|
|
|
|
|
<text:list-level-style-number text:level="5" text:style-name="Numbering_20_Symbols" style:num-prefix=" " style:num-suffix="." style:num-format="1" text:start-value="5">
|
|
|
|
|
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
|
|
|
|
|
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="4.748cm" fo:text-indent="-1.499cm" fo:margin-left="4.748cm"/>
|
|
|
|
|
</style:list-level-properties>
|
|
|
|
|
</text:list-level-style-number>
|
|
|
|
|
<text:list-level-style-number text:level="6" text:style-name="Numbering_20_Symbols" style:num-prefix=" " style:num-suffix="." style:num-format="1" text:start-value="6">
|
|
|
|
|
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
|
|
|
|
|
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="6.549cm" fo:text-indent="-1.801cm" fo:margin-left="6.549cm"/>
|
|
|
|
|
</style:list-level-properties>
|
|
|
|
|
</text:list-level-style-number>
|
|
|
|
|
<text:list-level-style-number text:level="7" text:style-name="Numbering_20_Symbols" style:num-prefix=" " style:num-suffix="." style:num-format="1" text:start-value="7">
|
|
|
|
|
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
|
|
|
|
|
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="8.849cm" fo:text-indent="-2.3cm" fo:margin-left="8.849cm"/>
|
|
|
|
|
</style:list-level-properties>
|
|
|
|
|
</text:list-level-style-number>
|
|
|
|
|
<text:list-level-style-number text:level="8" text:style-name="Numbering_20_Symbols" style:num-prefix=" " style:num-suffix="." style:num-format="1" text:start-value="8">
|
|
|
|
|
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
|
|
|
|
|
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="11.449cm" fo:text-indent="-2.6cm" fo:margin-left="11.449cm"/>
|
|
|
|
|
</style:list-level-properties>
|
|
|
|
|
</text:list-level-style-number>
|
|
|
|
|
<text:list-level-style-number text:level="9" text:style-name="Numbering_20_Symbols" style:num-prefix=" " style:num-suffix="." style:num-format="1" text:start-value="9">
|
|
|
|
|
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
|
|
|
|
|
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="14.25cm" fo:text-indent="-2.801cm" fo:margin-left="14.25cm"/>
|
|
|
|
|
</style:list-level-properties>
|
|
|
|
|
</text:list-level-style-number>
|
|
|
|
|
<text:list-level-style-number text:level="10" text:style-name="Numbering_20_Symbols" style:num-prefix=" " style:num-suffix="." style:num-format="1" text:start-value="10">
|
|
|
|
|
<style:list-level-properties text:list-level-position-and-space-mode="label-alignment">
|
|
|
|
|
<style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-position="17.351cm" fo:text-indent="-3.101cm" fo:margin-left="17.351cm"/>
|
|
|
|
|
</style:list-level-properties>
|
|
|
|
|
</text:list-level-style-number>
|
|
|
|
|
</text:list-style>
|
|
|
|
|
<text:notes-configuration text:note-class="footnote" style:num-format="1" text:start-value="0" text:footnotes-position="page" text:start-numbering-at="document"/>
|
|
|
|
|
<text:notes-configuration text:note-class="endnote" style:num-format="i" text:start-value="0"/>
|
|
|
|
|
<text:linenumbering-configuration text:number-lines="false" text:offset="0.499cm" style:num-format="1" text:number-position="left" text:increment="5"/>
|
|
|
|
|
</office:styles>
|
|
|
|
|
<office:automatic-styles>
|
|
|
|
|
<style:style style:name="Footer_Landscape" style:family="paragraph" style:parent-style-name="Footer">
|
|
|
|
|
<style:text-properties officeooo:rsid="00323ef6" officeooo:paragraph-rsid="00323ef6"/>
|
|
|
|
|
<style:paragraph-properties fo:margin-left="0cm" fo:margin-right="0cm" fo:text-indent="0cm" style:auto-text-indent="false" style:page-number="auto" text:number-lines="false" text:line-number="0" style:vertical-align="top">
|
|
|
|
|
<style:tab-stops>
|
|
|
|
|
<style:tab-stop style:position="12.7cm"/>
|
|
|
|
|
<style:tab-stop style:position="25.4cm"/>
|
|
|
|
|
</style:tab-stops>
|
|
|
|
|
</style:paragraph-properties>
|
|
|
|
|
</style:style>
|
|
|
|
|
<style:style style:name="MP1" style:family="paragraph" style:parent-style-name="Footer">
|
|
|
|
|
<style:text-properties officeooo:rsid="00323ef6" officeooo:paragraph-rsid="00323ef6"/>
|
|
|
|
|
<style:paragraph-properties fo:margin-left="0cm" fo:margin-right="0cm" fo:text-indent="0cm" style:auto-text-indent="false" style:page-number="auto" text:number-lines="false" text:line-number="0" style:vertical-align="top">
|
|
|
|
|
</style:paragraph-properties>
|
|
|
|
|
</style:style>
|
|
|
|
|
<style:style style:name="MP2" style:family="paragraph" style:parent-style-name="Footer">
|
|
|
|
|
<style:text-properties fo:color="#6b757b" officeooo:rsid="00323ef6" officeooo:paragraph-rsid="00323ef6"/>
|
|
|
|
|
</style:style>
|
|
|
|
|
<style:style style:name="Mfr1" style:family="graphic" style:parent-style-name="Graphics">
|
|
|
|
|
<style:graphic-properties style:vertical-pos="from-top" style:vertical-rel="paragraph" style:horizontal-pos="from-left" style:horizontal-rel="paragraph" style:mirror="none" fo:clip="rect(0cm, 0cm, 0cm, 0cm)" draw:luminance="0%" draw:contrast="0%" draw:red="0%" draw:green="0%" draw:blue="0%" draw:gamma="100%" draw:color-inversion="false" draw:image-opacity="100%" draw:color-mode="standard"/>
|
|
|
|
|
</style:style>
|
|
|
|
|
<style:page-layout style:name="Mpm1">
|
|
|
|
|
<style:page-layout-properties fo:page-width="21.001cm" fo:page-height="29.7cm" style:num-format="1" style:print-orientation="portrait" fo:margin-top="1cm" fo:margin-bottom="2cm" fo:margin-left="2cm" fo:margin-right="2cm" style:writing-mode="lr-tb" style:footnote-max-height="0cm">
|
|
|
|
|
<style:footnote-sep style:width="0.018cm" style:distance-before-sep="0.101cm" style:distance-after-sep="0.101cm" style:line-style="solid" style:adjustment="left" style:rel-width="25%" style:color="#000000"/>
|
|
|
|
|
</style:page-layout-properties>
|
|
|
|
|
<style:header-style>
|
|
|
|
|
<style:header-footer-properties fo:min-height="3.5cm" fo:margin-left="0cm" fo:margin-right="0cm" fo:margin-bottom="0cm" style:dynamic-spacing="false"/>
|
|
|
|
|
</style:header-style>
|
|
|
|
|
<style:footer-style/>
|
|
|
|
|
</style:page-layout>
|
|
|
|
|
<style:page-layout style:name="Mpm2">
|
|
|
|
|
<style:page-layout-properties fo:page-width="21.001cm" fo:page-height="29.7cm" style:num-format="1" style:print-orientation="portrait" fo:margin-top="5.001cm" fo:margin-bottom="4.001cm" fo:margin-left="2cm" fo:margin-right="2cm" fo:border="none" fo:padding="0cm" style:shadow="none" fo:background-color="transparent" style:writing-mode="lr-tb" style:footnote-max-height="0cm">
|
|
|
|
|
<!-- <style:background-image xlink:href="Pictures/100002010000031B00000463F98C50C4.png" xlink:type="simple" xlink:actuate="onLoad" style:repeat="stretch"/>-->
|
|
|
|
|
<style:columns fo:column-count="1" fo:column-gap="0cm"/>
|
|
|
|
|
<style:footnote-sep style:width="0.018cm" style:line-style="solid" style:adjustment="left" style:rel-width="25%" style:color="#000000"/>
|
|
|
|
|
</style:page-layout-properties>
|
|
|
|
|
<style:header-style/>
|
|
|
|
|
<style:footer-style/>
|
|
|
|
|
</style:page-layout>
|
|
|
|
|
<style:page-layout style:name="Mpm3">
|
|
|
|
|
<style:page-layout-properties fo:page-width="21.001cm" fo:page-height="29.7cm" style:num-format="1" style:print-orientation="portrait" fo:margin-top="6.001cm" fo:margin-bottom="4.001cm" fo:margin-left="2cm" fo:margin-right="2cm" style:shadow="none" fo:background-color="transparent" style:writing-mode="lr-tb" style:footnote-max-height="0cm">
|
|
|
|
|
<style:background-image/>
|
|
|
|
|
<style:columns fo:column-count="1" fo:column-gap="0cm"/>
|
|
|
|
|
<style:footnote-sep style:width="0.018cm" style:distance-before-sep="0.101cm" style:distance-after-sep="0.101cm" style:line-style="solid" style:adjustment="left" style:rel-width="25%" style:color="#000000"/>
|
|
|
|
|
</style:page-layout-properties>
|
|
|
|
|
<style:header-style/>
|
|
|
|
|
<style:footer-style/>
|
|
|
|
|
</style:page-layout>
|
|
|
|
|
<style:page-layout style:name="Mpm4">
|
|
|
|
|
<style:page-layout-properties fo:page-width="29.7cm" fo:page-height="21.001cm" style:num-format="1" style:print-orientation="landscape" fo:margin-top="1cm" fo:margin-bottom="2cm" fo:margin-left="2cm" fo:margin-right="2cm" style:writing-mode="lr-tb" style:footnote-max-height="0cm">
|
|
|
|
|
<style:footnote-sep style:width="0.018cm" style:distance-before-sep="0.101cm" style:distance-after-sep="0.101cm" style:line-style="solid" style:adjustment="left" style:rel-width="25%" style:color="#000000"/>
|
|
|
|
|
</style:page-layout-properties>
|
|
|
|
|
<style:header-style>
|
|
|
|
|
<style:header-footer-properties fo:min-height="3.5cm" fo:margin-left="0cm" fo:margin-right="0cm" fo:margin-bottom="0cm" style:dynamic-spacing="false"/>
|
|
|
|
|
</style:header-style>
|
|
|
|
|
<style:footer-style/>
|
|
|
|
|
</style:page-layout>
|
|
|
|
|
</office:automatic-styles>
|
|
|
|
|
<office:master-styles>
|
|
|
|
|
|
|
|
|
|
<style:master-page style:name="Standard" style:page-layout-name="Mpm1">
|
|
|
|
|
<style:header>
|
|
|
|
|
<text:p text:style-name="Header">
|
|
|
|
|
<draw:frame draw:style-name="Mfr1" draw:name="Bild3" text:anchor-type="paragraph" svg:x="13.5cm" svg:y="0.7cm" svg:width="3.818cm" svg:height="2cm" draw:z-index="1">
|
|
|
|
|
<draw:image xlink:href="Pictures/100002010000012C0000006E0CA8181E.png" xlink:type="simple" xlink:show="embed" xlink:actuate="onLoad"/>
|
|
|
|
|
</draw:frame>
|
|
|
|
|
</text:p>
|
|
|
|
|
</style:header>
|
|
|
|
|
<style:footer>
|
|
|
|
|
<text:p text:style-name="MP1">
|
|
|
|
|
Studienordnung-Studienplan-<xsl:value-of select="studiengang_kz"/>-<xsl:value-of select="studiengang_kurzbzlang"/>
|
|
|
|
|
<text:tab/>
|
|
|
|
|
<text:tab/>
|
|
|
|
|
<text:page-number text:select-page="current">4</text:page-number>
|
|
|
|
|
</text:p>
|
|
|
|
|
</style:footer>
|
|
|
|
|
</style:master-page>
|
|
|
|
|
|
|
|
|
|
<style:master-page style:name="Landscape" style:page-layout-name="Mpm4">
|
|
|
|
|
<style:header>
|
|
|
|
|
<text:p text:style-name="Header">
|
|
|
|
|
<draw:frame draw:style-name="Mfr1" draw:name="Bild2" text:anchor-type="paragraph" svg:x="22.4cm" svg:y="0.06cm" svg:width="3.818cm" svg:height="2cm" draw:z-index="6">
|
|
|
|
|
<draw:image xlink:href="Pictures/100002010000012C0000006E0CA8181E.png" xlink:type="simple" xlink:show="embed" xlink:actuate="onLoad"/>
|
|
|
|
|
</draw:frame>
|
|
|
|
|
</text:p>
|
|
|
|
|
</style:header>
|
|
|
|
|
<style:footer>
|
|
|
|
|
<text:p text:style-name="Footer_Landscape">
|
|
|
|
|
Studienordnung-Studienplan-<xsl:value-of select="studiengang_kz"/>-<xsl:value-of select="studiengang_kurzbzlang"/>
|
|
|
|
|
<text:tab style:position="12.7cm"/>
|
|
|
|
|
<text:tab style:position="25.4cm"/>
|
|
|
|
|
<text:page-number text:select-page="current">4</text:page-number>
|
|
|
|
|
</text:p>
|
|
|
|
|
</style:footer>
|
|
|
|
|
</style:master-page>
|
|
|
|
|
|
|
|
|
|
<style:master-page style:name="Firstpage" style:page-layout-name="Mpm1">
|
|
|
|
|
<style:header>
|
|
|
|
|
<text:p text:style-name="Header">
|
|
|
|
|
</text:p>
|
|
|
|
|
</style:header>
|
|
|
|
|
<style:footer>
|
|
|
|
|
</style:footer>
|
|
|
|
|
</style:master-page>
|
|
|
|
|
|
|
|
|
|
</office:master-styles>
|
|
|
|
|
</office:document-styles>
|
|
|
|
|
|
|
|
|
|
</xsl:template>
|
|
|
|
|
|
|
|
|
|
</xsl:stylesheet>
|