svg:animateTransform

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
accumulate restriction of xs:token none optional
additive restriction of xs:token replace optional
attributeName required
attributeType optional
begin optional
by optional
calcMode restriction of xs:token linear optional
dur optional
end optional
externalResourcesRequired mei:svg_Boolean.datatype optional
fill restriction of xs:token remove optional
from optional
id xs:ID optional
keySplines optional
keyTimes optional
max optional
min optional
onbegin mei:svg_Script.datatype optional
onend mei:svg_Script.datatype optional
onload mei:svg_Script.datatype optional
onrepeat mei:svg_Script.datatype optional
repeatCount optional
repeatDur optional
requiredExtensions mei:svg_ExtensionList.datatype optional
requiredFeatures mei:svg_FeatureList.datatype optional
restart restriction of xs:token always optional
systemLanguage mei:svg_LanguageCodes.datatype optional
to optional
type restriction of xs:token translate optional
values optional
xlink:actuate restriction of xs:token optional
xlink:arcrole mei:svg_URI.datatype optional
xlink:href mei:svg_URI.datatype optional
xlink:role mei:svg_URI.datatype optional
xlink:show restriction of xs:token optional
xlink:title optional
xlink:type restriction of xs:token simple optional
xml:base mei:svg_URI.datatype optional
xml:lang mei:svg_LanguageCode.datatype optional
xml:space restriction of xs:token optional

Used By

Source

<xs:element name="animateTransform" substitutionGroup="mei:svg_SVG.Animation.class">
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="mei:svg_SVG.animateTransform.content">
        <xs:attributeGroup ref="mei:svg_attlist.animateTransform"/>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>

Sample