Definition Type: ComplexType
Name: CT_SlideSyncProperties
Namespace: http://schemas.openxmlformats.org/presentationml/2006/main
Containing Schema: pml-slideSynchronizationData.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into extLst in schema pml-slidesynchronizationdata_xsd Drilldown into clientInsertedTime in schema pml-slidesynchronizationdata_xsd Drilldown into serverSldModifiedTime in schema pml-slidesynchronizationdata_xsd Drilldown into serverSldId in schema pml-slidesynchronizationdata_xsdXSD Diagram of CT_SlideSyncProperties in schema pml-slidesynchronizationdata_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_SlideSyncProperties">
    <xsd:sequence>
        <xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1" />
    </xsd:sequence>
    <xsd:attribute name="serverSldId" type="xsd:string" use="required">
        <xsd:annotation>
            <xsd:documentation>Server's Slide File ID</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="serverSldModifiedTime" type="xsd:dateTime" use="required">
        <xsd:annotation>
            <xsd:documentation>Server's Slide File's modification date/time</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="clientInsertedTime" type="xsd:dateTime" use="required">
        <xsd:annotation>
            <xsd:documentation>Client Slide Insertion date/time</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
extLst p:extLst 0 1
Collapse Child Attributes:
Name Type Default Value Use
serverSldId p:serverSldId Required
serverSldModifiedTime p:serverSldModifiedTime Required
clientInsertedTime p:clientInsertedTime Required
Collapse Derivation Tree:
Collapse References:
p:sldSyncPr