Definition Type: SimpleType
Name: ST_TLTimeNodeRestartType
Namespace: http://schemas.openxmlformats.org/presentationml/2006/main
Containing Schema: pml-animationInfo.xsd
Documentation:
Time Node Restart Type
Collapse XSD Schema Diagram:
XSD Diagram of ST_TLTimeNodeRestartType in schema pml-animationinfo_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:simpleType name="ST_TLTimeNodeRestartType">
    <xsd:annotation>
        <xsd:documentation>Time Node Restart Type</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:token">
        <xsd:enumeration value="always">
            <xsd:annotation>
                <xsd:documentation>Restart Enum ( Always )</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="whenNotActive">
            <xsd:annotation>
                <xsd:documentation>Restart Enum ( When Not Active )</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="never">
            <xsd:annotation>
                <xsd:documentation>Restart Enum ( Never )</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration always
Enumeration whenNotActive
Enumeration never
Collapse Derivation Tree:
Collapse References:
p:restart