MdocNamespace

Class containing the metadata of a namespace in an ISO mdoc Document Type.

Parameters

namespace

the namespace of this part of the ISO mdoc Document Type.

dataElements

the data elements in this namespace.

Types

Link copied to clipboard
data class Builder(val namespace: String, val dataElements: MutableMap<String, MdocDataElement> = mutableMapOf())

Builder class for class MdocNamespace.

Properties

Link copied to clipboard
Link copied to clipboard