Evaluation element

(dataSourceType complexType) (Action4)

Applies to: SharePoint Server 2013

Specifies whether values are retrieved from the data source fields of the parent action or composite step, or from a hash table.

Usage

    <Evaluation>
        <ActivitySource />
        <HashtableSource />
    </Evaluation>

Element information

Element type

Namespace

Schema file

Actions4.xsd

Definition

    <xs:element name="Evaluation">
               <xs:complexType>
               <xs:choice>
         <xs:element name="ActivitySource">
      </xs:element>
         <xs:element name="HashtableSource">


         <xs:attribute name="HashtableFrom" type="s:string" />
      </xs:element>
           </xs:choice>
           </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

DataSource

dataSourceType

Child elements

Element

Type

Description

ActivitySource

HashtableSource

Attributes

None.