<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>
|