powered by
ISOMultiplicity
Object of R6Class for modelling an ISOMultiplicity
R6Class
R6Class object.
value
new(xml, lower, upper)
This method is used to instantiate an ISOMultiplicity. The range is specified by two arguments lower and upper.
lower
upper
ISO/TS 19103:2005 Geographic information -- Conceptual schema language
# NOT RUN { md <- ISOMultiplicity$new(lower = 1, upper = Inf) xml <- md$encode() # }
Run the code above in your browser using DataLab