xfi:items-in-instance

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

Last updated on 06-03-2008 at 22:40:00.

Returns the sequence of all fact items that are direct children of the root element of an XBRL instance document (excluding any items nested in tuples). The data type of each fact item has the appropriate type based on the Post Schema Validation Infoset.

XBRL 2.1 Section 4.6

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(xbrli:item)*

Returns a sequence of root level fact item elements (that are not nested in tuples) in the XBRL instance, or the empty sequence if none.

Conformance suite

90102 xfi.items-in-instance testcase.xml [ view ]

Owners

Name Affiliation Email Start End
Herm Fischer UBMatrix / Mark V Systems fischer@markv.com 06-03-2008 at 22:40:00

Revisions

Name On Details
Herm Fischer 06-03-2008 at 22:40:00 Defined the function
Herm Fischer 05-12-2008 at 00:00:00 Added data type sentence.