MCS elements

XDIME 2 contains several elements from the mcs namespace. The namespace declaration is http://www.volantis.com/xmlns/2006/01/xdime/mcs.

XDIME 2 contains several elements from the mcs namespace. The namespace declaration is http://www.volantis.com/xmlns/2006/01/xdime/mcs.

Name Purpose
mcs:br

Breaks the current line of text.

mcs:footer

Defines a footer section for a document.

mcs:handler

Container for inline JavaScript content. It does not support nesting of handlers.

mcs:header

Defines a header section for a document.

mcs:noscript

Used to replace the output of a mcs:script element when no script variant is available, when a device does not support scripting, or when the user has disabled scripting.

mcs:pattern

Defines a pattern to be used for validation; equivalent to the HTML 5 pattern attribute.

mcs:script

Refers to an external script or to a script policy, or contains a script.

mcs:unit

Container for an XDIME 2 content fragment, which need not be well formed, for example a reusable header or footer.

mcs:video

Container for one or more mcs:video-source elements and an optional mcs:video-fallback element.

mcs:video-fallback

Provides alternative content for mcs:video. If the containing mcs:video element does not list any content types supported by the device, then the contents of mcs:video-fallback will be processed.

mcs:video-source

References a single video asset. mcs:video can contain one or more mcs:video-source elements. MCS processes mcs:video-source elements in the order you list them. If the first content type is invalid or is not supported by the device, then the next element will be examined. If the list does not contain any formats supported by the device, then the contents of mcs:video-fallback will be processed.

Related topics