EMF Model Validation Custom Event Types

org.eclipse.emf.validation.eventTypes

1.1

This extension point allows clients of the EMF Validation framework to define custom event types that describe the custom events that they are interested in validating. It also provides the ability to contribute a notification generator which builds new notifications based on the existing notifications for validation.

<!ELEMENT extension (eventType+)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT eventType EMPTY>

<!ATTLIST eventType

name                  CDATA #REQUIRED

featureSpecific       (true | false) "true"

notificationGenerator CDATA #IMPLIED>

Definition of a custom event type.



[Enter extension point usage example here.]

[Enter API information here.]