<?xml version="1.0" encoding="UTF-8"?>
<office:document xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0">
  <office:body>
    <office:text>
      <text:p xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0">OpenDocument Example</text:p>
      <text:h xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" text:outline-level="1">Heading 1</text:h>
      <text:p xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0">Another paragraph.</text:p>
      <text:list xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0">
        <text:list-item><text:p>Item 1</text:p></text:list-item>
        <text:list-item><text:p>Item 2</text:p></text:list-item>
      </text:list>
    </office:text>
  </office:body>
</office:document>
