<!ELEMENT extension (targetEditor+)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT formPage EMPTY>
<!ATTLIST formPage
id CDATA #REQUIRED
displayName CDATA #IMPLIED
class CDATA #REQUIRED
icon CDATA #IMPLIED
visible (true|false) "true"
relative CDATA #IMPLIED
position (left|right)
priority (high|normal|low) "normal"
pageAction CDATA #IMPLIED
actionBarContributor CDATA #IMPLIED>
<!ELEMENT targetEditor (formPage*)>
<!ATTLIST targetEditor
targetEditorId CDATA #REQUIRED>
Copyright (c) 2005 Actuate Corporation. 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: Actuate Corporation - initial API and implementation