attributeGroup animAddAccumAttrs
namespace http://www.w3.org/2001/SMIL20/
used by
complexTypes animateColorPrototype animateMotionPrototype animatePrototype
attributes
Name  Type  Use  Default  Fixed  annotation
additivederived by: xs:stringoptional  replace    
accumulatederived by: xs:stringoptional  none    
source <xs:attributeGroup name="animAddAccumAttrs">
 
<xs:attribute name="additive" use="optional" default="replace">
   
<xs:simpleType>
     
<xs:restriction base="string">
       
<xs:enumeration value="replace"/>
       
<xs:enumeration value="sum"/>
     
</xs:restriction>
   
</xs:simpleType>
 
</xs:attribute>
 
<xs:attribute name="accumulate" use="optional" default="none">
   
<xs:simpleType>
     
<xs:restriction base="string">
       
<xs:enumeration value="none"/>
       
<xs:enumeration value="sum"/>
     
</xs:restriction>
   
</xs:simpleType>
 
</xs:attribute>
</xs:attributeGroup>

attribute animAddAccumAttrs/@additive
type restriction of xs:string
properties
isRef 0
default replace
use optional
facets
Kind Value annotation 
enumeration replace 
enumeration sum 
source <xs:attribute name="additive" use="optional" default="replace">
 
<xs:simpleType>
   
<xs:restriction base="string">
     
<xs:enumeration value="replace"/>
     
<xs:enumeration value="sum"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute animAddAccumAttrs/@accumulate
type restriction of xs:string
properties
isRef 0
default none
use optional
facets
Kind Value annotation 
enumeration none 
enumeration sum 
source <xs:attribute name="accumulate" use="optional" default="none">
 
<xs:simpleType>
   
<xs:restriction base="string">
     
<xs:enumeration value="none"/>
     
<xs:enumeration value="sum"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>


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