Definition Type: ComplexType
Name: CT_TLIterateData
Namespace: http://schemas.openxmlformats.org/presentationml/2006/main
Containing Schema: pml-animationInfo.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into tmPct in schema pml-animationinfo_xsd Drilldown into tmAbs in schema pml-animationinfo_xsd Drilldown into backwards in schema pml-animationinfo_xsd Drilldown into type in schema pml-animationinfo_xsdXSD Diagram of CT_TLIterateData in schema pml-animationinfo_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_TLIterateData">
    <xsd:choice minOccurs="1" maxOccurs="1">
        <xsd:element name="tmAbs" type="CT_TLIterateIntervalTime">
            <xsd:annotation>
                <xsd:documentation>Time Absolute</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="tmPct" type="CT_TLIterateIntervalPercentage">
            <xsd:annotation>
                <xsd:documentation>Time Percentage</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:choice>
    <xsd:attribute name="type" type="ST_IterateType" use="optional" default="el">
        <xsd:annotation>
            <xsd:documentation>Iterate Type</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="backwards" type="xsd:boolean" use="optional" default="false">
        <xsd:annotation>
            <xsd:documentation>Backwards</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
tmAbs p:tmAbs (1) (1)
tmPct p:tmPct (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
type p:type el Optional
backwards p:backwards false Optional
Collapse Derivation Tree:
Collapse References:
p:iterate