SDMXAttribute: Class "SDMXAttribute"

View source: R/SDMXAttribute-methods.R

SDMXAttributeR 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

conceptRef

Object of class "character" giving the attribute conceptRef (required)

conceptVersion

Object of class "character" giving the attribute concept version

conceptAgency

Object of class "character" giving the attribute concept agency

conceptSchemeRef

Object of class "character" giving the attribute conceptScheme ref

conceptSchemeAgency

Object of class "character" giving the attribute conceptScheme agency

codelist

Object of class "character" giving the codelist ref name

codelistVersion

Object of class "character" giving the codelist ref version

codelistAgency

Object of class "character" giving the codelist ref agency

attachmentLevel

Object of class "character" giving the attachment level (e.g. DataSet)

assignmentStatus

Object of class "character" giving the assignment status (e.g. Mandatory)

isTimeFormat

Object of class "logical"

crossSectionalAttachDataset

Object of class "logical"

crossSectionalAttachGroup

Object of class "logical"

crossSectionalAttachSection

Object of class "logical"

crossSectionalAttachObservation

Object of class "logical"

isEntityAttribute

Object of class "logical" indicating if the Attribute is an entity Attribute. Default value is FALSE

isNonObservationTimeAttribute

Object of class "logical" indicating if the Attribute is a non-observation Attribute. Default value is FALSE

isCountAttribute

Object of class "logical" indicating if the Attribute is a count Attribute. Default value is FALSE

isFrequencyAttribute

Object of class "logical" indicating if the Attribute is a frequency Attribute. Default value is FALSE

isIdentityAttribute

Object 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

See Also

readSDMX


rsdmx documentation built on Aug. 28, 2023, 5:09 p.m.