| SDMXAttribute {rsdmx} | R Documentation |
Class "SDMXAttribute"
Description
A basic class to handle a SDMX Attribute
Usage
SDMXAttribute(xmlObj, namespaces)
Arguments
xmlObj |
object of class "XMLInternalDocument derived from XML package |
namespaces |
object of class "data.frame" given the list of namespace URIs |
Value
an object of class "SDMXAttribute"
Slots
conceptRefObject of class "character" giving the attribute conceptRef (required)
conceptVersionObject of class "character" giving the attribute concept version
conceptAgencyObject of class "character" giving the attribute concept agency
conceptSchemeRefObject of class "character" giving the attribute conceptScheme ref
conceptSchemeAgencyObject of class "character" giving the attribute conceptScheme agency
codelistObject of class "character" giving the codelist ref name
codelistVersionObject of class "character" giving the codelist ref version
codelistAgencyObject of class "character" giving the codelist ref agency
attachmentLevelObject of class "character" giving the attachment level (e.g. DataSet)
assignmentStatusObject of class "character" giving the assignment status (e.g. Mandatory)
isTimeFormatObject of class "logical"
crossSectionalAttachDatasetObject of class "logical"
crossSectionalAttachGroupObject of class "logical"
crossSectionalAttachSectionObject of class "logical"
crossSectionalAttachObservationObject of class "logical"
isEntityAttributeObject of class "logical" indicating if the Attribute is an entity Attribute. Default value is FALSE
isNonObservationTimeAttributeObject of class "logical" indicating if the Attribute is a non-observation Attribute. Default value is FALSE
isCountAttributeObject of class "logical" indicating if the Attribute is a count Attribute. Default value is FALSE
isFrequencyAttributeObject of class "logical" indicating if the Attribute is a frequency Attribute. Default value is FALSE
isIdentityAttributeObject of class "logical" indicating if the Attribute is an identity Attribute. Default value is FALSE
Warning
This class is not useful in itself, but all SDMX non-abstract classes will encapsulate it as slot, when parsing an SDMX-ML document (DataStructures, or DataStructureDefinitions)
Author(s)
Emmanuel Blondel, emmanuel.blondel1@gmail.com