12.3.17 Shared Workbook Revision Log Part

12.3.17 Shared Workbook Revision Log Part

Content Type:

application/vnd.openxmlformats-officedocument.spreadsheetml.revisionLog+xml

Root Namespace:

http://purl.oclc.org/ooxml/spreadsheetml/main

Source Relationship:

http://purl.oclc.org/ooxml/officeDocument/relationships/revisionLog

An instance of this part type contains information about edits performed on individual cells in the parent workbook’s worksheets in each editing session.

A package shall contain one Shared Workbook Revision Log part for each session’s set of changes, and those parts shall be the target of an explicit relationship from the Shared Workbook Revision Headers (12.3.16) part.

[Example: The following Shared Workbook Revision Headers part-relationship item contains a number of relationships to Shared Workbook Revision Log parts, which are stored in the ZIP item revisionLogN.xml:

<Relationships xmlns="…">
  <Relationship Id="rId1"
    Type="http://…/revisionLog" Target="revisionLog1.xml"/>
  <Relationship Id="rId6"
    Type="http://…/revisionLog" Target="revisionLog6.xml"/>
</Relationships>

end example]

The root element for a part of this content type shall be revisions.

[Example: revisionLog2.xml contains the following:

<revisions xmlns:xs="…" >
  <rfmt sheetId="1" sqref="B4:B15">
    <dxf>
      <xs:fill>
        <xs:pattern patternType="solid">
          <xs:fgColor type="icv" val="64"/>
          <xs:bgColor type="rgb" val="4278252287"/>
        </xs:pattern>
      </xs:fill>
    </dxf>
  </rfmt>
  <rcv guid="{CBCE5672-5A4D-48C9-A120-F72804F8CF64}" action="delete"/>
  <rcv guid="{CBCE5672-5A4D-48C9-A120-F72804F8CF64}" action="add"/>
</revisions>

end example]

A Shared Workbook Revision Log part shall be located within the package containing the relationships part (expressed syntactically, the TargetMode attribute of the Relationship element shall be Internal).

A Shared Workbook Revision Log part shall not have implicit or explicit relationships to any other part defined by ISO/IEC 29500.

Last updated on