CmdbTypes Schema
StrListProp Complex Type
CmdbTypes Schema : StrListProp Complex Type

Glossary Item Box

Description

Property of Type strings list
Namespace http://schemas.hp.com/ucmdb/1/types

Base Type

Extension of CIProp Complex Type

Diagram

strValue Element Sequence strValues Element name Element Sequence StrListProp Complex Type

Overview

StrListProp Extension of CIProp Complex Type
Property of Type strings list
Sequence
name xs:string
The property's name
strValues optional strList Complex Type
The list of condition values to be compared to the CI or Relation's property value
Sequence
strValue 0..∞ xs:string

Used By

Source

<xs:complexType name="StrListProp" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Property of Type strings list</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="types:CIProp">
      <xs:sequence>
        <xs:element name="strValues" type="types:strList" nillable="true" minOccurs="0">
          <xs:annotation>
            <xs:documentation>
                                The list of condition values to be compared to the CI or Relation's property value
                            </xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>

See Also