FlowMember complex type [SDM] 

 
SDM Reference

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

  
  Last updated: November 2005  |  What did you think of this topic?  |  Order a Platform SDK CD
  © Microsoft Corporation. All rights reserved. Terms of use.