]> granicus.if.org Git - docbook-dsssl/commitdiff
identify block elements that are not yet handled
authorSteve Ball <balls@users.sourceforge.net>
Thu, 7 Oct 2004 12:34:08 +0000 (12:34 +0000)
committerSteve Ball <balls@users.sourceforge.net>
Thu, 7 Oct 2004 12:34:08 +0000 (12:34 +0000)
xsl/wordml/docbook.xsl
xsl/wordml/template.xml

index 7f1a84a8ff0847a9ad2f4995b687f11d588b2e0c..a54112408a1b0d4304330780d3d4adab67fdf058 100755 (executable)
     </w:body>
   </xsl:template>
 
-  <xsl:template match='section'>
+  <xsl:template match='section|sect1|sect2|sect3|sect4|sect5|simplesect'>
     <wx:sect>
       <xsl:apply-templates select='*'/>
     </wx:sect>
   </xsl:template>
   <xsl:template match='text()[string-length(normalize-space(.)) = 0]'/>
 
-  <xsl:template match='blockquote'>
+  <xsl:template match='authorblurb|blockquote|formalpara|simpara|legalnotice|note'>
     <xsl:apply-templates select='para'>
-      <xsl:with-param name='class'>blockquote</xsl:with-param>
+      <xsl:with-param name='class'>
+        <xsl:value-of select='name()'/>
+      </xsl:with-param>
     </xsl:apply-templates>
   </xsl:template>
 
     <xsl:apply-templates/>
   </xsl:template>
 
+  <!-- These elements are not displayed.
+     - However, they may need to be added (perhaps as hidden text)
+     - for round-tripping.
+    -->
+  <xsl:template match='anchor|area|areaset|areaspec|audiodata|audioobject|
+                       beginpage|
+                       callout|constraint|
+                       indexterm|itermset|
+                       keywordset|
+                       msg'/>
+
   <xsl:template match='*'>
     <xsl:message>
       <xsl:value-of select='name()'/>
     </xsl:message>
 
     <xsl:choose>
-      <xsl:when test='self::appendix|self::bibliography|self::chapter|self::*[contains(name(), "info")]'>
+      <xsl:when test='self::abstract |
+                      self::ackno |
+                      self::address |
+                      self::answer |
+                      self::appendix |
+                      self::authorgroup |
+                      self::bibliodiv |
+                      self::biblioentry |
+                      self::bibliography |
+                      self::bibliomixed |
+                      self::bibliomset |
+                      self::biblioset |
+                      self::bridgehead |
+                      self::calloutlist |
+                      self::caption |
+                      self::caution |
+                      self::chapter |
+                      self::colophon |
+                      self::constraintdef |
+                      self::copyright |
+                      self::dedication |
+                      self::epigraph |
+                      self::equation |
+                      self::example |
+                      self::figure |
+                      self::glossary |
+                      self::glossdef |
+                      self::glossdiv |
+                      self::glossentry |
+                      self::glosslist |
+                      self::graphic |
+                      self::highlights |
+                      self::imageobject |
+                      self::imageobjectco |
+                      self::important |
+                      self::index |
+                      self::indexdiv |
+                      self::indexentry |
+                      self::informalequation |
+                      self::informalexample |
+                      self::informalfigure |
+                      self::lot |
+                      self::lotentry |
+                      self::mediaobject |
+                      self::mediaobjectco |
+                      self::member |
+                      self::msgentry |
+                      self::msgset |
+                      self::part |
+                      self::partintro |
+                      self::personblurb |
+                      self::preface |
+                      self::printhistory |
+                      self::procedure |
+                      self::programlisting |
+                      self::programlistingco |
+                      self::publisher |
+                      self::qandadiv |
+                      self::qandaentry |
+                      self::qandaset |
+                      self::question |
+                      self::refdescriptor |
+                      self::refentry |
+                      self::refentrytitle |
+                      self::reference |
+                      self::refmeta |
+                      self::refname |
+                      self::refnamediv |
+                      self::refpurpose |
+                      self::refsect1 |
+                      self::refsect2 |
+                      self::refsect3 |
+                      self::refsection |
+                      self::refsynopsisdiv |
+                      self::releaseinfo |
+                      self::screen |
+                      self::screenco |
+                      self::screenshot |
+                      self::seg |
+                      self::seglistitem |
+                      self::segmentedlist |
+                      self::segtitle |
+                      self::set |
+                      self::setindex |
+                      self::sidebar |
+                      self::simplelist |
+                      self::simplemsgentry |
+                      self::step |
+                      self::stepalternatives |
+                      self::subjectset |
+                      self::substeps |
+                      self::task |
+                      self::textobject |
+                      self::tip |
+                      self::toc |
+                      self::variablelist |
+                      self::varlistentry |
+                      self::videodata |
+                      self::videoobject |
+                      self::warning |
+                      self::*[not(starts-with(name(), "informal")) and contains(name(), "info")]'>
         <w:p>
           <w:pPr>
             <w:pStyle w:val='blockerror'/>
           </w:r>
         </w:p>
       </xsl:when>
