Freigeben über


Modifications-Element

(Action-Element) (Actions-Element) (WorkflowInfo-Element) (Aktion4)

Gilt für: SharePoint Server 2013

Container für Modification-Elementauflistungen , die Änderungen angeben, die einer bestimmten Aktion zugeordnet sind.

Verwendung

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

Informationen zum Element

Elementtyp

Namespace

Schemadatei

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>

Elemente und Attribute

Wenn das Schema bestimmte Anforderungen definiert, z. B. sequence, minOccurs, maxOccurs und choice, lesen Sie den Abschnitt definition.

Übergeordnete Elemente

Element

Typ

Beschreibung

Aktion

Untergeordnete Elemente

Element

Typ

Beschreibung

Änderung

Attribute

None.