CmdbTypes Schema
dateOperator Element
CmdbTypes Schema > DateCondition Complex Type : dateOperator Element

Glossary Item Box

Description

Comparison, Changed, and Unchanged operators
Namespace http://schemas.hp.com/ucmdb/1/types

Type

Restriction of xs:string

Diagram

dateOperator Element

Overview

dateOperator Restriction of xs:string
Comparison, Changed, and Unchanged operators

Source

<xs:element name="dateOperator" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
                                Comparison, Changed, and Unchanged operators
                            </xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="Equal" />
      <xs:enumeration value="NotEqual" />
      <xs:enumeration value="Greater" />
      <xs:enumeration value="GreaterEqual" />
      <xs:enumeration value="Less" />
      <xs:enumeration value="LessEqual" />
      <xs:enumeration value="ChangedDuring" />
      <xs:enumeration value="UnchangedDuring" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>

See Also