Microsoft Identity
Integration Server 2003 Developer Reference
ma-customization-info
The <ma-customization-info> element is the outermost
element of the configuration file. This element contains child
elements that specify the customization information for the
extensible connectivity management agent.
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.
The name of the enterprise connectivity management agent. The
name appears with the contents of the <ma-companyname> element in the The
Management Agent for list box of Create Management
Agent dialog box.
A description of the extensible connectivity management agent.
This description appears below the Management agent for list
box in the Create Management Agent dialog box of Identity
Manager.
Parent Elements
None.
Child Element Sequence
The tree shows the ordering and number of child elements. Child
elements in a Sequence must appear in the order given and
child elements in a Choice are mutually exclusive.
Sequences and Choices can be nested. Element names
are followed by the minimum and maximum occurrences.
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.
The name of the enterprise connectivity management agent. The
name appears with the contents of the <ma-companyname> element in the The
Management Agent for list box of Create Management
Agent dialog box.
A description of the extensible connectivity management agent.
This description appears below the Management agent for list
box in the Create Management Agent dialog box of Identity
Manager.
(Exactly 1)
Sequence
Example Code [XML]
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.
<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>