mei:svg_SVG.AnimationAddtion.attrib

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

Used By

Source

<xs:attributeGroup name="svg_SVG.AnimationAddtion.attrib">
  <xs:attribute name="additive" default="replace">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="replace"/>
        <xs:enumeration value="sum"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="accumulate" default="none">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="none"/>
        <xs:enumeration value="sum"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>