| <?xml version='1.0' encoding='UTF-8'?> | |
| <!-- Schema file written by PDE --> | |
| <schema targetNamespace="org.eclipse.sphinx.platform.ui" xmlns="http://www.w3.org/2001/XMLSchema"> | |
| <annotation> | |
| <appinfo> | |
| <meta.schema plugin="org.eclipse.sphinx.platform.ui" id="documentationViewFormatters" name="Documentation View Formatters"/> | |
| </appinfo> | |
| <documentation> | |
| This extension point allows the contribution of documentation view formatters. | |
| </documentation> | |
| </annotation> | |
| <include schemaLocation="schema://org.eclipse.core.expressions/schema/expressionLanguage.exsd"/> | |
| <element name="extension"> | |
| <annotation> | |
| <appinfo> | |
| <meta.element /> | |
| </appinfo> | |
| </annotation> | |
| <complexType> | |
| <sequence minOccurs="1" maxOccurs="unbounded"> | |
| <element ref="formatter"/> | |
| </sequence> | |
| <attribute name="point" type="string" use="required"> | |
| <annotation> | |
| <documentation> | |
| </documentation> | |
| </annotation> | |
| </attribute> | |
| <attribute name="id" type="string"> | |
| <annotation> | |
| <documentation> | |
| </documentation> | |
| </annotation> | |
| </attribute> | |
| <attribute name="name" type="string"> | |
| <annotation> | |
| <documentation> | |
| </documentation> | |
| <appinfo> | |
| <meta.attribute translatable="true"/> | |
| </appinfo> | |
| </annotation> | |
| </attribute> | |
| </complexType> | |
| </element> | |
| <element name="formatter"> | |
| <complexType> | |
| <sequence> | |
| <element ref="instanceof"/> | |
| </sequence> | |
| <attribute name="class" type="string" use="required"> | |
| <annotation> | |
| <documentation> | |
| The class that will actually implement the mapping to code. | |
| </documentation> | |
| <appinfo> | |
| <meta.attribute kind="java" basedOn=":org.eclipse.sphinx.platform.ui.views.documentation.IDescriptionFormatter"/> | |
| </appinfo> | |
| </annotation> | |
| </attribute> | |
| <attribute name="priority" type="string"> | |
| <annotation> | |
| <documentation> | |
| All contributions are sorted according to the priority attribute, lower priority comming first. | |
| </documentation> | |
| </annotation> | |
| </attribute> | |
| </complexType> | |
| </element> | |
| <annotation> | |
| <appinfo> | |
| <meta.section type="since"/> | |
| </appinfo> | |
| <documentation> | |
| 0.9.0 | |
| </documentation> | |
| </annotation> | |
| <annotation> | |
| <appinfo> | |
| <meta.section type="copyright"/> | |
| </appinfo> | |
| <documentation> | |
| Copyright (c) 2015 itemis 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 | |
| Contributors: | |
| itemis - Initial API and implementation | |
| </documentation> | |
| </annotation> | |
| </schema> |