How can I define that an input field is mandatory in HMC? I tried to add the parameter optional="false" to the items.xml:
<attribute type="valueCode" qualifier="valueCode">
<modifiers read="true" write="true" optional ="false"/>
<persistence type="property" />
</attribute>
But it doesn't work.