Relation Schema
Features Element
Relation Schema : Features Element

Glossary Item Box

Description

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

Diagram

Feature Element Sequence Features Element

Overview

Features
For internal use by Micro Focus and partners in implementing integrations.
Sequence
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.

Remarks

Features are created by extension developers. For information about a feature, consult the extension documentation.

If you do not have relevant extension documentation, the feature information probably does not apply to you.

Source

<xs:element name="Features" 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:sequence>
      <xs:element name="Feature" maxOccurs="unbounded">
        <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>
    </xs:sequence>
  </xs:complexType>
</xs:element>

See Also