Definition Type: Attribute
Name: PatternColor
Namespace: urn:schemas-microsoft-com:office:spreadsheet
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: excelss.xsd
Default Automatic
Form Qualified
Use Optional
Documentation:
Specifies the secondary fill color of a cell when the Pattern attribute does not equal Solid.
Collapse XSD Schema Diagram:
XSD Diagram of PatternColor in schema excelss_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:attribute form="qualified" name="PatternColor" type="xsd:string" use="optional" default="Automatic">
    <xsd:annotation>
        <xsd:documentation>Specifies the secondary fill color of a cell when the Pattern attribute does not equal Solid.</xsd:documentation>
    </xsd:annotation>
</xsd:attribute>