<!ELEMENT extension (labelimageprovider)+>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
Extension point for additional image provider.
<!ELEMENT labelimageprovider EMPTY>
<!ATTLIST labelimageprovider
objectclass CDATA #IMPLIED
class CDATA #REQUIRED
objecttype CDATA #REQUIRED>
An additional image provider.
<extension point="com.ps.consul.eclipse.ui.LabelImageProvider"> <labelimageprovider class="self implemented label provider, which have to implement IValueProvider" objectclass="klass of the element, which uses this value provider" objecttype="type of the element, which uses this value provider"> </labelimageprovider> </extension>