Definition Type: ComplexType
Name: CT_TLCommonMediaNodeData
Namespace: http://schemas.openxmlformats.org/presentationml/2006/main
Containing Schema: pml-animationInfo.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into tgtEl in schema pml-animationinfo_xsd Drilldown into cTn in schema pml-animationinfo_xsd Drilldown into showWhenStopped in schema pml-animationinfo_xsd Drilldown into numSld in schema pml-animationinfo_xsd Drilldown into mute in schema pml-animationinfo_xsd Drilldown into vol in schema pml-animationinfo_xsdXSD Diagram of CT_TLCommonMediaNodeData in schema pml-animationinfo_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_TLCommonMediaNodeData">
    <xsd:sequence>
        <xsd:element name="cTn" type="CT_TLCommonTimeNodeData" minOccurs="1" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Common Time Node Properties</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="tgtEl" type="CT_TLTimeTargetElement" minOccurs="1" maxOccurs="1" />
    </xsd:sequence>
    <xsd:attribute name="vol" type="a:ST_PositiveFixedPercentage" default="50000" use="optional">
        <xsd:annotation>
            <xsd:documentation>Volume</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="mute" type="xsd:boolean" use="optional" default="false">
        <xsd:annotation>
            <xsd:documentation>Mute</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="numSld" type="xsd:unsignedInt" use="optional" default="1">
        <xsd:annotation>
            <xsd:documentation>Number of Slides</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="showWhenStopped" type="xsd:boolean" use="optional" default="true">
        <xsd:annotation>
            <xsd:documentation>Show When Stopped</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
cTn p:cTn 1 1
tgtEl p:tgtEl 1 1
Collapse Child Attributes:
Name Type Default Value Use
vol p:vol 50000 Optional
mute p:mute false Optional
numSld p:numSld 1 Optional
showWhenStopped p:showWhenStopped true Optional
Collapse Derivation Tree:
Collapse References:
p:cMediaNode, p:cMediaNode