Alex Lagarde | a971017 | 2013-07-16 15:45:26 +0200 | [diff] [blame] | 1 | <?xml version='1.0' encoding='UTF-8'?> |
| 2 | <!-- Schema file written by PDE --> |
| 3 | <schema targetNamespace="org.eclipse.mylyn.docs.intent.client.ui.ide" xmlns="http://www.w3.org/2001/XMLSchema"> |
| 4 | <annotation> |
| 5 | <appinfo> |
| 6 | <meta.schema plugin="org.eclipse.mylyn.docs.intent.client.ui.ide" id="org.eclipse.mylyn.docs.intent.client.ui.ide.template.extension" name="org.eclipse.mylyn.docs.intent.client.ui.ide.template.extension"/> |
| 7 | </appinfo> |
| 8 | <documentation> |
| 9 | Provides an extension point for document templates available in the new project wizard. |
| 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="IntentDocumentTemplate"/> |
| 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="IntentDocumentTemplate"> |
| 51 | <complexType> |
| 52 | <attribute name="name" type="string" use="required"> |
| 53 | <annotation> |
| 54 | <documentation> |
| 55 | |
| 56 | </documentation> |
| 57 | </annotation> |
| 58 | </attribute> |
| 59 | <attribute name="description" type="string"> |
| 60 | <annotation> |
| 61 | <documentation> |
| 62 | |
| 63 | </documentation> |
| 64 | </annotation> |
| 65 | </attribute> |
| 66 | <attribute name="template" type="string" use="required"> |
| 67 | <annotation> |
| 68 | <documentation> |
| 69 | A relative name of the template file. |
| 70 | </documentation> |
| 71 | <appinfo> |
| 72 | <meta.attribute kind="resource"/> |
| 73 | </appinfo> |
| 74 | </annotation> |
| 75 | </attribute> |
| 76 | </complexType> |
| 77 | </element> |
| 78 | |
| 79 | <annotation> |
| 80 | <appinfo> |
| 81 | <meta.section type="since"/> |
| 82 | </appinfo> |
| 83 | <documentation> |
| 84 | [Enter the first release in which this extension point appears.] |
| 85 | </documentation> |
| 86 | </annotation> |
| 87 | |
| 88 | |
| 89 | <annotation> |
| 90 | <appinfo> |
| 91 | <meta.section type="apiinfo"/> |
| 92 | </appinfo> |
| 93 | <documentation> |
| 94 | [Enter API information here.] |
| 95 | </documentation> |
| 96 | </annotation> |
| 97 | |
| 98 | <annotation> |
| 99 | <appinfo> |
| 100 | <meta.section type="implementation"/> |
| 101 | </appinfo> |
| 102 | <documentation> |
| 103 | [Enter information about supplied implementation of this extension point.] |
| 104 | </documentation> |
| 105 | </annotation> |
| 106 | |
| 107 | <annotation> |
| 108 | <appinfo> |
| 109 | <meta.section type="copyright"/> |
| 110 | </appinfo> |
| 111 | <documentation> |
| 112 | Copyright (c) 2011 Obeo. |
| 113 | |
| 114 | All rights reserved. This program and the accompanying materials |
| 115 | are made available under the terms of the Eclipse Public License v1.0 |
| 116 | which accompanies this distribution, and is available at |
| 117 | http://www.eclipse.org/legal/epl-v10.html |
| 118 | |
| 119 | Contributors: |
| 120 | Obeo - initial API and implementation |
| 121 | </documentation> |
| 122 | </annotation> |
| 123 | |
| 124 | </schema> |