xbrl.DuplicateClass

The xbrl.DuplicateClass enumeration represents the various classes of duplicates defined in the Handling Duplicate Facts in XBRL and Inline XBRL 1.0 working group note. See here for more details.

Constants

xbrl.DuplicateClass.NONE

The facts are not duplicates.

xbrl.DuplicateClass.COMPLETE

The facts are complete duplicates.

xbrl.DuplicateClass.CONSISTENT

The facts are consistent duplicates (only for numeric facts).

xbrl.DuplicateClass.MULTI_LANGUAGE

The facts are multi-language duplicates (only for string facts).

xbrl.DuplicateClass.NUMERIC_INCONSISTENT

The facts are inconsistent numeric duplicates.

xbrl.DuplicateClass.NON_NUMERIC_INCONSISTENT

The facts are inconsistent non-numeric duplicates.

xbrl.DuplicateClass.INCONSISTENT

TA bit flag including inconsistent numeric and non-numeric duplicates.

xbrl.DuplicateClass.ALL

A bit flag including all types of duplicates.