changed cardinality of identifier field as it fails!
This commit is contained in:
parent
d8ac5cd907
commit
32b987a026
|
@ -24,7 +24,7 @@ public final class F3_01M extends AbstractOpenAireProfile {
|
||||||
};
|
};
|
||||||
|
|
||||||
private static final ElementSpec F3_01M_SPEC_1 = Builders.
|
private static final ElementSpec F3_01M_SPEC_1 = Builders.
|
||||||
forMandatoryElement("identifier", ONE).
|
forMandatoryElement("identifier", ONE_TO_N).
|
||||||
// withMandatoryAttribute("identifierType", new PIDCheckValuePredicate()).
|
// withMandatoryAttribute("identifierType", new PIDCheckValuePredicate()).
|
||||||
withMandatoryAttribute("identifierType", RESOURCE_IDENTIFIER_TYPES).
|
withMandatoryAttribute("identifierType", RESOURCE_IDENTIFIER_TYPES).
|
||||||
build();
|
build();
|
||||||
|
|
Loading…
Reference in New Issue