I create enum type as follow
<value code="road" />
<value code="rail" />
<value code="plane" />
</enumtype>
when i add the another element in enum through hmc and do ant clean all and update the system this element is present in hmc ?
So i wnat to know what actually happen at backend internally ? How is create ? where it is store ?