Definition Type: SimpleType
Name: ST_TLOleChartBuildType
Namespace: http://schemas.openxmlformats.org/presentationml/2006/main
Containing Schema: pml-animationInfo.xsd
Documentation:
OLE Chart Build Type
Collapse XSD Schema Diagram:
XSD Diagram of ST_TLOleChartBuildType in schema pml-animationinfo_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:simpleType name="ST_TLOleChartBuildType">
    <xsd:annotation>
        <xsd:documentation>OLE Chart Build Type</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:token">
        <xsd:enumeration value="allAtOnce">
            <xsd:annotation>
                <xsd:documentation>Chart Build Type Enum ( All At Once )</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="series">
            <xsd:annotation>
                <xsd:documentation>Chart Build Type Enum ( Series )</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="category">
            <xsd:annotation>
                <xsd:documentation>Chart Build Type Enum ( Category )</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="seriesEl">
            <xsd:annotation>
                <xsd:documentation>Chart Build Type Enum ( Series Element )</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="categoryEl">
            <xsd:annotation>
                <xsd:documentation>Chart Build Type Enum ( Category Element )</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration allAtOnce
Enumeration series
Enumeration category
Enumeration seriesEl
Enumeration categoryEl
Collapse Derivation Tree:
  • ST_TLOleChartBuildType
Collapse References:
p:bld