ConditionAttributeIsPresent - sorengranfeldt/mre GitHub Wiki

Condition xsi:type=ConditionAttributeIsPresent

NOTICE: This condition is deprecated - use ConditionIsPresent instead.

This condition can be used to check whether a metaverse attribute is present (i.e. has not recalled or likewise). The name of the metaverse attribute to check is specified in the MVAttribute tag (see below).

If a value is present in the metaverse attribute specified, the condition is met.

<ConditionBase xsi:type="ConditionAttributeIsPresent">
  <Description>Only if expectedDN is populated</Description>
  <MVAttribute>expectedDN</MVAttribute>
</ConditionBase>