A basic class to handle the header of a SDMX-ML document
SDMXHeader(xmlObj, namespaces)an object of class "SDMXHeader"
object of class "XMLInternalDocument derived from XML package
object of class "data.frame" given the list of namespace URIs
IDObject of class "character" giving the ID of the SDMX-ML document
TestObject of class "logical" indicating if the SDMX-ML document is disseminated for test purpose
TruncatedObject of class "logical" indicating if the SDMX-ML document is truncated
NameObject of class "character" giving the name of SDMX-ML document
SenderObject of class "list" giving the id of the sender and eventually its in name, possibly in multi-languages
ReceiverObject of class "list" giving the id of the receiver and eventually its in name, possibly in multi-languages
PreparedObject of class "POSIXlt" giving the preparation date of the SDMX-ML document
ExtractedObject of class "POSIXlt" giving the extraction date of the SDMX-ML document
ReportingBeginObject of class "POSIXlt" giving the reporting begin date for the data retrieved in the SDMX-ML document
ReportingEndObject of class "POSIXlt" giving the reporting end date for the data retrieved in the SDMX-ML document
SourceObject of class "character" giving the source of the SDMX-ML document
This class is not useful in itself, but all SDMX non-abstract classes will encapsulate it as slot, when parsing an SDMX-ML document
Emmanuel Blondel, emmanuel.blondel1@gmail.com
readSDMX