From f6a58055259d510873eeb77caebff21b5ccd89ba Mon Sep 17 00:00:00 2001 From: Pieter Bos Date: Wed, 7 Oct 2020 12:49:07 +0200 Subject: [PATCH] Add missing ITEM_TAG class --- .../openehr_rm_structures_110.bmm | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/components/RM/Release-1.1.0/openehr_rm_structures_110.bmm b/components/RM/Release-1.1.0/openehr_rm_structures_110.bmm index 51f3e6b..8b5ed63 100644 --- a/components/RM/Release-1.1.0/openehr_rm_structures_110.bmm +++ b/components/RM/Release-1.1.0/openehr_rm_structures_110.bmm @@ -87,6 +87,10 @@ packages = < name = <"directory"> classes = <"FOLDER"> > + ["tags"] = < + name = <"tags"> + classes = <"ITEM_TAG"> + > > > > @@ -896,4 +900,36 @@ class_definitions = < > > + ------------------------------------------------------------ + ------------------ rm.common.tags ---------------- + ------------------------------------------------------------ + + ["ITEM_TAG"] = < + name = <"ITEM_TAG"> + properties = < + ["target"] = (P_BMM_SINGLE_PROPERTY) < + name = <"target"> + type = <"UID_BASED_ID"> + is_mandatory = + > + ["target_path"] = (P_BMM_SINGLE_PROPERTY) < + name = <"target_path"> + type = <"String"> + > + ["key"] = (P_BMM_SINGLE_PROPERTY) < + name = <"key"> + type = <"String"> + is_mandatory = + > + ["value"] = (P_BMM_SINGLE_PROPERTY) < + name = <"value"> + type = <"String"> + > + ["owner_id"] = (P_BMM_SINGLE_PROPERTY) < + name = <"owner_id"> + type = <"OBJECT_REF"> + is_mandatory = + > + > + > >