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

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

table:tracked-changes

Element information

Type: Anonymous

Properties: Global, Qualified

Content

Attributes

NameOccTypeDescriptionNotes
table:track-changes [0..1]text:booleanDefault value is "false". from group text:table-tracked-changes-attlist

Used in

Sample instance

<table:tracked-changes>
   <table:cell-content-change table:id="string">
      <table:cell-address table:column="1" table:row="1" table:table="1"/>
      <office:change-info>
         <dc:creator>string</dc:creator>
         <dc:date>2000-01-01T12:00:00</dc:date>
         <text:p>Any text, intermingled with:...
         </text:p>
      </office:change-info>
      <table:dependencies>
         <table:dependency table:id="string"/>
      </table:dependencies>
      <table:deletions>
         <table:cell-content-deletion>...
         </table:cell-content-deletion>
      </table:deletions>
      <table:previous>
         <table:change-track-table-cell office:value-type="float">...
         </table:change-track-table-cell>
      </table:previous>
   </table:cell-content-change>
</table:tracked-changes>

Site developed and hosted by Datypic, Inc.

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