p:sldSyncPr
Slide Synchronization Properties
Element information
Namespace: http://schemas.openxmlformats.org/presentationml/2006/main
Schema document: pml-slideSynchronizationData.xsd
Type: p:CT_SlideSyncProperties
Properties: Global, Qualified
Content
- p:extLst [0..1] Extension List
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
serverSldId | [1..1] | xsd:string | Server's Slide File ID | |
serverSldModifiedTime | [1..1] | xsd:dateTime | Server's Slide File's modification date/time | |
clientInsertedTime | [1..1] | xsd:dateTime | Client Slide Insertion date/time |
Sample instance
<p:sldSyncPr serverSldId="string" serverSldModifiedTime="2000-01-01T12:00:00" clientInsertedTime="2000-01-01T12:00:00"> <p:extLst> <p:ext> <!--any element--> </p:ext> </p:extLst> </p:sldSyncPr>