Where I can find schema sources for extension point?
![]()
Hi,
I'm looking for a way to find out schema sources for the extension point. I've seen that not all the extension point has an accessible schema source, so I'm not able to correctly compile them in the plugin.xml.
For example com.ibm.team.workitem.common.attributeValueProviders and com.ibm.team.workitem.common.valueSetProviders have no schema at all and I only get a Generic tag if I try to define them in my eclipse.
Where I can find the schemas in the SDK?
Thanks,
Michele.
|
3 answers
![]()
Ralph Schoon (62.3k●3●36●43)
| answered May 15 '14, 6:47 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
I tried to describe what you need to know about value providers here https://rsjazz.wordpress.com/2013/06/26/attribute-customization-java-based-value-providers-conditions-and-validators/ with examples.
|
![]()
You don't really need the schema files to there to compile your code. Since the schema is not made available in the binary plug-in I would assume it is not meant to be an API and not use it.
However, check the plug-in with id com.ibm.team.workitem.common in case am mistaken. |