DocumentAttribute

constructor(type: DocumentAttributeType, identifier: String, displayName: String, description: String, icon: Icon? = null, sampleValueMdoc: DataItem? = null, sampleValueJson: JsonElement? = null, parentAttribute: DocumentAttribute? = null, embeddedAttributes: List<DocumentAttribute> = emptyList())