gcat/src/test/resources/profile_examples/TestProfile.xml

22 lines
652 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE xml>
<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>