QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
accumulate | restriction of string | none | optional | |||
additive | restriction of string | replace | optional | |||
attributeName | string | required | ||||
attributeType | string | optional | ||||
base | optional | |||||
begin | string | optional | ||||
by | string | optional | ||||
calcMode | restriction of string | linear | optional | |||
dur | string | optional | ||||
end | string | optional | ||||
externalResourcesRequired | boolean | optional | ||||
fill | restriction of string | remove | optional | |||
from | string | optional | ||||
id | ID | optional | ||||
keySplines | string | optional | ||||
keyTimes | string | optional | ||||
max | string | optional | ||||
min | string | optional | ||||
onbegin | svg:ScriptType | optional | ||||
onend | svg:ScriptType | optional | ||||
onrepeat | svg:ScriptType | optional | ||||
repeatCount | string | optional | ||||
repeatDur | string | optional | ||||
requiredExtensions | svg:ExtensionListType | optional | ||||
requiredFeatures | svg:FeatureListType | optional | ||||
restart | restriction of string | always | optional | |||
systemLanguage | svg:LanguageCodesType | optional | ||||
to | string | optional | ||||
type | restriction of string | translate | optional | |||
values | string | optional | ||||
xlink:actuate | xlink:actuateType | optional | ||||
xlink:arcrole | xlink:arcroleType | optional | ||||
xlink:href | xlink:hrefType | optional | ||||
xlink:role | xlink:roleType | optional | ||||
xlink:show | xlink:showType | other | optional | |||
xlink:title | xlink:titleAttrType | optional | ||||
xlink:type | xlink:typeType | simple | optional |
Element | svg:animateTransform |
<complexType name="animateTransformType"> <group ref="svg:descTitleMetadata" minOccurs="0"/> <attributeGroup ref="svg:stdAttrs"/> <attributeGroup ref="svg:testAttrs"/> <attribute name="externalResourcesRequired" type="boolean" use="optional"/> <attributeGroup ref="svg:animationEvents"/> <attributeGroup ref="svg:animTargetAttrs"/> <attributeGroup ref="svg:animTimingAttrs"/> <attributeGroup ref="svg:animValueAttrs"/> <attributeGroup ref="svg:animAdditionAttrs"/> <attribute name="type" default="translate"> <simpleType> <restriction base="string"> <enumeration value="translate"/> <enumeration value="scale"/> <enumeration value="rotate"/> <enumeration value="skewX"/> <enumeration value="skewY"/> </restriction> </simpleType> </attribute> </complexType> |