attributeGroup animModeAttrs
namespace http://www.w3.org/2001/SMIL20/
used by
complexTypes animateColorType animateMotionType animateType
attributes
Name  Type  Use  Default  Fixed  annotation
calcModederived by: xs:stringoptional  linear    
source <xs:attributeGroup name="animModeAttrs">
 
<xs:attribute name="calcMode" use="optional" default="linear">
   
<xs:simpleType>
     
<xs:restriction base="string">
       
<xs:enumeration value="discrete"/>
       
<xs:enumeration value="linear"/>
       
<xs:enumeration value="paced"/>
     
</xs:restriction>
   
</xs:simpleType>
 
</xs:attribute>
</xs:attributeGroup>

attribute animModeAttrs/@calcMode
type restriction of xs:string
properties
isRef 0
default linear
use optional
facets
Kind Value annotation 
enumeration discrete 
enumeration linear 
enumeration paced 
source <xs:attribute name="calcMode" use="optional" default="linear">
 
<xs:simpleType>
   
<xs:restriction base="string">
     
<xs:enumeration value="discrete"/>
     
<xs:enumeration value="linear"/>
     
<xs:enumeration value="paced"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy