tkaiser | ff6cf32 | 2010-11-25 15:54:25 +0000 | [diff] [blame] | 1 | <?xml version='1.0' encoding='UTF-8'?> |
| 2 | <!-- Schema file written by PDE --> |
| 3 | <schema targetNamespace="org.eclipse.graphiti.ui" xmlns="http://www.w3.org/2001/XMLSchema"> |
| 4 | <annotation> |
| 5 | <appInfo> |
| 6 | <meta.schema plugin="org.eclipse.graphiti.ui" id="diagramExporters" name="Diagram Exporters"/> |
| 7 | </appInfo> |
| 8 | <documentation> |
| 9 | [Enter description of this extension point.] |
| 10 | </documentation> |
| 11 | </annotation> |
| 12 | |
| 13 | <element name="extension"> |
| 14 | <annotation> |
| 15 | <appInfo> |
| 16 | <meta.element /> |
| 17 | </appInfo> |
| 18 | </annotation> |
| 19 | <complexType> |
| 20 | <sequence> |
| 21 | <element ref="diagramexporter"/> |
| 22 | </sequence> |
| 23 | <attribute name="point" type="string" use="required"> |
| 24 | <annotation> |
| 25 | <documentation> |
| 26 | |
| 27 | </documentation> |
| 28 | </annotation> |
| 29 | </attribute> |
| 30 | <attribute name="id" type="string"> |
| 31 | <annotation> |
| 32 | <documentation> |
| 33 | |
| 34 | </documentation> |
| 35 | </annotation> |
| 36 | </attribute> |
| 37 | <attribute name="name" type="string"> |
| 38 | <annotation> |
| 39 | <documentation> |
| 40 | |
| 41 | </documentation> |
| 42 | <appInfo> |
| 43 | <meta.attribute translatable="true"/> |
| 44 | </appInfo> |
| 45 | </annotation> |
| 46 | </attribute> |
| 47 | </complexType> |
| 48 | </element> |
| 49 | |
| 50 | <element name="diagramexporter"> |
| 51 | <complexType> |
| 52 | <attribute name="type" type="string" use="required"> |
| 53 | <annotation> |
| 54 | <documentation> |
| 55 | |
| 56 | </documentation> |
| 57 | </annotation> |
| 58 | </attribute> |
tkaiser | fce057d | 2010-11-29 12:36:40 +0000 | [diff] [blame] | 59 | <attribute name="enableScaling" type="boolean"> |
| 60 | <annotation> |
| 61 | <documentation> |
| 62 | If and only if true, the diagram export ui will offer |
| 63 | controls to enable scaling. |
| 64 | </documentation> |
| 65 | </annotation> |
| 66 | </attribute> |
tkaiser | ff6cf32 | 2010-11-25 15:54:25 +0000 | [diff] [blame] | 67 | <attribute name="class" type="string" use="required"> |
| 68 | <annotation> |
| 69 | <documentation> |
| 70 | |
| 71 | </documentation> |
| 72 | <appInfo> |
| 73 | <meta.attribute kind="java" basedOn=":org.eclipse.graphiti.ui.internal.util.ui.print.IDiagramExporter"/> |
| 74 | </appInfo> |
| 75 | </annotation> |
| 76 | </attribute> |
| 77 | </complexType> |
| 78 | </element> |
| 79 | |
| 80 | <annotation> |
| 81 | <appInfo> |
| 82 | <meta.section type="since"/> |
| 83 | </appInfo> |
| 84 | <documentation> |
| 85 | 0.8.0 |
| 86 | </documentation> |
| 87 | </annotation> |
| 88 | |
| 89 | <annotation> |
| 90 | <appInfo> |
| 91 | <meta.section type="examples"/> |
| 92 | </appInfo> |
| 93 | <documentation> |
| 94 | [Enter extension point usage example here.] |
| 95 | </documentation> |
| 96 | </annotation> |
| 97 | |
| 98 | <annotation> |
| 99 | <appInfo> |
| 100 | <meta.section type="apiinfo"/> |
| 101 | </appInfo> |
| 102 | <documentation> |
| 103 | [Enter API information here.] |
| 104 | </documentation> |
| 105 | </annotation> |
| 106 | |
| 107 | <annotation> |
| 108 | <appInfo> |
| 109 | <meta.section type="implementation"/> |
| 110 | </appInfo> |
| 111 | <documentation> |
| 112 | [Enter information about supplied implementation of this extension point.] |
| 113 | </documentation> |
| 114 | </annotation> |
| 115 | |
| 116 | <annotation> |
| 117 | <appInfo> |
| 118 | <meta.section type="copyright"/> |
| 119 | </appInfo> |
| 120 | <documentation> |
| 121 | Copyright (c) 2005, 2010 SAP AG.<br> |
| 122 | All rights reserved. This program and the accompanying materials are made |
| 123 | available under the terms of the Eclipse Public License v1.0 which accompanies |
| 124 | this distribution, and is available at <a |
| 125 | href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a> |
| 126 | </documentation> |
| 127 | </annotation> |
| 128 | |
| 129 | </schema> |