<!ELEMENT extension (participantTab+)+>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT participantTab (queryTab)+>
<!ATTLIST participantTab
label CDATA #REQUIRED
participantCompositeAreaFactory CDATA #REQUIRED
index CDATA #REQUIRED
id CDATA #REQUIRED
tooltip CDATA #IMPLIED
searchEngineID CDATA #REQUIRED
elementComposeableAdapterFactory CDATA #REQUIRED
elementModelEditorSelectionHandler CDATA #REQUIRED
image CDATA #IMPLIED>
This element contribute a TabItem into the model search participants TabFolder.
<!ELEMENT queryTab EMPTY>
<!ATTLIST queryTab
id CDATA #REQUIRED>
This element defines a link to all compatibles query Tab items. Every participant can receive query data from different query kinds. For example, an UML search participant query modes can be : Text, XPath, OCL.
/******************************************************************************* * Copyright (c) 2007 Anyware Technologies. 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 * * Contributors: Lucas Bigeardel (Anyware Technologies) - initial API and * implementation ******************************************************************************/