NormalForm 值集 - 市场活动管理

定义可能的普通窗体类型。

语法

<xs:simpleType name="NormalForm" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="Conjunctive">
      <xs:annotation>
        <xs:appinfo>
          <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</EnumerationValue>
        </xs:appinfo>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Disjunctive">
      <xs:annotation>
        <xs:appinfo>
          <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2</EnumerationValue>
        </xs:appinfo>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>

NormalForm 值集具有以下值:ConjunctiveDisjunctive

说明
Conjunctive 指 CNF) (结法形式,可描述为 3 个 AND 或总和的乘积。

首先,使用逻辑 OR 运算符联接一组条件。 然后,使用逻辑 AND 运算符联接结果。 如果所有组中满足任何条件,则布尔逻辑的计算结果为 true。
分隔 指 DNF) (分离的正常形式,可描述为 AND 的 OR 或产品的总和。

首先,使用逻辑 AND 运算符联接一组条件。 然后,使用逻辑 OR 运算符联接结果。 如果在任何组中满足所有条件,则布尔逻辑的计算结果为 true。

要求

服务: CampaignManagementService.svc v13
命名 空间: https://bingads.microsoft.com/CampaignManagement/v13

使用者

PageVisitorsRule