<!ELEMENT extension (dropHandler+)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT dropHandler (dragEnablement , dropEnablement , serializers)>
<!ATTLIST dropHandler
id CDATA #REQUIRED
dropActionId CDATA #IMPLIED
class CDATA #REQUIRED
name CDATA #REQUIRED
description CDATA #IMPLIED>
<!ELEMENT dragEnablement (not , and , or , instanceof , test , systemTest , equals , count , with , resolve , adapt , iterate)*>
This element is used to define the dragEnablement for the extension.
<!ELEMENT dropEnablement (not , and , or , instanceof , test , systemTest , equals , count , with , resolve , adapt , iterate)*>
<!ATTLIST dropEnablement
validatorClass CDATA #IMPLIED>
<!ELEMENT serializers (serializer+)>
<!ELEMENT serializer (enablement)>
<!ATTLIST serializer
class CDATA #REQUIRED
id CDATA #REQUIRED>
Copyright (c) 2002, 2005 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