<xsd:attributeGroup name="AG_Fill">
<xsd:attribute name="filled" type="ST_TrueFalse" use="optional">
<xsd:annotation>
<xsd:documentation>Shape Fill Toggle</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="fillcolor" type="ST_ColorType" use="optional">
<xsd:annotation>
<xsd:documentation>Fill Color</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:attributeGroup>
|