Added namespace to parameters

This commit is contained in:
Fabio Sinibaldi 2020-01-23 16:37:53 +01:00
parent c002b77382
commit 23e2b00b30
1 changed files with 4 additions and 4 deletions

View File

@ -1,18 +1,18 @@
<metadataformat type="DataMiner Process"> <metadataformat type="DataMiner Process">
<metadatafield> <metadatafield categoryref="DataMiner Process">
<fieldName>Input Parameter</fieldName> <fieldName>Input Parameter</fieldName>
<mandatory>false</mandatory> <mandatory>false</mandatory>
<dataType>String</dataType> <dataType>String</dataType>
<note>Input parameter expected for the execution of the process</note> <note>Input parameter expected for the execution of the process</note>
</metadatafield> </metadatafield>
<metadatafield> <metadatafield categoryref="DataMiner Process">
<fieldName>Output Parameter</fieldName> <fieldName>Output Parameter</fieldName>
<mandatory>false</mandatory> <mandatory>false</mandatory>
<dataType>String</dataType> <dataType>String</dataType>
<note>Output parameter expected from the execution of the process <note>Output parameter expected from the execution of the process
</note> </note>
</metadatafield> </metadatafield>
<metadatafield> <metadatafield categoryref="DataMiner Process">
<fieldName>Process Author</fieldName> <fieldName>Process Author</fieldName>
<mandatory>false</mandatory> <mandatory>false</mandatory>
<dataType>String</dataType> <dataType>String</dataType>
@ -27,7 +27,7 @@
]*(orcid.org\/0000-000(1-[5-9]|2-[0-9]|3-[0-4])\d\d\d-\d\d\d[\dX])?$</regularExpression> ]*(orcid.org\/0000-000(1-[5-9]|2-[0-9]|3-[0-4])\d\d\d-\d\d\d[\dX])?$</regularExpression>
</validator> </validator>
</metadatafield> </metadatafield>
<metadatafield> <metadatafield categoryref="DataMiner Process">
<fieldName>Process Maintainer</fieldName> <fieldName>Process Maintainer</fieldName>
<mandatory>false</mandatory> <mandatory>false</mandatory>
<dataType>String</dataType> <dataType>String</dataType>