powered by
ISOMultiplicity
Object of R6Class for modelling an ISOMultiplicity
R6Class
R6Class object.
range
[ISOMultiplicityRange] multiplicity range
ISOMultiplicityRange
new(xml, lower, upper)
This method is used to instantiate an ISOMultiplicity. The range is specified by two arguments lower and upper.
lower
upper
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
ISO/TS 19103:2005 Geographic information -- Conceptual schema language
md <- ISOMultiplicity$new(lower = 1, upper = Inf) xml <- md$encode()
Run the code above in your browser using DataLab