+      <!-- Some elements are sometimes blocks, sometimes inline
+         - affiliation
+         - alt
+         - attribution
+         - collab
+         - collabname
+         - confdates
+         - confgroup
+         - confnum
+         - confsponsor
+         - conftitle
+         - contractnum
+         - contractsponsor
+         - contrib
+         - corpauthor
+         - corpcredit
+         - corpname
+         - edition
+         - editor
+         - jobtitle
+         - personname
+         - publishername
+         - remark
+        -->
       <xsl:otherwise>
         <w:r>
           <w:rPr>
index 8edcf6d91c1550d72cd90e298ca3bc8c7cca619d..8e6c3477248a9033e34e7a96364626f8f293263a 100644 (file)
@@ -1,3 +1,3 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <?mso-application progid="Word.Document"?>
-<w:wordDocument xmlns:w="http://schemas.microsoft.com/office/word/2003/wordml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w10="urn:schemas-microsoft-com:office:word" xmlns:sl="http://schemas.microsoft.com/schemaLibrary/2003/core" xmlns:aml="http://schemas.microsoft.com/aml/2001/core" xmlns:wx="http://schemas.microsoft.com/office/word/2003/auxHint" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882" w:macrosPresent="no" w:embeddedObjPresent="no" w:ocxPresent="no" xml:space="preserve"><o:DocumentProperties><o:Title>This document left intentionally blank</o:Title><o:Author>Steve Ball</o:Author><o:LastAuthor>Steve Ball</o:LastAuthor><o:Revision>2</o:Revision><o:TotalTime>2</o:TotalTime><o:Created>2004-10-04T23:25:00Z</o:Created><o:LastSaved>2004-10-04T23:25:00Z</o:LastSaved><o:Pages>1</o:Pages><o:Words>5</o:Words><o:Characters>35</o:Characters><o:Lines>1</o:Lines><o:Paragraphs>1</o:Paragraphs><o:CharactersWithSpaces>39</o:CharactersWithSpaces><o:Version>11.6113</o:Version></o:DocumentProperties><w:fonts><w:defaultFonts w:ascii="Times New Roman" w:fareast="Times New Roman" w:h-ansi="Times New Roman" w:cs="Times New Roman"/></w:fonts><w:styles><w:versionOfBuiltInStylenames w:val="4"/><w:latentStyles w:defLockedState="off" w:latentStyleCount="156"/><w:style w:type="paragraph" w:default="on" w:styleId="Normal"><w:name w:val="Normal"/><w:rsid w:val="00586DE7"/><w:rPr><wx:font wx:val="Times New Roman"/><w:sz w:val="24"/><w:sz-cs w:val="24"/><w:lang w:val="EN-US" w:fareast="EN-US" w:bidi="AR-SA"/></w:rPr></w:style><w:style w:type="character" w:default="on" w:styleId="DefaultParagraphFont"><w:name w:val="Default Paragraph Font"/><w:semiHidden/></w:style><w:style w:type="table" w:default="on" w:styleId="TableNormal"><w:name w:val="Normal Table"/><wx:uiName wx:val="Table Normal"/><w:semiHidden/><w:rPr><wx:font wx:val="Times New Roman"/></w:rPr><w:tblPr><w:tblInd w:w="0" w:type="dxa"/><w:tblCellMar><w:top w:w="0" w:type="dxa"/><w:left w:w="108" w:type="dxa"/><w:bottom w:w="0" w:type="dxa"/><w:right w:w="108" w:type="dxa"/></w:tblCellMar></w:tblPr></w:style><w:style w:type="list" w:default="on" w:styleId="NoList"><w:name w:val="No List"/><w:semiHidden/></w:style><w:style w:type="paragraph" w:styleId="sectiontitle"><w:name w:val="sectiontitle"/><w:basedOn w:val="Normal"/><w:rsid w:val="00586DE7"/><w:pPr><w:pStyle w:val="sectiontitle"/><w:spacing w:before="120" w:after="120"/><w:jc w:val="center"/></w:pPr><w:rPr><wx:font wx:val="Times New Roman"/><w:b/><w:sz w:val="28"/></w:rPr></w:style><w:style w:type="paragraph" w:styleId="sectionsubtitle"><w:name w:val="sectionsubtitle"/><w:basedOn w:val="Normal"/><w:rsid w:val="00586DE7"/><w:pPr><w:pStyle w:val="sectionsubtitle"/><w:spacing w:before="120" w:after="120"/><w:jc w:val="center"/></w:pPr><w:rPr><wx:font wx:val="Times New Roman"/><w:b/></w:rPr></w:style><w:style w:type="paragraph" w:styleId="sectiontitleabbrev"><w:name w:val="sectiontitleabbrev"/><w:basedOn w:val="Normal"/><w:rsid w:val="00586DE7"/><w:pPr><w:pStyle w:val="sectiontitleabbrev"/><w:spacing w:before="120" w:after="120"/><w:jc w:val="center"/></w:pPr><w:rPr><wx:font wx:val="Times New Roman"/></w:rPr></w:style><w:style w:type="paragraph" w:styleId="booktitle"><w:name w:val="booktitle"/><w:basedOn w:val="Normal"/><w:rsid w:val="00586DE7"/><w:pPr><w:pStyle w:val="booktitle"/><w:spacing w:before="240" w:after="240"/><w:jc w:val="center"/></w:pPr><w:rPr><wx:font wx:val="Times New Roman"/><w:b/><w:sz w:val="36"/></w:rPr></w:style><w:style w:type="paragraph" w:styleId="booksubtitle"><w:name w:val="booksubtitle"/><w:basedOn w:val="Normal"/><w:rsid w:val="00586DE7"/><w:pPr><w:pStyle w:val="booksubtitle"/><w:spacing w:before="120" w:after="120"/><w:jc w:val="center"/></w:pPr><w:rPr><wx:font wx:val="Times New Roman"/><w:b/><w:sz w:val="28"/></w:rPr></w:style><w:style w:type="paragraph" w:styleId="booktitleabbrev"><w:name w:val="booktitleabbrev"/><w:basedOn w:val="Normal"/><w:rsid w:val="00586DE7"/><w:pPr><w:pStyle w:val="booktitleabbrev"/><w:spacing w:before="120" w:after="120"/><w:jc w:val="center"/></w:pPr><w:rPr><wx:font wx:val="Times New Roman"/></w:rPr></w:style><w:style w:type="paragraph" w:styleId="articletitle"><w:name w:val="articletitle"/><w:basedOn w:val="Normal"/><w:rsid w:val="00586DE7"/><w:pPr><w:pStyle w:val="articletitle"/><w:spacing w:before="240" w:after="240"/><w:jc w:val="center"/></w:pPr><w:rPr><wx:font wx:val="Times New Roman"/><w:b/><w:sz w:val="36"/></w:rPr></w:style><w:style w:type="paragraph" w:styleId="articlesubtitle"><w:name w:val="articlesubtitle"/><w:basedOn w:val="Normal"/><w:rsid w:val="00586DE7"/><w:pPr><w:pStyle w:val="articlesubtitle"/><w:spacing w:before="120" w:after="120"/><w:jc w:val="center"/></w:pPr><w:rPr><wx:font wx:val="Times New Roman"/><w:b/><w:sz w:val="28"/></w:rPr></w:style><w:style w:type="paragraph" w:styleId="articletitleabbrev"><w:name w:val="articletitleabbrev"/><w:basedOn w:val="Normal"/><w:rsid w:val="00586DE7"/><w:pPr><w:pStyle w:val="articletitleabbrev"/><w:spacing w:before="120" w:after="120"/><w:jc w:val="center"/></w:pPr><w:rPr><wx:font wx:val="Times New Roman"/></w:rPr></w:style><w:style w:type="paragraph" w:styleId="blockquote"><w:name w:val="blockquote"/><w:basedOn w:val="Normal"/><w:rsid w:val="00586DE7"/><w:pPr><w:pStyle w:val="blockquote"/><w:ind w:left="1440"/></w:pPr><w:rPr><wx:font wx:val="Times New Roman"/><w:i/><w:sz w:val="20"/></w:rPr></w:style><w:style w:type="paragraph" w:styleId="blockerror"><w:name w:val="blockerror"/><w:basedOn w:val="Normal"/><w:rsid w:val="00EE3F36"/><w:pPr><w:pStyle w:val="blockerror"/><w:ind w:left="720"/></w:pPr><w:rPr><wx:font wx:val="Times New Roman"/><w:color w:val="FF0000"/><w:effect w:val="ants-red"/></w:rPr></w:style><w:style w:type="character" w:styleId="inlineerror"><w:name w:val="inlineerror"/><w:basedOn w:val="DefaultParagraphFont"/><w:rsid w:val="00EE3F36"/><w:rPr><w:color w:val="FF0000"/><w:effect w:val="ants-red"/></w:rPr></w:style></w:styles><w:docPr><w:view w:val="print"/><w:zoom w:percent="100"/><w:doNotEmbedSystemFonts/><w:proofState w:spelling="clean" w:grammar="clean"/><w:attachedTemplate w:val=""/><w:defaultTabStop w:val="720"/><w:punctuationKerning/><w:characterSpacingControl w:val="DontCompress"/><w:optimizeForBrowser/><w:validateAgainstSchema/><w:saveInvalidXML w:val="off"/><w:ignoreMixedContent w:val="off"/><w:alwaysShowPlaceholderText w:val="off"/><w:compat><w:breakWrappedTables/><w:snapToGridInCell/><w:wrapTextWithPunct/><w:useAsianBreakRules/><w:dontGrowAutofit/></w:compat></w:docPr><w:body><wx:sect><w:p><w:r><w:t>This document left intentionally blank.</w:t></w:r></w:p><w:sectPr><w:pgSz w:w="12240" w:h="15840"/><w:pgMar w:top="1440" w:right="1800" w:bottom="1440" w:left="1800" w:header="720" w:footer="720" w:gutter="0"/><w:cols w:space="720"/><w:docGrid w:line-pitch="360"/></w:sectPr></wx:sect></w:body></w:wordDocument>
\ No newline at end of file
+<w:wordDocument xmlns:w="http://schemas.microsoft.com/office/word/2003/wordml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w10="urn:schemas-microsoft-com:office:word" xmlns:sl="http://schemas.microsoft.com/schemaLibrary/2003/core" xmlns:aml="http://schemas.microsoft.com/aml/2001/core" xmlns:wx="http://schemas.microsoft.com/office/word/2003/auxHint" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882" w:macrosPresent="no" w:embeddedObjPresent="no" w:ocxPresent="no" xml:space="preserve"><o:DocumentProperties><o:Title>This document left intentionally blank</o:Title><o:Author>Steve Ball</o:Author><o:LastAuthor>Steve Ball</o:LastAuthor><o:Revision>7</o:Revision><o:TotalTime>29</o:TotalTime><o:Created>2004-10-04T23:25:00Z</o:Created><o:LastSaved>2004-10-07T03:04:00Z</o:LastSaved><o:Pages>1</o:Pages><o:Words>5</o:Words><o:Characters>35</o:Characters><o:Lines>1</o:Lines><o:Paragraphs>1</o:Paragraphs><o:CharactersWithSpaces>39</o:CharactersWithSpaces><o:Version>11.6113</o:Version></o:DocumentProperties><w:fonts><w:defaultFonts w:ascii="Times New Roman" w:fareast="Times New Roman" w:h-ansi="Times New Roman" w:cs="Times New Roman"/><w:font w:name="Wingdings"><w:panose-1 w:val="05000000000000000000"/><w:charset w:val="02"/><w:family w:val="Auto"/><w:pitch w:val="variable"/><w:sig w:usb-0="00000000" w:usb-1="10000000" w:usb-2="00000000" w:usb-3="00000000" w:csb-0="80000000" w:csb-1="00000000"/></w:font></w:fonts><w:lists><w:listDef w:listDefId="0"><w:lsid w:val="38E8493E"/><w:plt w:val="HybridMultilevel"/><w:tmpl w:val="17E4C930"/><w:lvl w:ilvl="0" w:tplc="2F90EBE6"><w:start w:val="1"/><w:nfc w:val="23"/><w:pStyle w:val="note"/><w:lvlText w:val=""/><w:lvlJc w:val="left"/><w:pPr><w:tabs><w:tab w:val="list" w:pos="1440"/></w:tabs><w:ind w:left="1440" w:hanging="360"/></w:pPr><w:rPr><w:rFonts w:ascii="Symbol" w:h-ansi="Symbol" w:hint="default"/></w:rPr></w:lvl><w:lvl w:ilvl="1" w:tplc="04090003" w:tentative="on"><w:start w:val="1"/><w:nfc w:val="23"/><w:lvlText w:val="o"/><w:lvlJc w:val="left"/><w:pPr><w:tabs><w:tab w:val="list" w:pos="1440"/></w:tabs><w:ind w:left="1440" w:hanging="360"/></w:pPr><w:rPr><w:rFonts w:ascii="Courier New" w:h-ansi="Courier New" w:cs="Courier New" w:hint="default"/></w:rPr></w:lvl><w:lvl w:ilvl="2" w:tplc="04090005" w:tentative="on"><w:start w:val="1"/><w:nfc w:val="23"/><w:lvlText w:val=""/><w:lvlJc w:val="left"/><w:pPr><w:tabs><w:tab w:val="list" w:pos="2160"/></w:tabs><w:ind w:left="2160" w:hanging="360"/></w:pPr><w:rPr><w:rFonts w:ascii="Wingdings" w:h-ansi="Wingdings" w:hint="default"/></w:rPr></w:lvl><w:lvl w:ilvl="3" w:tplc="04090001" w:tentative="on"><w:start w:val="1"/><w:nfc w:val="23"/><w:lvlText w:val=""/><w:lvlJc w:val="left"/><w:pPr><w:tabs><w:tab w:val="list" w:pos="2880"/></w:tabs><w:ind w:left="2880" w:hanging="360"/></w:pPr><w:rPr><w:rFonts w:ascii="Symbol" w:h-ansi="Symbol" w:hint="default"/></w:rPr></w:lvl><w:lvl w:ilvl="4" w:tplc="04090003" w:tentative="on"><w:start w:val="1"/><w:nfc w:val="23"/><w:lvlText w:val="o"/><w:lvlJc w:val="left"/><w:pPr><w:tabs><w:tab w:val="list" w:pos="3600"/></w:tabs><w:ind w:left="3600" w:hanging="360"/></w:pPr><w:rPr><w:rFonts w:ascii="Courier New" w:h-ansi="Courier New" w:cs="Courier New" w:hint="default"/></w:rPr></w:lvl><w:lvl w:ilvl="5" w:tplc="04090005" w:tentative="on"><w:start w:val="1"/><w:nfc w:val="23"/><w:lvlText w:val=""/><w:lvlJc w:val="left"/><w:pPr><w:tabs><w:tab w:val="list" w:pos="4320"/></w:tabs><w:ind w:left="4320" w:hanging="360"/></w:pPr><w:rPr><w:rFonts w:ascii="Wingdings" w:h-ansi="Wingdings" w:hint="default"/></w:rPr></w:lvl><w:lvl w:ilvl="6" w:tplc="04090001" w:tentative="on"><w:start w:val="1"/><w:nfc w:val="23"/><w:lvlText w:val=""/><w:lvlJc w:val="left"/><w:pPr><w:tabs><w:tab w:val="list" w:pos="5040"/></w:tabs><w:ind w:left="5040" w:hanging="360"/></w:pPr><w:rPr><w:rFonts w:ascii="Symbol" w:h-ansi="Symbol" w:hint="default"/></w:rPr></w:lvl><w:lvl w:ilvl="7" w:tplc="04090003" w:tentative="on"><w:start w:val="1"/><w:nfc w:val="23"/><w:lvlText w:val="o"/><w:lvlJc w:val="left"/><w:pPr><w:tabs><w:tab w:val="list" w:pos="5760"/></w:tabs><w:ind w:left="5760" w:hanging="360"/></w:pPr><w:rPr><w:rFonts w:ascii="Courier New" w:h-ansi="Courier New" w:cs="Courier New" w:hint="default"/></w:rPr></w:lvl><w:lvl w:ilvl="8" w:tplc="04090005" w:tentative="on"><w:start w:val="1"/><w:nfc w:val="23"/><w:lvlText w:val=""/><w:lvlJc w:val="left"/><w:pPr><w:tabs><w:tab w:val="list" w:pos="6480"/></w:tabs><w:ind w:left="6480" w:hanging="360"/></w:pPr><w:rPr><w:rFonts w:ascii="Wingdings" w:h-ansi="Wingdings" w:hint="default"/></w:rPr></w:lvl></w:listDef><w:list w:ilfo="1"><w:ilst w:val="0"/></w:list></w:lists><w:styles><w:versionOfBuiltInStylenames w:val="4"/><w:latentStyles w:defLockedState="off" w:latentStyleCount="156"/><w:style w:type="paragraph" w:default="on" w:styleId="Normal"><w:name w:val="Normal"/><w:rsid w:val="00F44F87"/><w:rPr><wx:font wx:val="Times New Roman"/><w:sz w:val="24"/><w:sz-cs w:val="24"/><w:lang w:val="EN-US" w:fareast="EN-US" w:bidi="AR-SA"/></w:rPr></w:style><w:style w:type="character" w:default="on" w:styleId="DefaultParagraphFont"><w:name w:val="Default Paragraph Font"/><w:semiHidden/></w:style><w:style w:type="table" w:default="on" w:styleId="TableNormal"><w:name w:val="Normal Table"/><wx:uiName wx:val="Table Normal"/><w:semiHidden/><w:rPr><wx:font wx:val="Times New Roman"/></w:rPr><w:tblPr><w:tblInd w:w="0" w:type="dxa"/><w:tblCellMar><w:top w:w="0" w:type="dxa"/><w:left w:w="108" w:type="dxa"/><w:bottom w:w="0" w:type="dxa"/><w:right w:w="108" w:type="dxa"/></w:tblCellMar></w:tblPr></w:style><w:style w:type="list" w:default="on" w:styleId="NoList"><w:name w:val="No List"/><w:semiHidden/></w:style><w:style w:type="paragraph" w:styleId="sectiontitle"><w:name w:val="sectiontitle"/><w:basedOn w:val="Normal"/><w:rsid w:val="00F44F87"/><w:pPr><w:pStyle w:val="sectiontitle"/><w:spacing w:before="120" w:after="120"/><w:jc w:val="center"/></w:pPr><w:rPr><wx:font wx:val="Times New Roman"/><w:b/><w:sz w:val="28"/></w:rPr></w:style><w:style w:type="paragraph" w:styleId="sectionsubtitle"><w:name w:val="sectionsubtitle"/><w:basedOn w:val="Normal"/><w:rsid w:val="00F44F87"/><w:pPr><w:pStyle w:val="sectionsubtitle"/><w:spacing w:before="120" w:after="120"/><w:jc w:val="center"/></w:pPr><w:rPr><wx:font wx:val="Times New Roman"/><w:b/></w:rPr></w:style><w:style w:type="paragraph" w:styleId="sectiontitleabbrev"><w:name w:val="sectiontitleabbrev"/><w:basedOn w:val="Normal"/><w:rsid w:val="00F44F87"/><w:pPr><w:pStyle w:val="sectiontitleabbrev"/><w:spacing w:before="120" w:after="120"/><w:jc w:val="center"/></w:pPr><w:rPr><wx:font wx:val="Times New Roman"/></w:rPr></w:style><w:style w:type="paragraph" w:styleId="booktitle"><w:name w:val="booktitle"/><w:basedOn w:val="Normal"/><w:rsid w:val="00F44F87"/><w:pPr><w:pStyle w:val="booktitle"/><w:spacing w:before="240" w:after="240"/><w:jc w:val="center"/></w:pPr><w:rPr><wx:font wx:val="Times New Roman"/><w:b/><w:sz w:val="36"/></w:rPr></w:style><w:style w:type="paragraph" w:styleId="booksubtitle"><w:name w:val="booksubtitle"/><w:basedOn w:val="Normal"/><w:rsid w:val="00F44F87"/><w:pPr><w:pStyle w:val="booksubtitle"/><w:spacing w:before="120" w:after="120"/><w:jc w:val="center"/></w:pPr><w:rPr><wx:font wx:val="Times New Roman"/><w:b/><w:sz w:val="28"/></w:rPr></w:style><w:style w:type="paragraph" w:styleId="booktitleabbrev"><w:name w:val="booktitleabbrev"/><w:basedOn w:val="Normal"/><w:rsid w:val="00F44F87"/><w:pPr><w:pStyle w:val="booktitleabbrev"/><w:spacing w:before="120" w:after="120"/><w:jc w:val="center"/></w:pPr><w:rPr><wx:font wx:val="Times New Roman"/></w:rPr></w:style><w:style w:type="paragraph" w:styleId="articletitle"><w:name w:val="articletitle"/><w:basedOn w:val="Normal"/><w:rsid w:val="00F44F87"/><w:pPr><w:pStyle w:val="articletitle"/><w:spacing w:before="240" w:after="240"/><w:jc w:val="center"/></w:pPr><w:rPr><wx:font wx:val="Times New Roman"/><w:b/><w:sz w:val="36"/></w:rPr></w:style><w:style w:type="paragraph" w:styleId="articlesubtitle"><w:name w:val="articlesubtitle"/><w:basedOn w:val="Normal"/><w:rsid w:val="00F44F87"/><w:pPr><w:pStyle w:val="articlesubtitle"/><w:spacing w:before="120" w:after="120"/><w:jc w:val="center"/></w:pPr><w:rPr><wx:font wx:val="Times New Roman"/><w:b/><w:sz w:val="28"/></w:rPr></w:style><w:style w:type="paragraph" w:styleId="articletitleabbrev"><w:name w:val="articletitleabbrev"/><w:basedOn w:val="Normal"/><w:rsid w:val="00F44F87"/><w:pPr><w:pStyle w:val="articletitleabbrev"/><w:spacing w:before="120" w:after="120"/><w:jc w:val="center"/></w:pPr><w:rPr><wx:font wx:val="Times New Roman"/></w:rPr></w:style><w:style w:type="paragraph" w:styleId="blockquote"><w:name w:val="blockquote"/><w:basedOn w:val="Normal"/><w:rsid w:val="00F44F87"/><w:pPr><w:pStyle w:val="blockquote"/><w:ind w:left="1440"/></w:pPr><w:rPr><wx:font wx:val="Times New Roman"/><w:i/><w:sz w:val="20"/></w:rPr></w:style><w:style w:type="paragraph" w:styleId="blockerror"><w:name w:val="blockerror"/><w:basedOn w:val="Normal"/><w:rsid w:val="00F44F87"/><w:pPr><w:pStyle w:val="blockerror"/><w:ind w:left="720"/></w:pPr><w:rPr><wx:font wx:val="Times New Roman"/><w:color w:val="FF0000"/><w:effect w:val="ants-red"/></w:rPr></w:style><w:style w:type="character" w:styleId="inlineerror"><w:name w:val="inlineerror"/><w:basedOn w:val="DefaultParagraphFont"/><w:rsid w:val="00F44F87"/><w:rPr><w:color w:val="FF0000"/><w:effect w:val="ants-red"/></w:rPr></w:style><w:style w:type="paragraph" w:styleId="legalnotice"><w:name w:val="legalnotice"/><w:basedOn w:val="Normal"/><w:rsid w:val="00186383"/><w:pPr><w:pStyle w:val="legalnotice"/><w:pBdr><w:top w:val="single" w:sz="4" wx:bdrwidth="10" w:space="1" w:color="auto"/><w:left w:val="single" w:sz="4" wx:bdrwidth="10" w:space="4" w:color="auto"/><w:bottom w:val="single" w:sz="4" wx:bdrwidth="10" w:space="1" w:color="auto"/><w:right w:val="single" w:sz="4" wx:bdrwidth="10" w:space="4" w:color="auto"/></w:pBdr></w:pPr><w:rPr><wx:font wx:val="Times New Roman"/><w:u w:val="single"/></w:rPr></w:style><w:style w:type="paragraph" w:styleId="note"><w:name w:val="note"/><w:basedOn w:val="Normal"/><w:rsid w:val="003500AF"/><w:pPr><w:pStyle w:val="note"/><w:listPr><w:ilfo w:val="1"/></w:listPr></w:pPr><w:rPr><wx:font wx:val="Times New Roman"/></w:rPr></w:style><w:style w:type="paragraph" w:styleId="sect1title"><w:name w:val="sect1title"/><w:basedOn w:val="Normal"/><w:rsid w:val="003F751A"/><w:pPr><w:pStyle w:val="sect1title"/><w:jc w:val="center"/></w:pPr><w:rPr><wx:font wx:val="Times New Roman"/><w:b/><w:sz w:val="36"/></w:rPr></w:style><w:style w:type="paragraph" w:styleId="sect1subtitle"><w:name w:val="sect1subtitle"/><w:basedOn w:val="Normal"/><w:rsid w:val="003F751A"/><w:pPr><w:pStyle w:val="sect1subtitle"/><w:jc w:val="center"/></w:pPr><w:rPr><wx:font wx:val="Times New Roman"/><w:b/><w:sz w:val="28"/></w:rPr></w:style><w:style w:type="paragraph" w:styleId="sect2title"><w:name w:val="sect2title"/><w:basedOn w:val="Normal"/><w:rsid w:val="003F751A"/><w:pPr><w:pStyle w:val="sect2title"/><w:jc w:val="center"/></w:pPr><w:rPr><wx:font wx:val="Times New Roman"/><w:b/><w:sz w:val="28"/></w:rPr></w:style><w:style w:type="paragraph" w:styleId="sect2subtitle"><w:name w:val="sect2subtitle"/><w:basedOn w:val="Normal"/><w:rsid w:val="003F751A"/><w:pPr><w:pStyle w:val="sect2subtitle"/><w:jc w:val="center"/></w:pPr><w:rPr><wx:font wx:val="Times New Roman"/><w:b/></w:rPr></w:style><w:style w:type="paragraph" w:styleId="sect3title"><w:name w:val="sect3title"/><w:basedOn w:val="Normal"/><w:rsid w:val="003F751A"/><w:pPr><w:pStyle w:val="sect3title"/></w:pPr><w:rPr><wx:font wx:val="Times New Roman"/><w:b/><w:sz w:val="28"/></w:rPr></w:style><w:style w:type="paragraph" w:styleId="sect3subtitle"><w:name w:val="sect3subtitle"/><w:basedOn w:val="Normal"/><w:rsid w:val="003F751A"/><w:pPr><w:pStyle w:val="sect3subtitle"/></w:pPr><w:rPr><wx:font wx:val="Times New Roman"/><w:b/></w:rPr></w:style><w:style w:type="paragraph" w:styleId="sect4title"><w:name w:val="sect4title"/><w:basedOn w:val="Normal"/><w:rsid w:val="003F751A"/><w:pPr><w:pStyle w:val="sect4title"/></w:pPr><w:rPr><wx:font wx:val="Times New Roman"/><w:b/></w:rPr></w:style><w:style w:type="paragraph" w:styleId="sect4subtitle"><w:name w:val="sect4subtitle"/><w:basedOn w:val="Normal"/><w:rsid w:val="003F751A"/><w:pPr><w:pStyle w:val="sect4subtitle"/></w:pPr><w:rPr><wx:font wx:val="Times New Roman"/></w:rPr></w:style><w:style w:type="paragraph" w:styleId="sect5title"><w:name w:val="sect5title"/><w:basedOn w:val="Normal"/><w:rsid w:val="003F751A"/><w:pPr><w:pStyle w:val="sect5title"/></w:pPr><w:rPr><w:rFonts w:ascii="Arial" w:h-ansi="Arial"/><wx:font wx:val="Arial"/><w:b/><w:sz w:val="22"/></w:rPr></w:style><w:style w:type="paragraph" w:styleId="sect5subtitle"><w:name w:val="sect5subtitle"/><w:basedOn w:val="Normal"/><w:rsid w:val="003F751A"/><w:pPr><w:pStyle w:val="sect5subtitle"/></w:pPr><w:rPr><w:rFonts w:ascii="Arial" w:h-ansi="Arial"/><wx:font wx:val="Arial"/><w:sz w:val="20"/></w:rPr></w:style><w:style w:type="paragraph" w:styleId="simpara"><w:name w:val="simpara"/><w:basedOn w:val="Normal"/><w:rsid w:val="008F3033"/><w:pPr><w:pStyle w:val="simpara"/></w:pPr><w:rPr><wx:font wx:val="Times New Roman"/></w:rPr></w:style><w:style w:type="paragraph" w:styleId="formalpara"><w:name w:val="formalpara"/><w:basedOn w:val="Normal"/><w:rsid w:val="008F3033"/><w:pPr><w:pStyle w:val="formalpara"/></w:pPr><w:rPr><wx:font wx:val="Times New Roman"/></w:rPr></w:style><w:style w:type="paragraph" w:styleId="formalparatitle"><w:name w:val="formalparatitle"/><w:basedOn w:val="Normal"/><w:rsid w:val="008F3033"/><w:pPr><w:pStyle w:val="formalparatitle"/><w:ind w:left="720"/></w:pPr><w:rPr><wx:font wx:val="Times New Roman"/></w:rPr></w:style><w:style w:type="paragraph" w:styleId="simplesecttitle"><w:name w:val="simplesecttitle"/><w:basedOn w:val="Normal"/><w:rsid w:val="00CC67DB"/><w:pPr><w:pStyle w:val="simplesecttitle"/><w:jc w:val="center"/></w:pPr><w:rPr><wx:font wx:val="Times New Roman"/><w:b/><w:sz w:val="28"/></w:rPr></w:style><w:style w:type="paragraph" w:styleId="simplesectsubtitle"><w:name w:val="simplesectsubtitle"/><w:basedOn w:val="Normal"/><w:rsid w:val="00CC67DB"/><w:pPr><w:pStyle w:val="simplesectsubtitle"/><w:jc w:val="center"/></w:pPr><w:rPr><wx:font wx:val="Times New Roman"/><w:b/></w:rPr></w:style></w:styles><w:docPr><w:view w:val="print"/><w:zoom w:percent="100"/><w:doNotEmbedSystemFonts/><w:proofState w:spelling="clean" w:grammar="clean"/><w:attachedTemplate w:val=""/><w:defaultTabStop w:val="720"/><w:punctuationKerning/><w:characterSpacingControl w:val="DontCompress"/><w:optimizeForBrowser/><w:validateAgainstSchema/><w:saveInvalidXML w:val="off"/><w:ignoreMixedContent w:val="off"/><w:alwaysShowPlaceholderText w:val="off"/><w:compat><w:breakWrappedTables/><w:snapToGridInCell/><w:wrapTextWithPunct/><w:useAsianBreakRules/><w:dontGrowAutofit/></w:compat></w:docPr><w:body><wx:sect><w:p><w:r><w:t>This document left intentionally blank.</w:t></w:r></w:p><w:sectPr><w:pgSz w:w="12240" w:h="15840"/><w:pgMar w:top="1440" w:right="1800" w:bottom="1440" w:left="1800" w:header="720" w:footer="720" w:gutter="0"/><w:cols w:space="720"/><w:docGrid w:line-pitch="360"/></w:sectPr></wx:sect></w:body></w:wordDocument>
\ No newline at end of file