<!ELEMENT extension (diagramEventBrokerProvider+)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT diagramEventBrokerProvider (Priority , editingDomain+)>
<!ATTLIST diagramEventBrokerProvider
class CDATA #REQUIRED>
The diagram event broker extension point This extension point is inteded to be used only by GMF runtime experts, Since changing the diagram event broker could have severe implications on diagrams that share the same editing domain
<!ELEMENT editingDomain EMPTY>
<!ATTLIST editingDomain
ID CDATA #REQUIRED>
The editing domain to associate the diagram event broker with
<!ELEMENT Priority EMPTY>
<!ATTLIST Priority
name (Lowest|Low|Medium|High|Highest) >
The description for the priority of the duagram event broker provider
Copyright (c) 2007 IBM Corporation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html