<xsd:complexType name="CT_TLByHslColorTransform">
<xsd:attribute name="h" type="a:ST_Angle" use="required">
<xsd:annotation>
<xsd:documentation>Hue</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="s" type="a:ST_FixedPercentage" use="required">
<xsd:annotation>
<xsd:documentation>Saturation</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="l" type="a:ST_FixedPercentage" use="required">
<xsd:annotation>
<xsd:documentation>Lightness</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|