Modifications element

(Action element) (Actions element) (WorkflowInfo element) (Action4)

Applies to: SharePoint Server 2013

Container for Modification element collections that specify modifications associated with a given action.

Usage

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

Element information

Element type

Namespace

Schema file

Actions4.xsd

Definition

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

Elements and attributes

If the schema defines specific requirements, such as sequence, minOccurs, maxOccurs, and choice, see the definition section.

Parent elements

Element

Type

Description

Action

Child elements

Element

Type

Description

Modification

Attributes

None.