mei:svg_SVG.AnimationTiming.attrib

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
begin optional
dur optional
end optional
fill restriction of xs:token remove optional
max optional
min optional
repeatCount optional
repeatDur optional
restart restriction of xs:token always optional

Used By

Source

<xs:attributeGroup name="svg_SVG.AnimationTiming.attrib">
  <xs:attribute name="begin"/>
  <xs:attribute name="dur"/>
  <xs:attribute name="end"/>
  <xs:attribute name="min"/>
  <xs:attribute name="max"/>
  <xs:attribute name="restart" default="always">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="always"/>
        <xs:enumeration value="never"/>
        <xs:enumeration value="whenNotActive"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="repeatCount"/>
  <xs:attribute name="repeatDur"/>
  <xs:attribute name="fill" default="remove">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="remove"/>
        <xs:enumeration value="freeze"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>