Definition Type: SimpleType
Name: ST_AnimOneStr
Namespace: http://schemas.openxmlformats.org/drawingml/2006/diagram
Containing Schema: dml-diagramLayoutVariables.xsd
Documentation:
One by One Animation Value Definition
Collapse XSD Schema Diagram:
XSD Diagram of ST_AnimOneStr in schema dml-diagramlayoutvariables_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:simpleType name="ST_AnimOneStr" final="restriction">
    <xsd:annotation>
        <xsd:documentation>One by One Animation Value Definition</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:token">
        <xsd:enumeration value="none">
            <xsd:annotation>
                <xsd:documentation>Disable One-by-One</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="one">
            <xsd:annotation>
                <xsd:documentation>One By One</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="branch">
            <xsd:annotation>
                <xsd:documentation>By Branch One By One</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration none
Enumeration one
Enumeration branch
Collapse Derivation Tree:
Collapse References:
nsC:val