Advertisement
Guest User

Untitled

a guest
Mar 4th, 2021
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.89 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <w:document xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main" xmlns:mc="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:v="urn:schemas-microsoft-com:vml" xmlns:w10="urn:schemas-microsoft-com:office:word" xmlns:w14="http://schemas.microsoft.com/office/word/2010/wordml" xmlns:wp="http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing" xmlns:wp14="http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing" xmlns:wpg="http://schemas.microsoft.com/office/word/2010/wordprocessingGroup" xmlns:wps="http://schemas.microsoft.com/office/word/2010/wordprocessingShape" mc:Ignorable="w14 wp14">
  3.    <w:body>
  4.       <w:p>
  5.          <w:pPr>
  6.             <w:pStyle w:val="Normal" />
  7.             <w:bidi w:val="0" />
  8.             <w:jc w:val="left" />
  9.             <w:rPr />
  10.          </w:pPr>
  11.          <w:r>
  12.             <w:rPr />
  13.             <w:drawing>
  14.                <wp:anchor behindDoc="0" distT="0" distB="0" distL="0" distR="0" simplePos="0" locked="0" layoutInCell="0" allowOverlap="1" relativeHeight="2">
  15.                   <wp:simplePos x="0" y="0" />
  16.                   <wp:positionH relativeFrom="column">
  17.                      <wp:align>center</wp:align>
  18.                   </wp:positionH>
  19.                   <wp:positionV relativeFrom="paragraph">
  20.                      <wp:posOffset>635</wp:posOffset>
  21.                   </wp:positionV>
  22.                   <wp:extent cx="2072640" cy="701040" />
  23.                   <wp:effectExtent l="0" t="0" r="0" b="0" />
  24.                   <wp:wrapSquare wrapText="largest" />
  25.                   <wp:docPr id="1" name="Image1" descr="" />
  26.                   <wp:cNvGraphicFramePr>
  27.                      <a:graphicFrameLocks xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main" noChangeAspect="1" />
  28.                   </wp:cNvGraphicFramePr>
  29.                   <a:graphic xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main">
  30.                      <a:graphicData uri="http://schemas.openxmlformats.org/drawingml/2006/picture">
  31.                         <pic:pic xmlns:pic="http://schemas.openxmlformats.org/drawingml/2006/picture">
  32.                            <pic:nvPicPr>
  33.                               <pic:cNvPr id="1" name="Image1" descr="" />
  34.                               <pic:cNvPicPr>
  35.                                  <a:picLocks noChangeAspect="1" noChangeArrowheads="1" />
  36.                               </pic:cNvPicPr>
  37.                            </pic:nvPicPr>
  38.                            <pic:blipFill>
  39.                               <a:blip r:embed="rId2" />
  40.                               <a:stretch>
  41.                                  <a:fillRect />
  42.                               </a:stretch>
  43.                            </pic:blipFill>
  44.                            <pic:spPr bwMode="auto">
  45.                               <a:xfrm>
  46.                                  <a:off x="0" y="0" />
  47.                                  <a:ext cx="2072640" cy="701040" />
  48.                               </a:xfrm>
  49.                               <a:prstGeom prst="rect">
  50.                                  <a:avLst />
  51.                               </a:prstGeom>
  52.                            </pic:spPr>
  53.                         </pic:pic>
  54.                      </a:graphicData>
  55.                   </a:graphic>
  56.                </wp:anchor>
  57.             </w:drawing>
  58.          </w:r>
  59.       </w:p>
  60.       <w:sectPr>
  61.          <w:type w:val="nextPage" />
  62.          <w:pgSz w:w="12240" w:h="15840" />
  63.          <w:pgMar w:left="1134" w:right="1134" w:header="0" w:top="1134" w:footer="0" w:bottom="1134" w:gutter="0" />
  64.          <w:pgNumType w:fmt="decimal" />
  65.          <w:formProt w:val="false" />
  66.          <w:textDirection w:val="lrTb" />
  67.       </w:sectPr>
  68.    </w:body>
  69. </w:document>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement