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

Condition xsi:type=ConditionIsPresent

This condition can be used to check whether a metaverse attribute is present. The name of the metaverse attribute to check is specified in the MVAttributeName tag (see below).

If the metaverse attribute is present, the condition is met.

<ConditionBase xsi:type="ConditionIsPresent">
  <MVAttribute>adAccountName</MVAttribute>
</ConditionBase>