This element can be used to assign a publisher and id to the RDML file.
Inherits: rdmlBaseType.
An R6Class
generator object.
rdmlIdType$new(publisher, serialNumber, MD5Hash = NULL)
publisher
checkString. RDML file publisher.
serialNumber
checkString. Serial number.
MD5Hash
checkString. An MD5Hash calculated over the complete file after removing all rdmlIDTypes and all whitespaces between elements.
RDML::rdmlBaseType
-> rdmlIdType
new()
rdmlIdType$new(publisher, serialNumber, MD5Hash = NULL)
clone()
The objects of this class are cloneable with this method.
rdmlIdType$clone(deep = FALSE)
deep
Whether to make a deep clone.