Definition Type: SimpleType
Name: ST_OfPieType
Namespace: http://schemas.openxmlformats.org/drawingml/2006/chart
Containing Schema: dml-chart.xsd
Documentation:
Pie of Pie or Bar of Pie Type
Collapse XSD Schema Diagram:
XSD Diagram of ST_OfPieType in schema dml-chart_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:simpleType name="ST_OfPieType">
    <xsd:annotation>
        <xsd:documentation>Pie of Pie or Bar of Pie Type</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="pie">
            <xsd:annotation>
                <xsd:documentation>Pie</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="bar">
            <xsd:annotation>
                <xsd:documentation>Bar</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration pie
Enumeration bar
Collapse Derivation Tree:
Collapse References:
nsA:val