Definition Type: SimpleType
Name: ST_PathFillMode
Namespace: http://schemas.openxmlformats.org/drawingml/2006/main
Containing Schema: dml-shapeGeometry.xsd
Documentation:
Path Fill Mode
Collapse XSD Schema Diagram:
XSD Diagram of ST_PathFillMode in schema dml-shapegeometry_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:simpleType name="ST_PathFillMode">
    <xsd:annotation>
        <xsd:documentation>Path Fill Mode</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:token">
        <xsd:enumeration value="none">
            <xsd:annotation>
                <xsd:documentation>No Path Fill</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="norm">
            <xsd:annotation>
                <xsd:documentation>Normal Path Fill</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="lighten">
            <xsd:annotation>
                <xsd:documentation>Lighten Path Fill</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="lightenLess">
            <xsd:annotation>
                <xsd:documentation>Lighten Path Fill Less</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="darken">
            <xsd:annotation>
                <xsd:documentation>Darken Path Fill</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="darkenLess">
            <xsd:annotation>
                <xsd:documentation>Darken Path Fill Less</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration none
Enumeration norm
Enumeration lighten
Enumeration lightenLess
Enumeration darken
Enumeration darkenLess
Collapse Derivation Tree:
Collapse References:
a:fill