2.6.4.10 ST_PathShadeType

Target namespace: http://schemas.microsoft.com/office/word/2010/wordml

Referenced by: CT_PathShadeProperties

A simple type that specifies the shape to follow for a path gradient shade.

Possible values for this type are listed in the following table.

Value

Meaning

shape

Gradient follows a shape path.

circle

Gradient follows a circular path.

rect

Gradient follows a rectangular path.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this simple type.

 <xsd:simpleType name="ST_PathShadeType">
   <xsd:restriction base="xsd:string">
     <xsd:enumeration value="shape"/>
     <xsd:enumeration value="circle"/>
     <xsd:enumeration value="rect"/>
   </xsd:restriction>
 </xsd:simpleType>

See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).