Definition Type: ComplexType
Name: shdProperty
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Abstract
Documentation:
Defines a property that uses shading-style values.
Collapse XSD Schema Diagram:
Drilldown into bgcolor in schema wordnetaux_xsd Drilldown into fill in schema wordnet_xsd Drilldown into color in schema wordnet_xsd Drilldown into val in schema wordnet_xsdXSD Diagram of shdProperty in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
val W:val Required
color W:color Optional
fill W:fill Optional
bgcolor wx:bgcolor Optional
Collapse Derivation Tree:
Collapse References:
W:shd, W:shd, W:shd, W:shd, W:shd