Added example file

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-publishing/gcat@177326 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2019-02-27 16:37:31 +00:00
parent 3627189715
commit eebba6f67f
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
<metadataformat type="TestProfile">
<metadatafield>
<fieldName>test</fieldName>
<mandatory>false</mandatory>
<dataType>String</dataType>
<maxOccurs>1</maxOccurs>
<note>Test Field</note>
</metadatafield>
<metadatafield categoryref="FSKX_model_scope">
<fieldName>Population</fieldName>
<mandatory>false</mandatory>
<dataType>String</dataType>
<maxOccurs>*</maxOccurs>
<defaultValue/>
<note>The population of the model</note>
<tagging create="true" separator=" ">onValue</tagging>
<grouping create="true">onFieldName_onValue</grouping>
</metadatafield>
</metadataformat>