paths

The <paths> element contains all the <path> elements which contain the different paths to the media.

<span>
    <paths>
        <path>path_1_of_2</path>
        <path>path_2_of_2</path>
    </paths>
<span>

If there is only one child <path> element, <paths> does not have to be used.

<span>
    <path>singlePath</path>
</span>
Attribute Description Data Type Allowed Values Attribute is...
type The data type of the element. character data paths Implied
version Version of the xml element. unsigned integer 4 Implied
Children
Mandatory
path+
Parent
<span>