次の方法で共有


Flows 要素

(WorkflowInfo 要素)(Action4)

適用対象: SharePoint Server 2013

個々の Flow 要素 (Flows 要素) (WorkflowInfo 要素) (Action4) 要素 の Container 要素。

使用方法

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

要素情報

要素の種類

Namespace

スキーマ ファイル

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

ビジュアル ワークフロー デザイナーの **ステージに移動** アクションの基になるアクティビティを表します。

属性

なし。