ImpactTypes Schema
Actions Complex Type
ImpactTypes Schema : Actions Complex Type

Glossary Item Box

Description

The collection of triggers that initiate calculation of a correlation rule
Namespace http://schemas.hp.com/ucmdb/1/types/impact

Diagram

action Element Sequence Actions Complex Type

Overview

Actions
The collection of triggers that initiate calculation of a correlation rule
Sequence
action 1..∞ Action Complex Type
A trigger that initiates calculation of a correlation rule

Source

<xs:complexType name="Actions" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>The collection of triggers that initiate calculation of a correlation rule
      </xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="action" type="impacttypes:Action" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>
          A trigger that initiates calculation of a correlation rule
          </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>

See Also