changed cardinality of identifier field as it fails!
This commit is contained in:
parent
8679310e6e
commit
d8ac5cd907
|
@ -22,7 +22,7 @@ public final class F3_01M extends AbstractOpenAireProfile {
|
||||||
"IGSN", "QID", "ARK", "IVOA", "CAS RN", "RRID", "URL", "RInChi", "ERM", "ISO 27729:2012 ISNI",
|
"IGSN", "QID", "ARK", "IVOA", "CAS RN", "RRID", "URL", "RInChi", "ERM", "ISO 27729:2012 ISNI",
|
||||||
"EC Number", "PURL", "LSID", "TFClass Schema", "InChI", "w3id", "Handle", "DOI", "ORCID iD", "arXiv"
|
"EC Number", "PURL", "LSID", "TFClass Schema", "InChI", "w3id", "Handle", "DOI", "ORCID iD", "arXiv"
|
||||||
};
|
};
|
||||||
|
|
||||||
private static final ElementSpec F3_01M_SPEC_1 = Builders.
|
private static final ElementSpec F3_01M_SPEC_1 = Builders.
|
||||||
forMandatoryElement("identifier", ONE).
|
forMandatoryElement("identifier", ONE).
|
||||||
// withMandatoryAttribute("identifierType", new PIDCheckValuePredicate()).
|
// withMandatoryAttribute("identifierType", new PIDCheckValuePredicate()).
|
||||||
|
|
Loading…
Reference in New Issue