From cd32dabca4423b3596c68c23fc549177d9c2d34c Mon Sep 17 00:00:00 2001 From: Paul Natsuo Kishimoto Date: Tue, 13 Aug 2024 19:29:45 +0200 Subject: [PATCH] Document BaseDataSet.{described_by,structured_by} --- sdmx/model/common.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sdmx/model/common.py b/sdmx/model/common.py index 0ff7dc78..c19f2908 100644 --- a/sdmx/model/common.py +++ b/sdmx/model/common.py @@ -1996,9 +1996,12 @@ class BaseDataSet(AnnotableArtefact): action: Optional[ActionType] = None #: valid_from: Optional[str] = None - #: + + #: Association to the :class:`Dataflow <.BaseDataflow>` that contains the data set. described_by: Optional[BaseDataflow] = None - #: + + #: Association to the :class:`DataStructure <.BaseDataStructureDefinition` that + #: defines the structure of the data set. structured_by: Optional[BaseDataStructureDefinition] = None #: All observations in the DataSet.