Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
(CompositeSteps element) (WorkflowInfo element) (Action4)
Applies to: SharePoint Server 2013
Represents a single step in a composite workflow activity.
Usage
<CompositeStep>
<DataSources />
</CompositeStep>
Element information
Name | Value |
---|---|
Element type | |
Namespace | |
Schema file | Actions4.xsd |
Definition
<xs:element name="CompositeStep">
<xs:complexType>
<xs:sequence>
<xs:element name="DataSources" type="dataSourcesType" minOccurs="0" maxOccurs="1">
</xs:element>
</xs:sequence>
<xs:attribute name="Name" type="s:string" use="required" />
<xs:attribute name="ClassName" type="s:string" use="required" />
<xs:attribute name="Assembly" type="s:string" use="required" />
<xs:attribute name="AppliesTo" type="appliesToTypes" use="required" />
<xs:attribute name="Order" type="s:nonNegativeInteger" />
<xs:attribute name="Description" type="s:string" />
</xs:complexType>
</xs:element>
Elements and attributes
If the schema defines specific requirements, such as sequence, minOccurs, maxOccurs, and choice, see the definition section.
Parent elements
Element |
Type |
Description |
---|---|---|
Child elements
Element |
Type |
Description |
---|---|---|
Attributes
Attribute |
Type |
Required |
Description |
Possible values |
---|---|---|---|---|
**AppliesTo** |
required |
Indicates whether this step should be available for lists, document libraries, or both. Valid values include list, doclib, and all. |
Values of the appliesToTypes type. |
|
**Assembly** |
s:string |
required |
Specifies the binary file in which the step is implemented. |
Values of the s:string type. |
**ClassName** |
s:string |
required |
Uniquely identifies the class in the binary file specified by the **Assembly** attribute. |
Values of the s:string type. |
**Description** |
s:string |
optional |
Provides additional information about the step. |
Values of the s:string type. |
**Name** |
s:string |
required |
The localized name of the step. |
Values of the s:string type. |
**Order** |
s:nonNegativeInteger |
optional |
Specifies the sort order of elements in the step. |
Values of the s:nonNegativeInteger type. |