mei:svg_SVG.AnimationValue.attrib

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
by optional
calcMode restriction of xs:token linear optional
from optional
keySplines optional
keyTimes optional
to optional
values optional

Used By

Source

<xs:attributeGroup name="svg_SVG.AnimationValue.attrib">
  <xs:attribute name="calcMode" default="linear">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="discrete"/>
        <xs:enumeration value="linear"/>
        <xs:enumeration value="paced"/>
        <xs:enumeration value="spline"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="values"/>
  <xs:attribute name="keyTimes"/>
  <xs:attribute name="keySplines"/>
  <xs:attribute name="from"/>
  <xs:attribute name="to"/>
  <xs:attribute name="by"/>
</xs:attributeGroup>