PropertiesSets Schema
SimplePredefinedPropertyCollection Complex Type
PropertiesSets Schema : SimplePredefinedPropertyCollection Complex Type

Glossary Item Box

Description

A collection of sets of property names created using one of the rules: CONCRETE, DERIVED, or NAMING
Namespace http://schemas.hp.com/ucmdb/1/types/props

Diagram

name Element Sequence simplePredefinedProperty Element Sequence SimplePredefinedPropertyCollection Complex Type

Overview

SimplePredefinedPropertyCollection
A collection of sets of property names created using one of the rules: CONCRETE, DERIVED, or NAMING
Sequence
simplePredefinedProperty 1..∞ SimplePredefinedProperty Complex Type
A set of property names created using a specified rule
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="SimplePredefinedPropertyCollection" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      A collection of sets of property names created using one of the rules: CONCRETE, DERIVED, or NAMING
      </xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="simplePredefinedProperty" type="props:SimplePredefinedProperty" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>
          A set of property names created using a specified rule 
          </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>

See Also