13.3.11 Slide Synchronization Data Part
Content Type:
application/vnd.openxmlformats-officedocument.presentationml.slideUpdateInfo+xml
Root Namespace:
http://purl.oclc.org/ooxml/presentationml/main
Source Relationship:
http://purl.oclc.org/ooxml/officeDocument/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: The following Slide part-relationship item contains a relationship to the Slide Synchronization Data part, which is stored in the ZIP item slideUpdateInfo/slideUpdateInfo1.xml:
<Relationships xmlns="…">
<Relationship Id="rId1" Type="http://…/slideUpdateInfo"
Target="slideUpdateInfo/slideUpdateInfo1.xml"/>
</Relationships>
end example]
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" />
end example]
A Slide Synchronization Data part shall be located within the package containing the relationships part (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 ISO/IEC 29500:
- Slide Synchronization Server Location (13.4)
A Slide Synchronization Data part shall not have implicit or explicit relationships to any other part defined by ISO/IEC 29500.