<attributeGroup name="animTimingAttrs"> <attribute name="begin" type="string" use="optional"/> <attribute name="dur" type="string" use="optional"/> <attribute name="end" type="string" use="optional"/> <attribute name="min" type="string" use="optional"/> <attribute name="max" type="string" use="optional"/> <attribute name="restart" default="always"> <simpleType> <restriction base="string"> <enumeration value="always"/> <enumeration value="never"/> <enumeration value="whenNotActive"/> </restriction> </simpleType> </attribute> <attribute name="repeatCount" type="string" use="optional"/> <attribute name="repeatDur" type="string" use="optional"/> <attribute name="fill" default="remove"> <simpleType> <restriction base="string"> <enumeration value="remove"/> <enumeration value="freeze"/> </restriction> </simpleType> </attribute> </attributeGroup> |