Share

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>
AttributeDescriptionData TypeAllowed ValuesAttribute is...
typeThe data type of the element.character datapathsImplied
versionVersion of the xml element.unsigned integer4Implied

Children

Mandatory
path+

Parent

Was this information helpful?