ImpactTypes Schema
ImpactRule Complex Type
ImpactTypes Schema : ImpactRule Complex Type

Glossary Item Box

Description

A rule, configured in the UCMDB, that specifies the effect of a change
Namespace http://schemas.hp.com/ucmdb/1/types/impact

Diagram

isActive Element queryName Element description Element ruleName Element Sequence ImpactRule Complex Type

Overview

ImpactRule
A rule, configured in the UCMDB, that specifies the effect of a change
Sequence
ruleName xs:string
The name of the rule
description optional xs:string
The description of the rule
queryName xs:string
The name of the query on which the rule is based
isActive xs:boolean
Indicates if the rule is currently active

Used By

Source

<xs:complexType name="ImpactRule" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>A rule, configured in the UCMDB, that specifies the effect of a change</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="ruleName" type="xs:string">
      <xs:annotation>
        <xs:documentation>
          The name of the rule
          </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="description" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          The description of the rule
          </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="queryName" type="xs:string">
      <xs:annotation>
        <xs:documentation>
          The name of the query on which the rule is based
          </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="isActive" type="xs:boolean">
      <xs:annotation>
        <xs:documentation>
          Indicates if the rule is currently active
          </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>

See Also