Richard S. Hall | 85bafab | 2009-07-13 13:25:46 +0000 | [diff] [blame] | 1 | <?xml version='1.0' encoding='UTF-8'?> |
| 2 | <!-- |
| 3 | Licensed to the Apache Software Foundation (ASF) under one |
| 4 | or more contributor license agreements. See the NOTICE file |
| 5 | distributed with this work for additional information |
| 6 | regarding copyright ownership. The ASF licenses this file |
| 7 | to you under the Apache License, Version 2.0 (the |
| 8 | "License"); you may not use this file except in compliance |
| 9 | with the License. You may obtain a copy of the License at |
| 10 | |
| 11 | http://www.apache.org/licenses/LICENSE-2.0 |
| 12 | |
| 13 | Unless required by applicable law or agreed to in writing, |
| 14 | software distributed under the License is distributed on an |
| 15 | "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 16 | KIND, either express or implied. See the License for the |
| 17 | specific language governing permissions and limitations |
| 18 | under the License. |
| 19 | --> |
| 20 | <!-- Schema file written by PDE --> |
David Morgan Spencer Savage | 3a39588 | 2010-03-01 10:41:21 +0000 | [diff] [blame] | 21 | <schema targetNamespace="org.apache.felix.sigil.eclipse.ui" xmlns="http://www.w3.org/2001/XMLSchema"> |
Richard S. Hall | 85bafab | 2009-07-13 13:25:46 +0000 | [diff] [blame] | 22 | <annotation> |
| 23 | <appinfo> |
David Morgan Spencer Savage | 3a39588 | 2010-03-01 10:41:21 +0000 | [diff] [blame] | 24 | <meta.schema plugin="org.apache.felix.sigil.eclipse.ui" id="org.apache.felix.sigil.eclipse.ui.repositorywizard" name="Repository Wizard"/> |
Richard S. Hall | 85bafab | 2009-07-13 13:25:46 +0000 | [diff] [blame] | 25 | </appinfo> |
| 26 | <documentation> |
| 27 | [Enter description of this extension point.] |
| 28 | </documentation> |
| 29 | </annotation> |
| 30 | |
| 31 | <element name="extension"> |
| 32 | <annotation> |
| 33 | <appinfo> |
| 34 | <meta.element /> |
| 35 | </appinfo> |
| 36 | </annotation> |
| 37 | <complexType> |
| 38 | <sequence minOccurs="0" maxOccurs="unbounded"> |
| 39 | <element ref="wizard"/> |
| 40 | </sequence> |
| 41 | <attribute name="point" type="string" use="required"> |
| 42 | <annotation> |
| 43 | <documentation> |
| 44 | |
| 45 | </documentation> |
| 46 | </annotation> |
| 47 | </attribute> |
| 48 | <attribute name="id" type="string"> |
| 49 | <annotation> |
| 50 | <documentation> |
| 51 | |
| 52 | </documentation> |
| 53 | </annotation> |
| 54 | </attribute> |
| 55 | <attribute name="name" type="string"> |
| 56 | <annotation> |
| 57 | <documentation> |
| 58 | |
| 59 | </documentation> |
| 60 | <appinfo> |
| 61 | <meta.attribute translatable="true"/> |
| 62 | </appinfo> |
| 63 | </annotation> |
| 64 | </attribute> |
| 65 | </complexType> |
| 66 | </element> |
| 67 | |
| 68 | <element name="wizard"> |
| 69 | <complexType> |
| 70 | <attribute name="class" type="string" use="required"> |
| 71 | <annotation> |
| 72 | <documentation> |
| 73 | |
| 74 | </documentation> |
| 75 | <appinfo> |
David Morgan Spencer Savage | 3a39588 | 2010-03-01 10:41:21 +0000 | [diff] [blame] | 76 | <meta.attribute kind="java" basedOn="org.apache.felix.sigil.ui.eclipse.ui.wizard.repository.RepositoryWizard:"/> |
Richard S. Hall | 85bafab | 2009-07-13 13:25:46 +0000 | [diff] [blame] | 77 | </appinfo> |
| 78 | </annotation> |
| 79 | </attribute> |
| 80 | <attribute name="repository" type="string" use="required"> |
| 81 | <annotation> |
| 82 | <documentation> |
| 83 | |
| 84 | </documentation> |
| 85 | </annotation> |
| 86 | </attribute> |
| 87 | </complexType> |
| 88 | </element> |
| 89 | |
| 90 | <annotation> |
| 91 | <appinfo> |
| 92 | <meta.section type="since"/> |
| 93 | </appinfo> |
| 94 | <documentation> |
| 95 | [Enter the first release in which this extension point appears.] |
| 96 | </documentation> |
| 97 | </annotation> |
| 98 | |
| 99 | <annotation> |
| 100 | <appinfo> |
| 101 | <meta.section type="examples"/> |
| 102 | </appinfo> |
| 103 | <documentation> |
| 104 | [Enter extension point usage example here.] |
| 105 | </documentation> |
| 106 | </annotation> |
| 107 | |
| 108 | <annotation> |
| 109 | <appinfo> |
| 110 | <meta.section type="apiinfo"/> |
| 111 | </appinfo> |
| 112 | <documentation> |
| 113 | [Enter API information here.] |
| 114 | </documentation> |
| 115 | </annotation> |
| 116 | |
| 117 | <annotation> |
| 118 | <appinfo> |
| 119 | <meta.section type="implementation"/> |
| 120 | </appinfo> |
| 121 | <documentation> |
| 122 | [Enter information about supplied implementation of this extension point.] |
| 123 | </documentation> |
| 124 | </annotation> |
| 125 | |
| 126 | |
| 127 | </schema> |