CmdbTypes Schema
DateConditions Complex Type
CmdbTypes Schema : DateConditions Complex Type

Glossary Item Box

Description

A collection Dateconditions
Namespace http://schemas.hp.com/ucmdb/1/types

Base Type

Diagram

dateOperator Element value Element name Element Sequence condition Element Sequence dateCondition Element Sequence DateConditions Complex Type

Overview

DateConditions Extension of Condition Complex Type
A collection Dateconditions
Sequence
Sequence
Sequence
name xs:string
The property's name
value optional xs:dateTime
The condition value to be compared to the CI or Relation's property value
dateOperator Restriction of xs:string
Comparison, Changed, and Unchanged operators

Used By

Source

<xs:complexType name="DateConditions" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>A collection Dateconditions</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="types:Condition">
      <xs:sequence>
        <xs:element name="dateCondition" type="types:DateCondition" minOccurs="0" maxOccurs="unbounded" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>

See Also