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

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

table:table

Element information

Type: Anonymous

Properties: Global, Qualified

Content

Attributes

NameOccTypeDescriptionNotes
table:name [1..1]text:stringfrom group table:name
table:style-name [0..1]text:styleNameReffrom group text:table-table-attlist
table:protected [0..1]text:booleanDefault value is "false". from group text:table-table-attlist
table:protection-key [1..1]xsd:anySimpleTypefrom group table:protection-key
table:print [0..1]text:booleanDefault value is "true". from group text:table-table-attlist
table:print-ranges [0..1]text:cellRangeAddressListfrom group text:table-table-attlist
table:is-sub-table [0..1]text:booleanDefault value is "false". from group text:table-table-attlist

Used in

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>

Site developed and hosted by Datypic, Inc.

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