<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
Attribute | Type | Values |
---|---|---|
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" |
Property | Type |
---|---|
$o.allowedErrorInNumbers | number |
$o.allowedErrorIsAbsolute | boolean |
$o.caseInsensitiveMatch | boolean |
$o.disabled | boolean |
$o.expandOnCompare | boolean |
$o.fixed | boolean |
$o.fixLocation | boolean |
$o.hidden | boolean |
$o.includeErrorInNumberExponents | boolean |
$o.matchBlanks | boolean |
$o.matchByExactPositions | boolean |
$o.numPeriodicSetMatchesRequired | integer |
$o.numSignErrorsMatched | number |
$o.simplifyOnCompare | text |
$o.symbolicEquality | boolean |
$o.text | text |
$o.unorderedCompare | boolean |
$o.value | boolean |
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>
.