Relation Schema
Feature Element
Relation Schema > Features Element : Feature Element

Glossary Item Box

Description

For internal use by Micro Focus and partners in implementing integrations.
Namespace (none)

Diagram

Feature Element

Overview

Feature 1..∞
For internal use by Micro Focus and partners in implementing integrations.
Name optional xs:string
The name of the action.
Propagated optional xs:boolean
Whether or not the action applies to linked entities.

Attributes

NameTypeUseDefaultFixedDescription
Namexs:stringoptional  The name of the action.
Propagatedxs:booleanoptional  Whether or not the action applies to linked entities.

Source

<xs:element name="Feature" maxOccurs="unbounded" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation> 
                           For internal use by Micro Focus and partners in implementing integrations.
                        </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="Name" type="xs:string">
      <xs:annotation>
        <xs:documentation>
                                    The name of the action.
                                </xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="Propagated" type="xs:boolean">
      <xs:annotation>
        <xs:documentation>
                                    Whether or not the action applies to linked entities.
                                </xs:documentation>
      </xs:annotation>
      <!-- If propagated is true, the propagation flow is from the Source to
                         the Target of relation.
                         If you want the relation where the direction of propagation is reversed, 
                         use the mirrored relation. -->
    </xs:attribute>
  </xs:complexType>
</xs:element>

See Also