CmdbTypes Schema
BooleanProps Complex Type
CmdbTypes Schema : BooleanProps Complex Type

Glossary Item Box

Description

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

Diagram

value Element name Element Sequence booleanProp Element Sequence BooleanProps Complex Type

Overview

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

Used By

Source

<xs:complexType name="BooleanProps" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>A collection of Boolean properties</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="booleanProp" type="types:BooleanProp" minOccurs="0" maxOccurs="unbounded" />
  </xs:sequence>
</xs:complexType>

See Also