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

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

table:deletion

Element information

Type: Anonymous

Properties: Global, Qualified

Content

Attributes

NameOccTypeDescriptionNotes
table:type [1..1]Anonymousfrom group table:type1
table:position [1..1]text:integerfrom group text:table-deletion-attlist
table:table [0..1]text:integerfrom group text:table-deletion-attlist
table:multi-deletion-spanned [0..1]text:integerfrom group text:table-deletion-attlist
table:id [1..1]text:stringfrom group text:common-table-change-attlist
table:acceptance-state [0..1]AnonymousDefault value is "pending". from group text:common-table-change-attlist
table:rejecting-change-id [0..1]text:stringfrom group text:common-table-change-attlist

Used in

Sample instance

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

Site developed and hosted by Datypic, Inc.

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