L.3.5.2 Slide Update Info
For each slide in a presentation that is paired with an original slide, there is a corresponding Slide Synchronization Data part. The diagram below provides an overview of this relationship.
Each Slide Synchronization Data part is identified by an implicit relationship from the appropriate Slide part with the following characteristics:
Type: http://…/slideUpdateInfo
TargetMode: Internal
Target= "<Uri of the slideupdateinfo part for the slide>"
The content type of the update info part is application/vnd.openxmlformats- officedocument.presentationml.slideUpdateInfo+xml.
The Slide Synchronization Data part contains the aforementioned unique identifier and both date/time fields.
These Slide Synchronization Data :
parts themselves have an external relationship to the Slide Library Url from which the Slide was inserted.
Type: http://…/slidelibraryUrl
TargetMode: External
Target = “<Url of the Slide Library>”
Every Slide Update Info part should have exactly one occurrence of this relationship.
Samples:
slideupdateinfo1.xml
<p:sldUpdatePr … serverSldId="7991" serverSldModifiedTime="2006-03-
08T18:48:33"
clientInsertedTime="2006-03-10T06:02:33.975" />
slideupdateinfo1.xml.rels
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<Relationships xmlns="http://.../relationships">
<Relationship Id="rId1" Type=http://.../slideUpdateUrl
Target="http://content/slides" TargetMode="External" />
</Relationships>