FlowMember Complex Type Complex Type

FlowMember Complex Type

Defines the elements that contain one or more input settings, one or more destination settings, and a flow definition. These elements can also provide fixed setting values. When the flow is evaluated, source data is collected from the inputs, combined with fixed setting values, and passed to the flow definition for transformation. The output from the definition is passed to the destination settings according to the outputs listed in the flow member.

<xs:complexType name="FlowMember"> <xs:complexContent> <xs:extension base="Member" > <xs:choice minOccurs="0" maxOccurs="unbounded" > <xs:element name="Input" type="Input" />

  • Input
    List of paths to setting values that are used as input to the flow. Each input must identify a write-only setting on the flow definition.

<xs:element name="Output" type="Output" />

  • Output
    List of paths to settings that will be set as a result of this flow. Each output must identify a read-only setting on the flow definition.

</xs:choice> </xs:extension> </xs:complexContent> </xs:complexType>

  • FlowMember
    Defines the elements that contain one or more input settings, one or more destination settings, and a flow definition.

Child Elements

Element Type Description
Input Input

List of paths to setting values that are used as input to the flow. Each input must identify a write-only setting on the flow definition.

Output Output

List of paths to settings that will be set as a result of this flow. Each output must identify a read-only setting on the flow definition.

See Also

SystemDefinitionModel Schema Complex Types

Send comments about this topic to Microsoft

Build date: 10/2/2007