Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

A dependency on a data connector or attribute definition by including one or more elements <resolver:Dependency> as the first element within the connector/definition configuration. The dependency definition requires one attribute, id, that is the ID of the dependent data connector or attribute definition.

Code Block
xml
xml
titleExample Attribute Definition with two Dependenciesxml
<resolver:AttributeDefinition xsi:type="someType">
    <resolver:Dependency ref="myLDAP" />
    <resolver:Dependency ref="someAttributeDefinition" />
</resolver:AttributeDefinition>