Usage
SweCompositePhenomenon(id, name, description = as.character(NA), dimension, components, base = NULL)
SwePhenomenon(id, name, description = as.character(NA))
SwePhenomenonProperty(href = as.character(NA), phenomenon = NULL)
SweTextBlock(tokenSeparator, blockSeparator, decimalSeparator, id = as.character(NA))
Arguments
id
The character string to be used for the id attribute (mandatory).
name
The character string to be used for the name element (mandatory).
description
The character string to be used for the description element.
dimension
The dimensions of a composite phenomenon (mandatory).
components
The (sub-) components of a composite phenomenon (mandatory).
base
The (optional) base element for a composite phenomenon.
href
A reference to an (online) object instead of a inline property.
phenomenon
The inline phenomenon of a phenomenon property.
tokenSeparator
The character to be used as the token seperator, often ","
.
blockSeparator
The character to be used as the block seperator, often ";"
.
decimalSeparator
The character to be used as the decimal seperator, often "."
.