The <ma-customization-info> element is the outermost element of the configuration file. It contains child elements that specify the customization information for the extensible connectivity management agent.

Syntax

ma-customization-info
  <ma-internal-version>
  </ma-internal-version>
  <ma-companyname>
  </ma-companyname>
  <ma-subtype>
  </ma-subtype>
  <ma-listname>
  </ma-listname>
  <ma-help-text>
  </ma-help-text>
</ma-customization-info>

element

Attributes and Elements

The following sections describe attributes, child elements, and parent elements.

Attributes

None

Child Elements

Element Min Occurs Max Occurs Description

<ma-companyname>

1

1

Contains the name of the company that creates the enterprise connectivity management agent. The element contents appear with the contents of the <ma-listname> element in the Management Agent for list box of the management agent properties.

<ma-help-text>

1

1

Contains a description of the extensible connectivity management agent. This description appears below the Management agent list box in the Create Management Agent dialog box of Synchronization Service Manager.

<ma-internal-version>

1

1

Contains the version number of the enterprise connectivity management agent.

<ma-listname>

1

1

Contains the name of the enterprise connectivity management agent. The name appears with the contents of the <ma-companyname> element in the Management Agent for list box of Create Management Agent dialog box.

<ma-subtype>

1

1

Contains text that appears in the Name column of Management Agents in Synchronization Service Manager.

Parent Elements

None

Example

The following XML example shows a sample configuration file that creates an extensible connectivity management agent that can be distributed. The management agent packaging tool uses a configuration file and an exported server configuration file to create a distributable management agent.

Xml  Copy Code
<ma-customization-info>
	<ma-internal-version>1</ma-internal-version>
	<ma-companyname>Fabrikam</ma-companyname>
	<ma-subtype>Enterprise Connectivity</ma-subtype>
	<ma-listname>Custom management agent</ma-listname>
	<ma-help-text>Custom management agent created by Fabrikam.</ma-help-text>
</ma-customization-info>

See Also