Definition Type: ComplexType
Name: CT_TransitionSoundAction
Namespace: http://schemas.openxmlformats.org/presentationml/2006/main
Containing Schema: pml-animationInfo.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into endSnd in schema pml-animationinfo_xsd Drilldown into stSnd in schema pml-animationinfo_xsdXSD Diagram of CT_TransitionSoundAction in schema pml-animationinfo_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_TransitionSoundAction">
    <xsd:choice minOccurs="1" maxOccurs="1">
        <xsd:element name="stSnd" type="CT_TransitionStartSoundAction">
            <xsd:annotation>
                <xsd:documentation>Start Sound Action</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="endSnd" type="CT_Empty">
            <xsd:annotation>
                <xsd:documentation>Stop Sound Action</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:choice>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
stSnd p:stSnd (1) (1)
endSnd p:endSnd (1) (1)
Collapse Derivation Tree:
  • CT_TransitionSoundAction
Collapse References:
p:sndAc