Definition Type: ComplexType
Name: InteriorType
Namespace: urn:schemas-microsoft-com:office:spreadsheet
Containing Schema: excelss.xsd
Abstract
Documentation:
Defines the fill properties to use in a style.
Collapse XSD Schema Diagram:
Drilldown into PatternColor in schema excelss_xsd Drilldown into Pattern in schema excelss_xsd Drilldown into Color in schema excelss_xsdXSD Diagram of InteriorType in schema excelss_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="InteriorType">
    <xsd:annotation>
        <xsd:documentation>Defines the fill properties to use in a style.</xsd:documentation>
    </xsd:annotation>
    <xsd:attribute form="qualified" name="Color" type="xsd:string" use="optional" default="Automatic">
        <xsd:annotation>
            <xsd:documentation>Specifies the fill color of a cell.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute form="qualified" name="Pattern" type="PatternType" use="optional">
        <xsd:annotation>
            <xsd:documentation>Specifies the fill pattern of a cell.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <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>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
Color ss:Color Automatic Optional
Pattern ss:Pattern Optional
PatternColor ss:PatternColor Automatic Optional
Collapse Derivation Tree:
Collapse References:
ss:Interior