Schema Central > OpenDocument 1.1 > office.xsd > office:document
Advanced search
Need XML Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

office:document

Element information

Type: Anonymous

Properties: Global, Qualified

Content

Attributes

NameOccTypeDescriptionNotes
office:mimetype [1..1]text:stringfrom group text:office-document-attrs
office:version [0..1]text:stringfrom group text:office-document-common-attrs

Used in

Sample instance

<office:document office:mimetype="string">
   <office:meta>
      <dc:title>string</dc:title>
   </office:meta>
   <office:settings>
      <config:config-item-set config:name="string">
         <config:config-item config:name="string" config:type="boolean">Any text</config:config-item>
      </config:config-item-set>
   </office:settings>
   <office:scripts>
      <office:script script:language="string">Any text, intermingled with:
         <!--any element-->
      </office:script>
      <office:event-listeners>
         <script:event-listener script:event-name="string" script:language="string" xlink:actuate="onRequest"/>
      </office:event-listeners>
   </office:scripts>
   <office:font-face-decls>
      <style:font-face style:name="string">
         <svg:font-face-src>...
         </svg:font-face-src>
         <svg:definition-src xlink:href="http://www.example.com/" xlink:actuate="onRequest"/>
      </style:font-face>
   </office:font-face-decls>
   <office:styles>
      <style:style style:family="text" style:name="NCName">
         <style:text-properties/>
         <style:map style:condition="string" style:apply-style-name="NCName"/>
      </style:style>
   </office:styles>
   <office:automatic-styles>
      <style:style style:family="text" style:name="NCName">
         <style:text-properties/>
         <style:map style:condition="string" style:apply-style-name="NCName"/>
      </style:style>
   </office:automatic-styles>
   <office:master-styles>
      <style:master-page style:name="NCName" style:page-layout-name="NCName">
         <style:header>...
         </style:header>
         <style:header-left>...
         </style:header-left>
         <style:footer>...
         </style:footer>
         <style:footer-left>...
         </style:footer-left>
         <office:forms>...
         </office:forms>
         <style:style style:family="text" style:name="NCName">...
         </style:style>
         <draw:rect svg:x="string" svg:y="string" svg:width="string" svg:height="string" draw:id="ID" draw:name="string">...
         </draw:rect>
         <presentation:notes>...
         </presentation:notes>
      </style:master-page>
   </office:master-styles>
   <office:body>
      <office:text>
         <office:forms>...
         </office:forms>
         <text:tracked-changes>...
         </text:tracked-changes>
         <text:variable-decls>...
         </text:variable-decls>
         <text:sequence-decls>...
         </text:sequence-decls>
         <text:user-field-decls>...
         </text:user-field-decls>
         <text:dde-connection-decls>...
         </text:dde-connection-decls>
         <text:alphabetical-index-auto-mark-file xlink:href="http://www.example.com/"/>
         <table:calculation-settings table:case-sensitive="true">...
         </table:calculation-settings>
         <table:content-validations>...
         </table:content-validations>
         <table:label-ranges>...
         </table:label-ranges>
         <text:h text:outline-level="1">Any text, intermingled with:...
         </text:h>
         <table:named-expressions>...
         </table:named-expressions>
         <table:database-ranges>...
         </table:database-ranges>
         <table:data-pilot-tables>...
         </table:data-pilot-tables>
         <table:consolidation table:function="auto" table:source-cell-range-addresses="string" table:target-cell-address="string"/>
         <table:dde-links>...
         </table:dde-links>
      </office:text>
   </office:body>
</office:document>

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to contrib@functx.com