13.5 Slide Synchronization Server Location

13.5 Slide Synchronization Server Location

Source Relationship:

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

When a slide is being synchronized with a copy stored on a remote server, this relationship shall be used to target the location where the server copy of the slide is stored.

A package shall contain one Slide Synchronization Server Location relationship for each slide linked with server data, and that relationships shall be an implicit relationship from the corresponding Slide Synchronization Data (13.3.11) part.

[Example: A Slide Synchronization Data part that stores information about a slide that is synchronized with a server located at http://www.openxmlformats.org/slides/ contains the following relationship in that part’s relationship part item:

<Relationships xmlns="…">
  <Relationship Id="rId1"
    Type="http://…/slideupdateUrl"
    Target="http://www.openxmlformats.org/slides/" type=”External”/>
</Relationships>

end example]

A slide synchronization server location shall be located external to the package containing the relationships part (expressed syntactically, the TargetMode attribute of the Relationship element shall be External).

Last updated on