<xsd:complexType name="shdProperty">
<xsd:annotation>
<xsd:documentation>Defines a property that uses shading-style values.</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="val" type="shdValues" use="required">
<xsd:annotation>
<xsd:documentation>Gets or sets shading-style values.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="color" type="hexColorType" use="optional">
<xsd:annotation>
<xsd:documentation>Gets or sets a foreground-shading color value.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="fill" type="hexColorType" use="optional">
<xsd:annotation>
<xsd:documentation>Gets or sets a background-fill color value.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute ref="wx:bgcolor" use="optional">
<xsd:annotation>
<xsd:documentation>The HTML equivalent of the background color. This takes into account various shading settings and represents the appropriate final presentation color.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|