Definition Type: ComplexType
Name: backgroundElt
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Abstract
Documentation:
Defines document-background settings.
Collapse XSD Schema Diagram:
Drilldown into background in schema wordnet_xsd Drilldown into bgcolor in schema wordnet_xsdXSD Diagram of backgroundElt in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="backgroundElt">
    <xsd:annotation>
        <xsd:documentation>Defines document-background settings.</xsd:documentation>
    </xsd:annotation>
    <xsd:attribute name="bgcolor" type="stringType" use="optional">
        <xsd:annotation>
            <xsd:documentation>Gets or sets the background color for this document.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="background" type="stringType" use="optional">
        <xsd:annotation>
            <xsd:documentation>Gets or sets the name of the background.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
bgcolor W:bgcolor Optional
background W:background Optional
Collapse Derivation Tree:
Collapse References:
W:background