Definition Type: ComplexType
Name: CT_TLTimeCondition
Namespace: http://schemas.openxmlformats.org/presentationml/2006/main
Containing Schema: pml-animationInfo.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into rtn in schema pml-animationinfo_xsd Drilldown into tn in schema pml-animationinfo_xsd Drilldown into tgtEl in schema pml-animationinfo_xsd Drilldown into delay in schema pml-animationinfo_xsd Drilldown into evt in schema pml-animationinfo_xsdXSD Diagram of CT_TLTimeCondition in schema pml-animationinfo_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_TLTimeCondition">
    <xsd:choice minOccurs="0" maxOccurs="1">
        <xsd:element name="tgtEl" type="CT_TLTimeTargetElement">
            <xsd:annotation>
                <xsd:documentation>Target Element Trigger Choice</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="tn" type="CT_TLTriggerTimeNodeID">
            <xsd:annotation>
                <xsd:documentation>Time Node</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="rtn" type="CT_TLTriggerRuntimeNode">
            <xsd:annotation>
                <xsd:documentation>Runtime Node Trigger Choice</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:choice>
    <xsd:attribute name="evt" use="optional" type="ST_TLTriggerEvent">
        <xsd:annotation>
            <xsd:documentation>Trigger Event</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="delay" type="ST_TLTime" use="optional">
        <xsd:annotation>
            <xsd:documentation>Trigger Delay</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
tgtEl p:tgtEl (1) (1)
tn p:tn (1) (1)
rtn p:rtn (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
evt p:evt Optional
delay p:delay Optional
Collapse Derivation Tree:
Collapse References:
p:condp:endSync,