Evaluation 元素

(dataSourceType complexType) (Action4)

适用于:SharePoint Server 2013

指定是从父操作或复合步骤的数据源字段还是从哈希表检索值。

用法

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

元素信息

元素类型

命名空间

架构文件

Actions4.xsd

定义

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

元素和属性

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

父元素

元素

类型

说明

DataSource

dataSourceType

子元素

元素

类型

说明

ActivitySource

HashtableSource

Attributes

无。