ImpactTypes Schema
ImpactRules Complex Type
ImpactTypes Schema : ImpactRules Complex Type

Glossary Item Box

Description

A collection of Impact Rules
Namespace http://schemas.hp.com/ucmdb/1/types/impact

Diagram

isActive Element queryName Element description Element ruleName Element Sequence impactRule Element Sequence ImpactRules Complex Type

Overview

ImpactRules
A collection of Impact Rules
Sequence
impactRule 0..∞ ImpactRule Complex Type
A rule 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="ImpactRules" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>A collection of Impact Rules</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="impactRule" type="impacttypes:ImpactRule" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>
          A rule that specifies the effect of a change
          </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>

See Also