[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Contains the workflow composition for a module type definition.

Schema Hierarchy

ManagementPack
  TypeDefinitions
    ModuleTypes
      DataSourceModuleType
        ModuleImplementation (DataSourceModuleType)
          Composite (DataSourceModuleType)
            Composition

Syntax

Xml
<Composition>
   <Node ID=”ModuleID”>…</Node>
</Composition>

Attributes and Elements

The following sections describe attributes, child elements, and the parent elements of the Composition element.

Attributes

None.

Child Elements

Element Description

Node (DataSourceModuleType)

Required element. Represents a module in the linear workflow.

Parent Elements

Element Description

Composite (DataSourceModuleType)

Contains the module implementations and linear workflow composition in a module type definition.

Remarks

Module type workflows are defined with nested Node (DataSourceModuleType) elements. Each Node element is associated with any one of the modules listed in the MemberModules (DataSourceModuleType) element. The innermost Node element’s module is the first step of the workflow. The outermost Node element’s module is the last step in the workflow.

See Also