Definition Type: Attribute
Name: accumulate
Namespace: http://www.w3.org/2001/SMIL20/
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: smil20.xsd
ContentType Restriction
Default none
Use Optional
Collapse XSD Schema Diagram:
XSD Diagram of accumulate in schema smil20_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<attribute name="accumulate" use="optional" default="none">
    <simpleType>
        <restriction base="string">
            <enumeration value="none" />
            <enumeration value="sum" />
        </restriction>
    </simpleType>
</attribute>
Collapse Facets:
Facet Value
Enumeration none
Enumeration sum