Code reference

Generate reports about TDC-structured metadata.

Report subclasses in this file should have names like:

{ Type }{ ID }{ Format }

…wherein:

  • { Type } refers to the type of object(s) from the SDMX Information Model that is/are represented in the report. Usually the first argument to the __init__() method is an instance of this type.

  • { ID } is a number that distinguishes different ‘kinds’ of reports for the same { Type }. Report classes with the same { Type }{ ID } should display roughly the same information in the same order and layout, regardless of { Format }.

  • { Format } is the output format or file type.

Classes

MetadataAttribute0Plain(mds, mda_id)

Unique values appearing in mds for metadata attribute mda_id.

MetadataAttribute0RST(mds, mda_id)

Unique values appearing in mds for the metadata attribute mda_id.

MetadataReport0HTML(mdr)

Same as MetadataReport0Plain, but in HTML.

MetadataReport0Plain(mdr)

Contents of a single metadata report.

MetadataSet0ODT(mds)

Summary of the unique reported attribute values in mds.

MetadataSet0Plain(mds)

Summary of the unique reported attribute values in mds.

MetadataSet1HTML(mds, ref_area)

Metadata reports related to ref_area.

MetadataSet1ODT(mds, ref_area)

Metadata reports related to ref_area.

MetadataSet2HTML(mds, ref_area)

Table of metadata reports.