<bool> create a boolean

name
bool
xml namespace
http://moyaproject.com

Create a boolean (True or False value).

Example

<bool dst="bool"/> <!-- False -->
<bool dst="bool">yes</bool> <!-- True -->
<bool dst="bool">no</bool> <!-- False -->
<bool dst="bool" value="1"/> <!--True -->
<bool dst="bool" value="0"/> <!-- False -->
inherited attributes
name purpose type required? default choices
dst Destination reference No
if Conditional expression expression No yes
value Value expression No None