ImpactTypes Schema
Identifier Complex Type
ImpactTypes Schema : Identifier Complex Type

Glossary Item Box

Description

The key string
Namespace http://schemas.hp.com/ucmdb/1/types/impact

Diagram

key Element Sequence Identifier Complex Type

Overview

Identifier
The key string
Sequence
key xs:string

Used By

Source

<xs:complexType name="Identifier" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      The key string
    </xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="key" type="xs:string" />
  </xs:sequence>
</xs:complexType>

See Also