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.
(Modifications element) (Action element) (Actions element) (WorkflowInfo element) (Action4)
Applies to: SharePoint Server 2013
Specifies a workflow modification.
Usage
<Actions>
<Action>
<Modifications>
<Modification />
</Modifications >
</Action>
</Actions>
Element information
Element type |
|
Namespace |
|
Schema file |
Actions4.xsd |
Definition
<xs:element name="Modification" minOccurs="1" maxOccurs="unbounded">
<xs:attribute name="TypeId" type="s:string" use="required" />
<xs:attribute name="NameFormat" type="s:string" use="required" />
<xs:attribute name="FormURN" type="s:string" use="required" />
</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
None.
Attributes
Attribute |
Type |
Required |
Description |
Possible values |
---|---|---|---|---|
**FormURN** |
s:string |
required |
Specifies the form to display for the given workflow modification. |
Values of the s:string type. |
**NameFormat** |
s:string |
required |
Specifies the format of text to display at the beginning of a workflow modification. |
Values of the s:string type. |
**TypeId** |
s:string |
required |
Specifies the identifier that is used to activate and deactivate the workflow modification. |
Values of the s:string type. |