EMF Resources

Identifier:
com.ibm.xtools.emf.validation.core.emfResources

Since:
7.0.5

Description:
The emfResources extension point allows the contribution of resource types to participate in core validation. Resources who do not match a contributed enablement criteria will not have their contained objects validated.

Configuration Markup:

<!ELEMENT extension (enablement+)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


Examples:


<extension
         point="com.ibm.xtools.emf.validation.core.emfResources">
 <enablement>
 <test
      property="com.ibm.xtools.emf.validation.core.fileExtension"
     value="extlibrary"/>
 </enablement>
</extension>

Supplied Implementation:
The platform itself does not have any predefined emfResources. Particular product installs may include emfResources as required.


Licensed Materials - Property of IBM
Copyright IBM Corp. 2007, 2008. All Rights Reserved.
US Government Users Restricted Rights - Use, duplication or disclosure
restricted by GSA ADP Schedule Contract with IBM Corp.