This in relation to the IDE-301 sophisticated portlet.xml editor. there are some fields in portlet.xml that are of type xsd:qname, when capturing those fields via the XML editor we need to create the XML of the form <element xmlns:qns="nsURI">qns:text</element>
e.g.
for Event Definition element of portlet.xml we will get somethig like
<qname xmlns:qns="http://liferay.com">qns:event-1</qname>
Right now the editor is able to bind the XML as mentioned above but enablement of choice fields is not happening. I the same example the Event Definition has choice for QName or Name, right now the Name field is always disabled
Need to find out a way by which we can achieve a uniform serialization in standards with Sapphire Design principles so as to enable the reusability
Model Classes that needs to be validated and tested for successful fix of this test are
1. IEventDefinition
2. IEventDefinitionRef
3. IPublicRenderParameter
4. ISupportedPublicRenderParameter