TermReference

@Serializable
@SerialName(value = "TermReference")
data class TermReference(val id: Identifier, val attribute: Identifier? = null, val arguments: CallArguments? = null) : InlineExpression(source)

A reference to a term.

Constructors

Link copied to clipboard
constructor(id: Identifier, attribute: Identifier? = null, arguments: CallArguments? = null)

Properties

Link copied to clipboard

Optional arguments for parameterized terms

Link copied to clipboard

Optional attribute name

Link copied to clipboard

The term identifier (without leading dash)