[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Represents a class type within the type projection relationship hierarchy.

Schema Hierarchy

ManagementPack
  TypeDefinitions
    EntityTypes
      TypeProjections
        TypeProjection
          Component

Syntax

Xml
<Component Path=”string” Alias=”string”></Component>

Attributes and Elements

The following sections describe attributes, child elements, and the parent element for the Component element.

Attributes

Attribute Description

Path

Required attribute. Represents the location path of the class type relative to the root class type.

Alias

Required attribute. Represents the alias name of the class type referred to in the Path attribute. Must be unique within the type projection definition.

Child Elements

Element Description

Component

Optional element. Represents a class type within the type projection relationship hierarchy.

Parent Elements

Element Description

TypeProjection

Represents the root class type of a type projection relationship hierarchy.

Component

Represents a class type within the type projection relationship hierarchy.

Remarks

The Path attribute uses Variable Notation to direct the system to the desired class type in the relationship hierarchy. For information about how to use $Target/Path notation in a type projection definition, see $Target. For a detailed sample, see TypeProjection.

See Also