Definition Type: SimpleType
Name: ST_TLAnimateBehaviorCalcMode
Namespace: http://schemas.openxmlformats.org/presentationml/2006/main
Containing Schema: pml-animationInfo.xsd
Documentation:
Time List Animate Behavior Calculate Mode
Collapse XSD Schema Diagram:
XSD Diagram of ST_TLAnimateBehaviorCalcMode in schema pml-animationinfo_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:simpleType name="ST_TLAnimateBehaviorCalcMode">
    <xsd:annotation>
        <xsd:documentation>Time List Animate Behavior Calculate Mode</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:token">
        <xsd:enumeration value="discrete">
            <xsd:annotation>
                <xsd:documentation>Calc Mode Enum ( Discrete )</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="lin">
            <xsd:annotation>
                <xsd:documentation>Calc Mode Enum ( Linear )</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="fmla">
            <xsd:annotation>
                <xsd:documentation>Calc Mode Enum ( Formula )</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration discrete
Enumeration lin
Enumeration fmla
Collapse Derivation Tree:
Collapse References:
p:calcmode