Flows 元素

(WorkflowInfo 元素) (Action4)

适用于:SharePoint Server 2013

单个 Flow 元素的容器元素 (Flow 元素) (WorkflowInfo 元素) (Action4) 元素。

用法

    <Flows>
        <Flow>
            <RuleDesigner />
            <Paramters />
        </Flow>
    </Flows>

元素信息

元素类型

命名空间

架构文件

Actions4.xsd

定义

    <xs:element name="Flows" minOccurs="0" maxOccurs="1">
        <xs:complexType>
            <xs:sequence>
                <xs:element name="Flow" minOccurs="0" maxOccurs="unbounded">
                    <xs:complexType>
                        <xs:sequence>
                            <xs:element name="RuleDesigner" type="ruleDesignerType" minOccurs="1" maxOccurs="1">
                            </xs:element>
                            <xs:element name="Parameters" type="parametersType" minOccurs="1"     maxOccurs="1">
                            </xs:element>
                        </xs:sequence>
                        <xs:attribute name="Name" type="s:string" use="required" />
                        <xs:attribute name="Category" type="s:string" use="required" />
                    </xs:complexType>
                </xs:element>
           </xs:sequence>
        </xs:complexType>
    </xs:element>

元素和属性

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

父元素

元素

类型

说明

WorkflowInfo

Actions 架构的根元素。 此元素必须包含在服务器上安装的任何 .ACTIONS 文件中。

子元素

元素

类型

说明

Flow

表示视觉工作流设计器中“转到阶段”操作的基础活动。

Attributes

无。