<or>

<or> is a Logic component that functions as the boolean operator or and checks to see whether any of the enclosed <boolean> references are true.

Attributes and Properties

Attributes for <or>
AttributeTypeValues
allowedErrorInNumbers = "…"number
allowedErrorIsAbsolute = "…"boolean"true" "false"
caseInsensitiveMatch = "…"boolean"true" "false"
expandOnCompare = "…"boolean"true" "false"
includeErrorInNumberExponents = "…"boolean"true" "false"
matchBlanks = "…"boolean"true" "false"
matchByExactPositions = "…"boolean"true" "false"
numPeriodicSetMatchesRequired = "…"integer
numSignErrorsMatched = "…"number
simplifyOnCompare = "…"text"none" "full" "numbers" "numberspreserveorder"
symbolicEquality = "…"boolean"true" "false"
unorderedCompare = "…"boolean"true" "false"
Props for <or name="o">
PropertyType
$o.allowedErrorInNumbersnumber
$o.allowedErrorIsAbsoluteboolean
$o.caseInsensitiveMatchboolean
$o.disabledboolean
$o.expandOnCompareboolean
$o.fixedboolean
$o.fixLocationboolean
$o.hiddenboolean
$o.includeErrorInNumberExponentsboolean
$o.matchBlanksboolean
$o.matchByExactPositionsboolean
$o.numPeriodicSetMatchesRequiredinteger
$o.numSignErrorsMatchednumber
$o.simplifyOnComparetext
$o.symbolicEqualityboolean
$o.texttext
$o.unorderedCompareboolean
$o.valueboolean

Example: <or> in a <boolean>

The <or> component functions as the boolean operator or, and checks to see whether any of the enclosed <boolean> references are true.


Example: <or> in an <award>

An <or> component is used to construct a compound boolean from three referenced <boolean> components within an <award>.