xbrl.table.ParentChildOrder
¶
The xbrl.table.ParentChildOrder
enumeration defines the parent-child ordering which specifies the position of roll-up nodes within the parent structural node.
Constants¶
- xbrl.table.ParentChildOrder.PARENT_FIRST
The roll-up node must be the first child of the parent structural node.
- xbrl.table.ParentChildOrder.CHILDREN_FIRST
The roll-up node must be the last child of the parent structural node.