Shared Workbook Revision Log Part

Content Type:

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

Root Namespace:

http://schemas.openxmlformats.org/spreadsheetml/2006/main

Source Relationship:

http://schemas.openxmlformats.org/officeDocument/2006/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:
<Relationships xmlns="…">
  <Relationship Id="rId1" 
    Type="http://…/revisionLog" Target="revisionLog1.xml"/><Relationship Id="rId6" 
    Type="http://…/revisionLog" Target="revisionLog6.xml"/>
</Relationships>

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

example:
<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>

A Shared Workbook Revision Log part shall be located within the package containing the source relationship (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 this Standard.