xbrl.ExplicitDimensionAspectValue
¶
An xbrl.ExplicitDimensionAspectValue
class represents a particular value for the dimension aspect of explicit dimensions.
-
class
xbrl.
ExplicitDimensionAspectValue
(Dimension dim, Item value=None)¶ Constructs a new dimension aspect value with the given domain member for the given explicit dimension.
Attributes¶
-
xbrl.ExplicitDimensionAspectValue.
aspect
¶ Returns an
xbrl.xdt.Dimension
object representing the dimensional aspect.
-
xbrl.ExplicitDimensionAspectValue.
dimension
¶ Returns an
xbrl.xdt.Dimension
object which represents the dimension aspect.
-
xbrl.ExplicitDimensionAspectValue.
value
¶ Returns an
xbrl.taxonomy.Item
object which represents the explicit dimension domain member value.