<?xml version='1.0'?>
<schema
  xmlns='http://www.w3.org/1999/XMLSchema'
  targetNamespace='http://www.w3.org/2000/TR/smil-animation10'
  xmlns:t='http://www.w3.org/2000/TR/smil-animation10'>

 <element name='timingAttrs_attrGroup'>
  <complexType content='empty'>
   <attribute name='begin' type='string' use='optional'/>
   <attribute name='dur' type='string' use='optional'/>
   <attribute name='end' type='string' use='optional'/>
   <attribute name='restart' use='default' value='always'>
    <simpleType base='string'>
     <enumeration value='always'/>
     <enumeration value='never'/>
     <enumeration value='whenNotActive'/>
    </simpleType>
   </attribute>
   <attribute name='repeatCount' type='string' use='optional'/>
   <attribute name='repeatDur' type='string' use='optional'/>
   <attribute name='fill' use='default' value='remove'>
    <simpleType base='string'>
     <enumeration value='remove'/>
     <enumeration value='freeze'/>
    </simpleType>
   </attribute>
  </complexType>
 </element>
</schema>
