- The XBRL Standard
- XBRL Specifications
- Registries
- Functions Registry 1.0
- Functions Registry
- xff:uncovered-dimensional-aspects
xs:QName*=xff:uncovered-dimensional-aspects()
Last updated on 18-07-2011 at 22:00:00.
Returns a sequence containing the set of the uncovered dimensional aspects for use in XPath expressions of a consistency assertion,
value assertion, formula aspect rule, or generic message XPath expression. The function is not applicable to variable-set
variable evaluation and filter expressions.
XBRL 2.1 Section 4.7.3
OIM Status
Supported
Output
Type: xs:QName*
Returns a sequence of the uncovered dimensional aspects given that the aspect-model
of the variable-set is dimensional. This sequence includes the QNames of the uncovered
dimensions that are aspects of the variable-set evaluation.
For non-dimensional aspects, given the dimensional aspect model, see the function
xff:uncovered-non-dimensional-aspects.
The order of uncovered aspect dimension QNames is not specified and may not be consistent even for the same fact set.
(Note: the definition of a set requires that it have distinct members.)
If all dimensional aspects are covered, or there are none, the output is an empty sequence.
Errors
Code
|
Details
|
xffe:invalidFunctionUse |
This error MUST be thrown if the this function is referenced in an XPath expression invoked
in variable-set variable evaluation, such as by a generalVariable or filter XPath expression.
A formula processor MAY detect this error as a static compilation-time error if it this
function is referenced in variable-set evaluation expressions (by generalVariable or filters).
A formula processor MUST detect this error as a dynamic run-time error if it this
function is referenced in variable-set evaluation expressions (by generalVariable or filters),
such as during execution of an XPath or other language implementation of custom functions
that were invoked dynamically in variable-set evaluation expressions (by generalVariable or filters).
This error MUST be thrown if the this function is referenced in an XPath expression invoked
in an XPath function related to an existence assertion, including if referenced in an XPath
expression from generic messages relating to an existence assertion.
This error MUST be thrown if implicit filtering is 'false'.
|
Conformance suite
80158 xff.uncovered-dimensional-aspects function testcase.xml
[ download ]
Owners
Name
|
Affiliation
|
Email
|
Start
|
End
|
Herm Fischer |
Mark V Systems (formerly UBmatrix)
|
fischer@markv.com |
18-07-2011 at 22:00:00 |
|
Revisions
Name
|
On
|
Details
|
Herm Fischer |
18-07-2011 at 22:00:00 |
Defined the function
|