blob: 051c866eefcf8415a429f838d37c87fe579ab146 [file] [log] [blame]
Richard S. Hall85bafab2009-07-13 13:25:46 +00001<?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 -->
21<schema targetNamespace="org.cauldron.sigil.core" xmlns="http://www.w3.org/2001/XMLSchema">
22<annotation>
23 <appinfo>
24 <meta.schema plugin="org.cauldron.sigil.core" id="org.cauldron.sigil.repository" name="Sigil Bundle Repository Provider"/>
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>
39 <element ref="provider" minOccurs="0" maxOccurs="unbounded"/>
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="provider">
69 <complexType>
70 <attribute name="id" type="string" use="required">
71 <annotation>
72 <documentation>
73
74 </documentation>
75 </annotation>
76 </attribute>
77 <attribute name="type" type="string" use="required">
78 <annotation>
79 <documentation>
80
81 </documentation>
82 </annotation>
83 </attribute>
84 <attribute name="class" type="string" use="required">
85 <annotation>
86 <documentation>
87
88 </documentation>
89 <appinfo>
90 <meta.attribute kind="java" basedOn=":org.cauldron.sigil.repository.IRepositoryProvider"/>
91 </appinfo>
92 </annotation>
93 </attribute>
94 <attribute name="icon" type="string">
95 <annotation>
96 <documentation>
97
98 </documentation>
99 <appinfo>
100 <meta.attribute kind="resource"/>
101 </appinfo>
102 </annotation>
103 </attribute>
104 <attribute name="dynamic" type="boolean" use="default" value="true">
105 <annotation>
106 <documentation>
107
108 </documentation>
109 </annotation>
110 </attribute>
111 <attribute name="defaultLevel" type="string" use="default" value="500">
112 <annotation>
113 <documentation>
114
115 </documentation>
116 </annotation>
117 </attribute>
118 </complexType>
119 </element>
120
121 <annotation>
122 <appinfo>
123 <meta.section type="since"/>
124 </appinfo>
125 <documentation>
126 [Enter the first release in which this extension point appears.]
127 </documentation>
128 </annotation>
129
130 <annotation>
131 <appinfo>
132 <meta.section type="examples"/>
133 </appinfo>
134 <documentation>
135 [Enter extension point usage example here.]
136 </documentation>
137 </annotation>
138
139 <annotation>
140 <appinfo>
141 <meta.section type="apiinfo"/>
142 </appinfo>
143 <documentation>
144 [Enter API information here.]
145 </documentation>
146 </annotation>
147
148 <annotation>
149 <appinfo>
150 <meta.section type="implementation"/>
151 </appinfo>
152 <documentation>
153 [Enter information about supplied implementation of this extension point.]
154 </documentation>
155 </annotation>
156
157
158</schema>