Output Complex Type Complex Type

Defines the attributes that create a variation on the ValueTransfer value transfer. The Output complex type supports the semantics for fixing and replacing target values. This complex type defines an output value for a flow. After the flow is executed by the SDM compiler, the value will be transferred from the Common Language Runtime property in the manager assembly (specified by the Name attribute of the output) to the corresponding setting value (specified by the Path attribute of the output).

<xs:complexType name="Output">
    <xs:complexContent>
        <xs:extension
            base="ValueTransfer"
        >
            <xs:attribute name="Fixed"
                type="boolean"
                use="optional"
             />
            <xs:attribute name="Replace"
                type="boolean"
                use="optional"
             />
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

Attributes

Name Type Description
Fixed boolean

true if the target value is fixed so that any attempts to modify the value will result in an error; otherwise, false.

Replace boolean

true if the current contents of the setting's value list are to be replaced. false if the contents of the setting's value list are to be merged. The default is false.

See Also

SystemDefinitionModel Schema Complex Types

Send comments about this topic to Microsoft

Build date: 9/5/2007