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.Dimensionobject representing the dimensional aspect.
-
xbrl.ExplicitDimensionAspectValue.dimension¶ Returns an
xbrl.xdt.Dimensionobject which represents the dimension aspect.
-
xbrl.ExplicitDimensionAspectValue.value¶ Returns an
xbrl.taxonomy.Itemobject which represents the explicit dimension domain member value.