QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
accumulate | restriction of string | none | optional | |||
additive | restriction of string | replace | optional |
Complex Types | svg:animateColorType, svg:animateMotionType, svg:animateTransformType, svg:animateType |
<attributeGroup name="animAdditionAttrs"> <attribute name="additive" default="replace"> <simpleType> <restriction base="string"> <enumeration value="replace"/> <enumeration value="sum"/> </restriction> </simpleType> </attribute> <attribute name="accumulate" default="none"> <simpleType> <restriction base="string"> <enumeration value="none"/> <enumeration value="sum"/> </restriction> </simpleType> </attribute> </attributeGroup> |