2.7.1.1.1.1.4 PipelineComponentOutputsType

The PipelineComponentOutputsType type specifies a collection of output objects for a component.

The following is the XSD for the PipelineComponentOutputsType type.

   <xs:complexType name="PipelineComponentOutputsType">
     <xs:sequence>
       <xs:element name="output" form="unqualified"
                   type="DTS:PipelineComponentOutputType"
                   minOccurs="0" maxOccurs="unbounded"/>
     </xs:sequence>
   </xs:complexType>

The following table specifies the elements of the PipelineComponentOutputsType type.

Element

Type definition

Description

output

PipelineComponentOutputType

A complex type that specifies a reference to an output that is created by this component and that is available to other components.