<false>
Perform a set of activities when the condition for an <if> element is false.
Syntax
<if condition="0">
   <true>
     ...
   </true>
   <false>
     ...
   </false> 
</if>
Details
| Attribute or Element | Description | 
|---|---|
| name, disabled, xpos, ypos, xend, yend attributes | See ““Common Attributes and Elements.”” | 
| <annotation> element | Optional. A text string that describes the element. | 
| Other elements | Optional. <false> may contain zero or more of the following elements in any combination: <alert>, <assign>, <branch>, <break>, <call>, <code>, <continue>, <delay>, <empty>, <flow>, <foreach>, <if>, <label>, <milestone>, <reply>, <rule>, <scope>, <sequence>, <sql>, <switch>, <sync>, <throw>, <trace>, <transform>, <until>, <while>, <xpath>, or <xslt>. | 
Description
A <false> element is used within an <if> to contain elements that need to be executed if the condition is false.