office:document-content
Element information
Namespace: urn:oasis:names:tc:opendocument:xmlns:office:1.0
Schema document: office.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- Sequence [1..1]
- office:scripts [0..1]
- office:font-face-decls [0..1]
- office:automatic-styles [0..1]
- office:body [1..1]
from group text:office-scriptsfrom group text:office-font-face-declsfrom group text:office-automatic-styles
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
office:version | [0..1] | text:string | from group text:office-document-common-attrs |
Sample instance
<office:document-content> <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: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: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-content>