I'm using activiti 5.19, I want to create a form, the form will be defined as a process variable to be accessible along all the human tasks of the process, and the form may contain complex data not only strings and ints so I want to define a new xsd type to be used as a data object to used inside the <process> tag instead of regular ones (type="xsd:int" etc)