MdocDocumentType

Class containing the metadata of an ISO mdoc Document Type.

Types

Link copied to clipboard
data class Builder(val docType: String, namespaces: MutableMap<String, MdocNamespace.Builder> = mutableMapOf())

Builder class for class MdocDocumentType.

Properties

Link copied to clipboard

the ISO mdoc doc type e.g. org.iso.18013.5.1.mDL.

Link copied to clipboard

the namespaces of the doc type.