Modifications 元素

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

适用于:SharePoint Server 2013

用于指定与给定操作关联的修改的修改的修改元素集合的容器。

用法

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

元素信息

元素类型

命名空间

架构文件

Actions4.xsd

定义

    <xs:element name="Modifications" minOccurs="0" maxOccurs="1">
               <xs:complexType>
               <xs:sequence>
         <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>
           </xs:sequence>
           </xs:complexType>
    </xs:element>

元素和属性

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

父元素

元素

类型

说明

操作

子元素

元素

类型

说明

修改

Attributes

无。