source

The animation element may contain any number of source elements.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
id xs:ID required
The id attribute is a text string containing the unique identifier of this element. 
This value must be unique within the instance document. Required attribute.
name xs:token optional
The name attribute is the text string name of this element. Optional attribute.

Source

<xs:element name="source" type="source_type" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>The animation element may contain any number of source elements.</xs:documentation>
  </xs:annotation>
</xs:element>

Sample