FlowDefinition Complex Type Complex Type

Defines an element that contains a particular transform to be applied to a set of setting values.

The flow definition exposes a setting schema that defines the input settings, the output settings, and a description for use when browsing the .sdm file. The flow definition is identified by name within the namespace in which it is defined. The definition also identifies a manager that will support the runtime when it evaluates the flow.

<xs:complexType name="FlowDefinition">
    <xs:complexContent>
        <xs:extension
            base="Definition"
         />
    </xs:complexContent>
</xs:complexType>

See Also

SystemDefinitionModel Schema Complex Types

Send comments about this topic to Microsoft

Build date: 9/5/2007