Slide Synchronization Data Part

Content Type:

application/vnd.openxmlformats-officedocument.presentationml.slideUpdateInfo+xml

Root Namespace:

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

Source Relationship:

http://schemas.openxmlformats.org/officeDocument/2006/relationships/slideUpdateInfo

An instance of this part type contains properties specifying the current state of a slide that is being synchronized with a version of that slide stored on a central server.

A package shall contain zero or one Slide Synchronization Data part for each slide stored in the presentation, and that part shall be the target of an implicit relationship from the corresponding Slide (§13.3.8) part.

example:
<Relationships xmlns="…">
  <Relationship Id="rId1" Type="http://…/slideUpdateInfo"
    Target="slideUpdateInfo/slideUpdateInfo1.xml"/>
</Relationships>

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

example:
<p:sldSyncPr xmlns:p="…" serverSldId="1"
  serverSldModifiedTime="2006-08-12T01:31:08"
  clientInsertedTime="2006-08-12T01:34:11.227" />

A Slide Synchronization Data part shall be located within the package containing the source relationship (expressed syntactically, the @TargetMode attribute of the <Relationship> element shall be Internal).

A Slide Synchronization Data part is permitted to have implicit relationships to the following parts defined by this Standard:

  • Slide Synchronization Server Location (§13.4)

A Slide Synchronization Data part shall not have implicit or explicit relationships to any other part defined by this Standard.