AlternativeDataElementsSet

@Serializable
data class AlternativeDataElementsSet(val requestedElement: ElementReference, val alternativeElementSets: List<List<ElementReference>>)(source)

Part of the ISO/IEC 18013-5:2026 standard: Additional document request info (10.2.4)

Constructors

Link copied to clipboard
constructor(requestedElement: ElementReference, alternativeElementSets: List<List<ElementReference>>)

Properties

Link copied to clipboard
@SerialName(value = "alternativeElementSets")
val alternativeElementSets: List<List<ElementReference>>
Link copied to clipboard
@SerialName(value = "requestedElement")
val requestedElement: ElementReference