CT_ColorChangeEffect

Complex Type Information

Model

Children: clrFrom, clrTo

Attributes

QName Type Fixed Default Use Inheritable Annotation
useA xsd:boolean true optional

Used By

Source

<xsd:complexType name="CT_ColorChangeEffect">
  <xsd:sequence>
    <xsd:element name="clrFrom" type="CT_Color" minOccurs="1" maxOccurs="1"/>
    <xsd:element name="clrTo" type="CT_Color" minOccurs="1" maxOccurs="1"/>
  </xsd:sequence>
  <xsd:attribute name="useA" type="xsd:boolean" use="optional" default="true"/>
</xsd:complexType>