Description
Data to use as input to a configurable merge module.
Derived By
Restricting anyType
Attributes
| Name |
Type |
Required? |
Default |
Description |
| Name |
string |
Yes |
|
Key into the ModuleConfiguration table.
|
| Value |
string |
Yes |
|
Value to be passed to configurable merge module.
|
Content Model
Always empty.
Referenced By
Definition
<xs:element name="ConfigurationData">
<xs:annotation>
<xs:documentation>Data to use as input to a configurable merge module.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="Name" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>Key into the ModuleConfiguration table.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Value" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>Value to be passed to configurable merge module.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>