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