<xsd:complexType name="Fill_Type">
<xsd:complexContent>
<xsd:extension base="Row_Type">
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element name="FillForegnd" type="FillForegnd_Type" minOccurs="0" />
<xsd:element name="FillBkgnd" type="FillBkgnd_Type" minOccurs="0" />
<xsd:element name="FillPattern" type="FillPattern_Type" minOccurs="0" />
<xsd:element name="ShdwForegnd" type="ShdwForegnd_Type" minOccurs="0" />
<xsd:element name="ShdwBkgnd" type="ShdwBkgnd_Type" minOccurs="0" />
<xsd:element name="ShdwPattern" type="ShdwPattern_Type" minOccurs="0" />
<xsd:element name="FillForegndTrans" type="FillForegndTrans_Type" minOccurs="0" />
<xsd:element name="FillBkgndTrans" type="FillBkgndTrans_Type" minOccurs="0" />
<xsd:element name="ShdwForegndTrans" type="ShdwForegndTrans_Type" minOccurs="0" />
<xsd:element name="ShdwBkgndTrans" type="ShdwBkgndTrans_Type" minOccurs="0" />
<xsd:element name="ShapeShdwType" type="ShapeShdwType_Type" minOccurs="0" />
<xsd:element name="ShapeShdwOffsetX" type="ShapeShdwOffsetX_Type" minOccurs="0" />
<xsd:element name="ShapeShdwOffsetY" type="ShapeShdwOffsetY_Type" minOccurs="0" />
<xsd:element name="ShapeShdwObliqueAngle" type="ShapeShdwObliqueAngle_Type" minOccurs="0" />
<xsd:element name="ShapeShdwScaleFactor" type="ShapeShdwScaleFactor_Type" minOccurs="0" />
</xsd:choice>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|