QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
useA | xsd:boolean | true | optional |
Elements | CT_Blip/clrChange, EG_Effect/clrChange |
<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> |