QueryServiceParameters Schema
conditionsLogicalOperator Element
QueryServiceParameters Schema > getFilteredCIsByType Complex Type : conditionsLogicalOperator Element

Glossary Item Box

Namespace http://schemas.hp.com/ucmdb/1/params/query

Type

Restriction of xs:string

Diagram

conditionsLogicalOperator Element

Overview

conditionsLogicalOperator Restriction of xs:string

Source

<xs:element name="conditionsLogicalOperator" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="OR" />
      <xs:enumeration value="AND" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>

See Also