Share via


FlowDefinition complex type [SDM]

 
Platform SDK: System Definition Model Overview

FlowDefinition Complex Type

Note: This documentation is preliminary and is subject to change.

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>
FlowDefinition
Defines an element that contains a particular transform to be applied to a set of setting values.

See Also

SystemDefinitionModel Schema Complex Types

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