Modification 元素

(Modifications 元素) (Action 元素) (Actions 元素) (WorkflowInfo 元素) (Action4)

适用于:SharePoint Server 2013

指定工作流修改。

用法

    <Actions>
        <Action>
            <Modifications>
                <Modification />
            </Modifications >
        </Action>
    </Actions>

元素信息

元素类型

命名空间

架构文件

Actions4.xsd

定义

    <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>

元素和属性

如果架构定义了特定要求(如 sequenceminOccursmaxOccurschoice),请参阅定义部分。

父元素

元素

类型

说明

修改

子元素

无。

属性

属性

类型

必需

说明

可能的值

**FormURN**

s:string

必需

指定要为给定工作流修改显示的窗体。

s:string 类型的值。

**NameFormat**

s:string

必需

指定要在工作流修改开头显示的文本的格式。

s:string 类型的值。

**TypeId**

s:string

必需

指定用于激活和停用工作流修改的标识符。

s:string 类型的值。