PropertiesSets Schema
name Element
PropertiesSets Schema > SimplePredefinedProperty Complex Type : name Element

Glossary Item Box

Description

The name of the built-in rule used to create the list of property names
Namespace http://schemas.hp.com/ucmdb/1/types/props

Type

Restriction of xs:string

Diagram

name Element

Overview

name Restriction of xs:string
The name of the built-in rule used to create the list of property names

Source

<xs:element name="name" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <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 class specified in the query, not including properties added in derived classes
                </xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="DERIVED">
        <xs:annotation>
          <xs:documentation>
                DERIVED - Inherited properties and properties added by the class being handled, even if the class is derived from the class specified in the query
                </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>

See Also