PropertiesSets Schema
SimpleTypedPredefinedPropertyCollection Complex Type
PropertiesSets Schema : SimpleTypedPredefinedPropertyCollection Complex Type

Glossary Item Box

Description

A collection of sets of properties to be applied according to the type of the CI or Relation
Namespace http://schemas.hp.com/ucmdb/1/types/props

Diagram

name Element Sequence SimpleTypedPredefinedProperty Element Sequence SimpleTypedPredefinedPropertyCollection Complex Type

Overview

SimpleTypedPredefinedPropertyCollection
A collection of sets of properties to be applied according to the type of the CI or Relation
Sequence
SimpleTypedPredefinedProperty 1..∞ SimpleTypedPredefinedProperty Complex Type
A set of properties to be applied according to the type of the CI or Relation
Sequence
name Restriction of xs:string
The name of the built-in rule used to create the list of property names

Used By

Source

<xs:complexType name="SimpleTypedPredefinedPropertyCollection" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      A collection of sets of properties to be applied according to the type of the CI or Relation
      </xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="SimpleTypedPredefinedProperty" type="props:SimpleTypedPredefinedProperty" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>
          A set of properties to be applied according to the type of the CI or Relation
          </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>

See Also