Definition Type: ComplexType
Name: CT_PathShadeProperties
Namespace: http://schemas.openxmlformats.org/drawingml/2006/main
Containing Schema: dml-shapeEffects.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into fillToRect in schema dml-shapeeffects_xsd Drilldown into path in schema dml-shapeeffects_xsdXSD Diagram of CT_PathShadeProperties in schema dml-shapeeffects_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_PathShadeProperties">
    <xsd:sequence>
        <xsd:element name="fillToRect" type="CT_RelativeRect" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Fill To Rectangle</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="path" type="ST_PathShadeType" use="optional">
        <xsd:annotation>
            <xsd:documentation>Gradient Fill Path</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
fillToRect a:fillToRect 0 1
Collapse Child Attributes:
Name Type Default Value Use
path a:path Optional
Collapse Derivation Tree:
  • CT_PathShadeProperties
Collapse References:
a:path