AUTHORED_RESOURCE.translations and RESOURCE_DESCRIPTION.details are List instead of Hash

AUTHORED_RESOURCE.translations and RESOURCE_DESCRIPTION.details are List instead of Hash in openehr_base_110.bmm

AUTHORED_RESOURCE has attribute “translations” of type Hash<String,TRANSLATION_DETAILS> but it is List<TRANSLATION_DETAILS> in “openehr_base_110.bmm”.

The same for AUTHORED_RESOURCE in “openEHR_am_206.bmm”.

Similar RESOURCE_DESCRIPTION has attribute “details” of type Hash<String,RESOURCE_DESCRIPTION_ITEM> but it is List<RESOURCE_DESCRIPTION_ITEM> in “openehr_base_110.bmm”.

@thomas.beale Thank you!