mcs-config

Purpose

The root element of the MCS configuration file. The contained elements follow the xs:all content model, so they may appear once only. The top-level elements local-repository, devices, and projects are required.

Contains

Example

The example shows the namespace declarations.

<mcs-config
  xmlns="http://www.volantis.com/xmlns/mcs/config"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://www.volantis.com/xmlns/mcs/config
    http://www.volantis.com/schema/config/v1.0/mcs-config.xsd">
  ...
</mcs-config>

Related topics