xfi:facts-in-instance

element()*=xfi:facts-in-instance( $root as element(xbrli:xbrl))

Last updated on 23-01-2008 at 00:00:00.

Obtains a sequence of all facts in an XBRL instance.

Parameters

Name Type Details
root element(xbrli:xbrl) The function takes the root element of an XBRL instance as its only parameter.

Output

Type: element()*

The function returns a sequence of fact elements. The data type of each fact element has the appropriate type based on the Post Schema Validation Infoset. The sequence is empty if the XBRL instance contains no facts. This sequence includes all of the items and tuples in the instance including those that are descendants of tuples in the XBRL instance.

Conformance suite

90101 xfi.facts-in-instance testcase.xml [ view ]

Owners

Name Affiliation Email Start End
Geoff Shuetrim Galexy geoff@galexy.net 30-01-2008 at 14:45:00

Revisions

Name On Details
Geoff Shuetrim 23-01-2008 at 00:00:00 Created the function definition.
Geoff Shuetrim 29-01-2008 at 00:00:00 Adapted the syntax to the new format.
Geoff Shuetrim 31-01-2008 at 11:28:00 Converted links to XLink syntax suggested by Cliff Binstock.
05-12-2008 at 00:00:00 Added data type sentence.