BIAN - Semantic Metadata Binding
BIAN - Semantic Metadata Binding
There are a number of elements of the BIAN Metamodel in whose instances we wish to embed SemanticMetadataTags. These metamodel elements directly subclass the SemanticVocabulary package's TaggableElement. Note that we use multiple inheritance, since the taggable BIAN elements are also descendants of BIANElement and of ISO 20022's RepositoryConcept.
Class TaggableElement
package SemanticMetadata
A TaggableElement is an element in which a SemanticMetadataTag can be embedded.
All elements in the BIAN metamodel in whose instances such tags can be embedded are descendants (in the subclassing sense) of TaggableElement.
Direct Superclasses
Associations
embeddedTag : EmbeddedTag [0..*]
The EmbeddedTags that are embedded in the TaggableElement. The association is a composition in which TaggableElement plays the role of composite and EmbeddedTag plays the role of component.