The content of element 'configuration-data' is not complete
![](http://jazz.net/_images/myphoto/573a47b8f65b728750c106205f7ddeef.jpg)
Hi All,
I have customized process configuration in that xml
I have customized process configuration in that xml
<configuration-data xmlns="http://com.ibm.team.dashboard/entries" final="false" id="com.ibm.team.dashboard.configuration.entries"/>
at this line shows error.On mouse move over it shows below error messagevc-complex-type.2.4.b: The content of element 'configuration-data' is not complete. One of '{"http://com.ibm.team.dashboard/entries":viewlet-entry,"http://com.ibm.team. dashboard/entries":category}'is expected.
With this error I am able to save and process work fine. I am just worried what problem this error will cause and how to be corrected.
Thanks,
Kavita
One answer
![](http://jazz.net/_images/myphoto/573a47b8f65b728750c106205f7ddeef.jpg)
This is happening because the XML schema for the "com.ibm.team.dashboard.configuration.entries" configuration data specifies that it must contain one of those specified elements.
This should not cause you any problems, but it may indicate a minor bug in the configuration UI. Did you edit the XML manually to create this element or did you only use the UI? If you only used the UI and the tool wrote this XML, then the schema should be updated to tolerate 0 elements.