Skip to content

ConditionAttributeIsPresent

Søren Granfeldt edited this page Dec 1, 2016 · 1 revision

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>