Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support expanding of MultilingualBlob #461

Open
claeis opened this issue Mar 23, 2022 · 0 comments
Open

support expanding of MultilingualBlob #461

claeis opened this issue Mar 23, 2022 · 0 comments

Comments

@claeis
Copy link
Owner

claeis commented Mar 23, 2022

similar to expanding of MultingualText

STRUCTURE LocalisedBlob =
  Language : InternationalCodes_V1.LanguageCode_ISO639_1;
  Blob : MANDATORY BLACKBOX BINARY;
END LocalisedBlob;

[email protected]=Multilingual
STRUCTURE MultilingualBlob =
  LocalisedBlob : BAG {1..*} OF OeREBKRM_V2_0.LocalisedBlob;
  UNIQUE (LOCAL) LocalisedBlob:Language;
END MultilingualBlob;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant