| <?xml version='1.0' encoding='UTF-8'?> | 
 | <!-- Schema file written by PDE --> | 
 | <schema targetNamespace="org.eclipse.wst.xsl.ui" xmlns="http://www.w3.org/2001/XMLSchema"> | 
 | <annotation> | 
 |       <appinfo> | 
 |          <meta.schema plugin="org.eclipse.wst.xsl.ui" id="contentAssistProcessor" name="XSL Content Assistance"/> | 
 |       </appinfo> | 
 |       <documentation> | 
 |          XSL Content Asisstance processor extension point, allows for the contribution of adopter defined XSL processor extensions. | 
 |       </documentation> | 
 |    </annotation> | 
 |  | 
 |    <element name="extension"> | 
 |       <annotation> | 
 |          <appinfo> | 
 |             <meta.element /> | 
 |          </appinfo> | 
 |       </annotation> | 
 |       <complexType> | 
 |          <sequence> | 
 |             <element ref="processor" minOccurs="1" maxOccurs="unbounded"/> | 
 |          </sequence> | 
 |          <attribute name="point" type="string" use="required"> | 
 |             <annotation> | 
 |                <documentation> | 
 |                   A unique ID for this extension point | 
 |                </documentation> | 
 |             </annotation> | 
 |          </attribute> | 
 |          <attribute name="id" type="string"> | 
 |             <annotation> | 
 |                <documentation> | 
 |                    | 
 |                </documentation> | 
 |             </annotation> | 
 |          </attribute> | 
 |          <attribute name="name" type="string"> | 
 |             <annotation> | 
 |                <documentation> | 
 |                   Extension point name | 
 |                </documentation> | 
 |                <appinfo> | 
 |                   <meta.attribute translatable="true"/> | 
 |                </appinfo> | 
 |             </annotation> | 
 |          </attribute> | 
 |       </complexType> | 
 |    </element> | 
 |  | 
 |    <element name="processor"> | 
 |       <annotation> | 
 |          <documentation> | 
 |             Processor that provides content assistance | 
 |          </documentation> | 
 |       </annotation> | 
 |       <complexType> | 
 |          <attribute name="class" type="string" use="required"> | 
 |             <annotation> | 
 |                <documentation> | 
 |                   The class that implements the content assistant processor. | 
 |                </documentation> | 
 |                <appinfo> | 
 |                   <meta.attribute kind="java"/> | 
 |                </appinfo> | 
 |             </annotation> | 
 |          </attribute> | 
 |       </complexType> | 
 |    </element> | 
 |  | 
 |    <annotation> | 
 |       <appinfo> | 
 |          <meta.section type="since"/> | 
 |       </appinfo> | 
 |       <documentation> | 
 |          1.1 | 
 |       </documentation> | 
 |    </annotation> | 
 |  | 
 |    <annotation> | 
 |       <appinfo> | 
 |          <meta.section type="examples"/> | 
 |       </appinfo> | 
 |       <documentation> | 
 |          <p>&lt;extension | 
 |        point="org.eclipse.wst.xsl.ui.contentAssistProcessor"></p> | 
 | <p>&#160;&#160;&#160;&lt;processor | 
 |           class="org.eclipse.wst.xml.ui.internal.contentassist.XMLContentAssistProcessor"></p> | 
 | <p>&#160;&#160;&#160;&lt;/processor></p> | 
 | <p>&lt;/extension></p> | 
 |       </documentation> | 
 |    </annotation> | 
 |  | 
 |  | 
 |  | 
 |    <annotation> | 
 |       <appinfo> | 
 |          <meta.section type="copyright"/> | 
 |       </appinfo> | 
 |       <documentation> | 
 | ******************************************************************************* | 
 |  * Copyright (c) 2009 Standards for Technology in Automotive Retail and others | 
 |  * All rights reserved. This program and the accompanying materials | 
 |  * are made available under the terms of the Eclipse Public License 2.0 | 
 |  * which accompanies this distribution, and is available at | 
 |  * https://www.eclipse.org/legal/epl-2.0/ | 
 |  | 
 |     SPDX-License-Identifier: EPL-2.0 | 
 |  * | 
 |  * Contributors: | 
 |  *     David Carver (STAR) - initial API and implementation | 
 |  ****************************************************************************** | 
 |       </documentation> | 
 |    </annotation> | 
 |  | 
 | </schema> |