<xsd:complexType name="CT_ScRgbColor">
<xsd:sequence>
<xsd:group ref="EG_ColorTransform" minOccurs="0" maxOccurs="unbounded">
</xsd:group>
</xsd:sequence>
<xsd:attribute name="r" type="ST_Percentage" use="required">
<xsd:annotation>
<xsd:documentation>Red</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="g" type="ST_Percentage" use="required">
<xsd:annotation>
<xsd:documentation>Green</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="b" type="ST_Percentage" use="required">
<xsd:annotation>
<xsd:documentation>Blue</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|