<xsd:complexType name="CT_TLByRgbColorTransform">
<xsd:attribute name="r" type="a:ST_FixedPercentage" use="required">
<xsd:annotation>
<xsd:documentation>Red</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="g" type="a:ST_FixedPercentage" use="required">
<xsd:annotation>
<xsd:documentation>Green</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="b" type="a:ST_FixedPercentage" use="required">
<xsd:annotation>
<xsd:documentation>Blue</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|