xbrl.taxonomy.CyclesAllowed
¶
The xbrl.taxonomy.CyclesAllowed
enumeration specifies the type of cycles that are allowed in a network of relationships. See here for more details.
Constants¶
- xbrl.taxonomy.CyclesAllowed.ANY
The network of relationships is not constrainted, it may contain both directed and undirected cyles.
- xbrl.taxonomy.CyclesAllowed.UNDIRECTED
The network of relationships may contain undirected cycles.
- xbrl.taxonomy.CyclesAllowed.NONE
The network of relationships must not contain both directed and undirected cycles.