D4OS/EOSCPillarResDataCtlg profiles
This commit is contained in:
parent
7494a14955
commit
e955ff7373
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,10 @@
|
||||||
|
<metadataformat type="F2DSItem">
|
||||||
|
<metadatafield>
|
||||||
|
<fieldName>catalogue_title</fieldName>
|
||||||
|
<mandatory>true</mandatory>
|
||||||
|
<dataType>String</dataType>
|
||||||
|
<defaultValue/>
|
||||||
|
<note>The catalogue_title the item belongs to.</note>
|
||||||
|
<grouping create="true">onValue</grouping>
|
||||||
|
</metadatafield>
|
||||||
|
</metadataformat>
|
|
@ -0,0 +1,13 @@
|
||||||
|
<metadataformat type="Literature">
|
||||||
|
<metadatafield>
|
||||||
|
<fieldName>Creator</fieldName>
|
||||||
|
<mandatory>true</mandatory>
|
||||||
|
<dataType>String</dataType>
|
||||||
|
<maxOccurs>*</maxOccurs>
|
||||||
|
<defaultValue/>
|
||||||
|
<note>The name of the author, with email and ORCID (if available). The format should be: family, given[, email][, ORCID]. Example: Smith, John, js@acme.org, orcid.org/0000-0002-1825-0097</note>
|
||||||
|
<validator>
|
||||||
|
<regularExpression>^[a-zA-ZÀ-ÿ .'-]+, [a-zA-ZÀ-ÿ .'-]+[, ]*([a-zA-Z0-9_!#$%’*+=?`{|}~^.-]+@[a-zA-Z0-9À-ÿ.-]+)?[, ]*(orcid.org\/0000-000(1-[5-9]|2-[0-9]|3-[0-4])\d\d\d-\d\d\d[\dX])?$</regularExpression>
|
||||||
|
</validator>
|
||||||
|
</metadatafield>
|
||||||
|
</metadataformat>
|
Loading…
Reference in New Issue