A basic class to handle a SDMX Attribute
SDMXAttribute(xmlObj, namespaces)
an object of class "SDMXAttribute"
object of class "XMLInternalDocument derived from XML package
object of class "data.frame" given the list of namespace URIs
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
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)
Emmanuel Blondel, emmanuel.blondel1@gmail.com
readSDMX