dfdl:checkValues($node, $val1, $val2, ...) | Returns
boolean true if the specified node value matches any of the values provided
by $val1 etc. The type of $val1 etc must be compatible with the type of $node. It is a schema definition error if the $node argument is a complex element. The number of value arguments is implementation-defined. |
dfdl:checkRangeInclusive($node, $val1, $val2) | Returns
boolean true if the specified node value is in the range given by $val1
and $val2, inclusive. The type of $val1 and $val2 must be compatible with the type of $node, and must be a derivative of xs:decimal. It is a schema definition error if the $node argument is a complex element. |
dfdl:checkRangeExclusive($node, $val1, $val2) | Returns
boolean true if the specified node value is in the range given by $val1
and $val2, exclusive. The type of $val1 and $val2 must be compatible with the type of $node, and must be a derivative of xs:decimal. It is a schema definition error if the $node argument is a complex element. |
Regards
Steve Hanson
Architect, IBM
DFDL
Co-Chair, OGF
DFDL Working Group
IBM SWG, Hursley, UK
smh@uk.ibm.com
tel:+44-1962-815848
From: Steve
Hanson/UK/IBM
To: DFDL-WG
<dfdl-wg@ogf.org>
Date: 11/08/2015
16:28
Subject: Fw:
[DFDL]: First Release of DFDL4S Parser Library