table:table
Element information
Namespace: urn:oasis:names:tc:opendocument:xmlns:table:1.0
Schema document: table.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- Sequence [1..1]
- table:table-source [0..1]
- office:dde-source [0..1]
- table:scenario [0..1]
- Sequence [0..1]
- office:forms [0..1]
- table:shapes [0..1]
- Choice [1..*]
- table:table-column-group
- Sequence [1..1]
- Choice [1..1]
- Sequence [0..1]
- table:table-header-columns [1..1]
- Choice [0..1]
from group text:table-columns
from group text:table-columns - Sequence [1..1]
- table:table-header-columns [1..1]
- Choice [0..1]
from group text:table-columns
from group text:table-columns-no-group - Choice [1..*]
- table:table-row-group
- Sequence [1..1]
- Choice [1..1]
- table:table-rows
- Sequence [1..*]
- text:soft-page-break [0..1]
- table:table-row [1..1]
- Sequence [0..1]
- table:table-header-rows [1..1]
- Choice [0..1]
- table:table-rows
- Sequence [1..*]
- text:soft-page-break [0..1]
- table:table-row [1..1]
from group text:table-rows
from group text:table-rows - Choice [1..1]
- Sequence [1..1]
- table:table-header-rows [1..1]
- Choice [0..1]
- table:table-rows
- Sequence [1..*]
- text:soft-page-break [0..1]
- table:table-row [1..1]
from group text:table-rows
from group text:table-rows-no-group
from group text:office-formsfrom group text:table-columns-and-groupsfrom group text:table-rows-and-groups
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
table:name | [1..1] | text:string | from group table:name | |
table:style-name | [0..1] | text:styleNameRef | from group text:table-table-attlist | |
table:protected | [0..1] | text:boolean | Default value is "false". from group text:table-table-attlist | |
table:protection-key | [1..1] | xsd:anySimpleType | from group table:protection-key | |
table:print | [0..1] | text:boolean | Default value is "true". from group text:table-table-attlist | |
table:print-ranges | [0..1] | text:cellRangeAddressList | from group text:table-table-attlist | |
table:is-sub-table | [0..1] | text:boolean | Default value is "false". from group text:table-table-attlist |
Used in
- Anonymous type of element chart:chart
- Anonymous type of element table:dde-link
- Anonymous type of element text:office-chart-content-main
- Group text:office-spreadsheet-content-main
- Group text:text-content
- Type text:header-footer-content
- Anonymous type of element draw:text-box via reference to text:text-content
- Anonymous type of element office:spreadsheet via reference to text:office-spreadsheet-content-main
- Anonymous type of element office:text via reference to text:office-text-content-main
- Anonymous type of element style:footer via extension of text:header-footer-content
- Anonymous type of element style:footer-left via extension of text:header-footer-content
- Anonymous type of element style:header via extension of text:header-footer-content
- Anonymous type of element style:header-left via extension of text:header-footer-content
- Anonymous type of element table:covered-table-cell via reference to text:text-content
- Anonymous type of element table:table-cell via reference to text:text-content
- Anonymous type of element text:deletion via reference to text:text-content
- Anonymous type of element text:index-body via reference to text:index-content-main
- Anonymous type of element text:index-title via reference to text:index-content-main
- Anonymous type of element text:note-body via reference to text:text-content
- Anonymous type of element text:section via reference to text:text-content
- Group text:index-content-main via reference to text:text-content
- Group text:office-text-content-main via reference to text:text-content
- Type text:table-table-cell-content via reference to text:text-content
Sample instance
<table:table table:name="string" table:protection-key="any text content"> <table:table-source xlink:actuate="onRequest" xlink:href="http://www.example.com/" table:refresh-delay="P1Y2M3DT10H"/> <office:dde-source office:dde-application="string" office:dde-topic="string" office:dde-item="string"/> <table:scenario table:scenario-ranges="string" table:is-active="true"/> <office:forms> <form:form xlink:actuate="onRequest"> <form:properties>... </form:properties> <office:event-listeners>... </office:event-listeners> <form:text form:id="ID" form:current-value="string" form:value="string">... </form:text> <form:connection-resource xlink:href="http://www.example.com/"/> </form:form> </office:forms> <table:shapes> <draw:rect svg:x="string" svg:y="string" svg:width="string" svg:height="string" draw:id="ID" draw:name="string"> <svg:title>string</svg:title> <svg:desc>string</svg:desc> <office:event-listeners>... </office:event-listeners> <draw:glue-point draw:id="1" svg:x="" svg:y=""/> <text:p>Any text, intermingled with:... </text:p> </draw:rect> </table:shapes> <table:table-column-group> <table:table-column-group> <table:table-column-group>... </table:table-column-group> </table:table-column-group> </table:table-column-group> <table:table-row-group> <table:table-row-group> <table:table-row-group>... </table:table-row-group> </table:table-row-group> </table:table-row-group> </table:table>