PropertiesSets Schema
SimpleTypedPredefinedProperty Complex Type
PropertiesSets Schema : SimpleTypedPredefinedProperty Complex Type

Glossary Item Box

Description

A set of property names created using the rule specified by the name element.They are applied according to the type of the CI or Relation.
Namespace http://schemas.hp.com/ucmdb/1/types/props

Diagram

name Element Sequence SimpleTypedPredefinedProperty Complex Type

Overview

SimpleTypedPredefinedProperty
A set of property names created using the rule specified by the name element.They are 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="SimpleTypedPredefinedProperty" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      A set of property names created using the rule specified by the name element.They are applied according to the type of the CI or Relation.
      </xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="name">
      <xs:annotation>
        <xs:documentation>
          The name of the built-in rule used to create the list of property names
          </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="CONCRETE">
            <xs:annotation>
              <xs:documentation>
                CONCRETE - The properties defined for the specified class, not including properties added in derived classes
                </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="NAMING">
            <xs:annotation>
              <xs:documentation>
                NAMING - Properties used to name an item, such as the display_label and the data_name
                </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
  </xs:sequence>
</xs:complexType>

See Also