CmdbTypes Schema
StrProps Complex Type
CmdbTypes Schema : StrProps Complex Type

Glossary Item Box

Description

A collection of str properties
Namespace http://schemas.hp.com/ucmdb/1/types

Diagram

value Element name Element Sequence strProp Element Sequence StrProps Complex Type

Overview

StrProps
A collection of str properties
Sequence
Sequence
name xs:string
The property's name
value optional xs:string
The condition value to be compared to the CI or Relation's property value

Used By

Source

<xs:complexType name="StrProps" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>A collection of str properties</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="strProp" type="types:StrProp" minOccurs="0" maxOccurs="unbounded" />
  </xs:sequence>
</xs:complexType>

See Also