mei:svg_attlist.animateTransform

Attribute Group Information

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:attributeGroup name="svg_attlist.animateTransform">
  <xs:attributeGroup ref="mei:svg_SVG.Core.attrib"/>
  <xs:attributeGroup ref="mei:svg_SVG.Conditional.attrib"/>
  <xs:attributeGroup ref="mei:svg_SVG.AnimationEvents.attrib"/>
  <xs:attributeGroup ref="mei:svg_SVG.External.attrib"/>
  <xs:attributeGroup ref="mei:svg_SVG.Animation.attrib"/>
  <xs:attributeGroup ref="mei:svg_SVG.AnimationAttribute.attrib"/>
  <xs:attributeGroup ref="mei:svg_SVG.AnimationTiming.attrib"/>
  <xs:attributeGroup ref="mei:svg_SVG.AnimationValue.attrib"/>
  <xs:attributeGroup ref="mei:svg_SVG.AnimationAddtion.attrib"/>
  <xs:attribute name="type" default="translate">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="translate"/>
        <xs:enumeration value="scale"/>
        <xs:enumeration value="rotate"/>
        <xs:enumeration value="skewX"/>
        <xs:enumeration value="skewY"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>