Freigeben über


CompositeSteps-Element

(WorkflowInfo-Element) (Aktion4)

Gilt für: SharePoint Server 2013

Container für die Schritte in einer zusammengesetzten Workflowaktivität, die durch CompositeStep-Elemente dargestellt werden.

Verwendung

    <CompositeSteps>
        <CompositeStep />
    </CompositeSteps>

Informationen zu Elementen

Name Wert
Elementtyp
Namespace
Schemadatei Actions4.xsd

Definition

    <xs:element name="CompositeSteps"      minOccurs="0"     maxOccurs="1"    >
               <xs:complexType>
               <xs:sequence minOccurs="0" maxOccurs="unbounded">
         <xs:element name="CompositeStep"     >
               <xs:complexType>
               <xs:sequence>
         <xs:element name="DataSources"      type="dataSourcesType" minOccurs="0"     maxOccurs="1"    >

      </xs:element>
           </xs:sequence>
         <xs:attribute name="Name"   type="s:string"      use="required"     />
         <xs:attribute name="ClassName"   type="s:string"      use="required"     />
         <xs:attribute name="Assembly"   type="s:string"      use="required"     />
         <xs:attribute name="AppliesTo"   type="appliesToTypes"      use="required"     />
         <xs:attribute name="Order"   type="s:nonNegativeInteger"     />
         <xs:attribute name="Description"   type="s:string"     />
           </xs:complexType>
      </xs:element>
           </xs:sequence>
           </xs:complexType>
      </xs:element>

Elemente und Attribute

Übergeordnete Elemente

Element

Typ

Beschreibung

WorkflowInfo

Untergeordnete Elemente

Element

Typ

Beschreibung

CompositeStep

Attribute

None.