Modification 要素

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

適用対象: SharePoint Server 2013

ワークフロー変更を指定します。

使用方法

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

要素情報

要素の種類

Namespace

スキーマ ファイル

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 型の値。