| namespace | http://www.w3.org/2001/SMIL20/ | ||||||||||||||||||
| used by |
|
||||||||||||||||||
| attributes |
|
||||||||||||||||||
| 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> |
| type | restriction of xs:string | |||||||||
| properties |
|
|||||||||
| facets |
|
|||||||||
| 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> |
| type | restriction of xs:string | |||||||||
| properties |
|
|||||||||
| facets |
|
|||||||||
| 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> |