CmdbTypes Schema
strList Complex Type
CmdbTypes Schema : strList Complex Type

Glossary Item Box

Description

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

Diagram

strValue Element Sequence strList Complex Type

Overview

strList
A collection of strings
Sequence
strValue 0..∞ xs:string

Used By

Source

<xs:complexType name="strList" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>A collection of strings
            </xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="strValue" type="xs:string" minOccurs="0" maxOccurs="unbounded" />
  </xs:sequence>
</xs:complexType>

See Also