changed cardinality of identifier field as it fails!

This commit is contained in:
pispis 2024-05-24 09:50:52 +03:00
parent d8ac5cd907
commit 32b987a026
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ public final class F3_01M extends AbstractOpenAireProfile {
};
private static final ElementSpec F3_01M_SPEC_1 = Builders.
forMandatoryElement("identifier", ONE).
forMandatoryElement("identifier", ONE_TO_N).
// withMandatoryAttribute("identifierType", new PIDCheckValuePredicate()).
withMandatoryAttribute("identifierType", RESOURCE_IDENTIFIER_TYPES).
build();