<attributeGroup name="animValueAttrs">
<attribute name="calcMode" default="linear">
<simpleType>
<restriction base="string">
<enumeration value="discrete"/>
<enumeration value="linear"/>
<enumeration value="paced"/>
<enumeration value="spline"/>
</restriction>
</simpleType>
</attribute>
<attribute name="values" type="string" use="optional"/>
<attribute name="keyTimes" type="string" use="optional"/>
<attribute name="keySplines" type="string" use="optional"/>
<attribute name="from" type="string" use="optional"/>
<attribute name="to" type="string" use="optional"/>
<attribute name="by" type="string" use="optional"/>
<!-- could add a pattern facet here -->
</attributeGroup> |