ImpactTypes Schema
ImpactRuleNames Complex Type
ImpactTypes Schema : ImpactRuleNames Complex Type

Glossary Item Box

Description

A collection of names of ImpactRule elements
Namespace http://schemas.hp.com/ucmdb/1/types/impact

Diagram

impactRuleName Element Sequence ImpactRuleNames Complex Type

Overview

ImpactRuleNames
A collection of names of ImpactRule elements
Sequence
impactRuleName 1..∞ ImpactRuleName Complex Type
The name of an impact rule

Source

<xs:complexType name="ImpactRuleNames" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>A collection of names of ImpactRule elements</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="impactRuleName" type="impacttypes:ImpactRuleName" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>
          The name of an impact rule
          </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>

See Also