<complexType name="animateColorType">
<complexContent>
<extension base="smil20:animateColorPrototype">
<choice minOccurs="0" maxOccurs="unbounded">
<any namespace="##other" processContents="lax" />
</choice>
<attributeGroup ref="smil20lang:CoreAttrs" />
<attributeGroup ref="smil20lang:TimingAttrs" />
<attributeGroup ref="smil20:animTargetAttrs" />
<attributeGroup ref="smil20:animModeAttrs" />
<attributeGroup ref="smil20:skipContentAttrs" />
<anyAttribute namespace="##any" processContents="strict" />
</extension>
</complexContent>
</complexType>
|