Closed dosse closed 3 years ago
I would suggest the pattern ^[A-Za-z0-9_@$-]+%?$ (which is the IDType pattern extended with %? for wildcarding). Also MemberValueType should be based on the IDType type rather than being a simple string in order to improve the validation capacity.
^[A-Za-z0-9_@$-]+%?$
%?
Fixed in release candidate working branch https://github.com/sdmx3mdt/sdmx-ml/tree/develop
I would suggest the pattern
^[A-Za-z0-9_@$-]+%?$
(which is the IDType pattern extended with%?
for wildcarding). Also MemberValueType should be based on the IDType type rather than being a simple string in order to improve the validation capacity.