Definition Type: SimpleType
Name: ST_TLChartSubelementType
Namespace: http://schemas.openxmlformats.org/presentationml/2006/main
Containing Schema: pml-animationInfo.xsd
Documentation:
Chart Subelement Type
Collapse XSD Schema Diagram:
XSD Diagram of ST_TLChartSubelementType in schema pml-animationinfo_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:simpleType name="ST_TLChartSubelementType">
    <xsd:annotation>
        <xsd:documentation>Chart Subelement Type</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:token">
        <xsd:enumeration value="gridLegend">
            <xsd:annotation>
                <xsd:documentation>Chart Build Element Type Enum ( Grid Legend )</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="series">
            <xsd:annotation>
                <xsd:documentation>Chart Build Element Type Enum ( Series )</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="category">
            <xsd:annotation>
                <xsd:documentation>Chart Build Element Type Enum ( Category )</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="ptInSeries">
            <xsd:annotation>
                <xsd:documentation>Chart Build Element Type Enum ( Point in Series )</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="ptInCategory">
            <xsd:annotation>
                <xsd:documentation>Chart Build Element Type Enum ( Point in Cat )</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration gridLegend
Enumeration series
Enumeration category
Enumeration ptInSeries
Enumeration ptInCategory
Collapse Derivation Tree:
  • ST_TLChartSubelementType
Collapse References:
p:type