-
Notifications
You must be signed in to change notification settings - Fork 3
ConditionAttributeIsPresent
Søren Granfeldt edited this page Dec 1, 2016
·
1 revision
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>