<!ELEMENT extension (category*)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED
><!ELEMENT category EMPTY>
<!ATTLIST category
id CDATA #REQUIRED
name CDATA #REQUIRED
>An annotation category contribution defines categories of annotations used to group them in the UI.
<extension point="org.eclipse.jst.ws.annotations.core.annotationCategory"> <category id="jaxws.category" name="JAX-WS"> </category> </extension>
Copyright (c) 2009 Shane Clarke.
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