]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.ui/schema/perspectiveBars.exsd
Migrated source code from Simantics SVN
[simantics/platform.git] / bundles / org.simantics.ui / schema / perspectiveBars.exsd
1 <?xml version='1.0' encoding='UTF-8'?>\r
2 <!-- Schema file written by PDE -->\r
3 <schema targetNamespace="org.simantics.ui" xmlns="http://www.w3.org/2001/XMLSchema">\r
4 <annotation>\r
5       <appInfo>\r
6          <meta.schema plugin="org.simantics.ui" id="perspectiveBars" name="Perspective controlled menubar, ... visibility"/>\r
7       </appInfo>\r
8       <documentation>\r
9          PerspectiveBars extension point allows extensions to hide menubar, coolbar, statusline, prespectivebar, fastviewbar, and progress indicator. \r
10 \r
11 Extensions cannot affect these components if they are not created by the running application and its IWorkbenchWindowConfigurer.\r
12       </documentation>\r
13    </annotation>\r
14 \r
15    <element name="extension">\r
16       <annotation>\r
17          <appInfo>\r
18             <meta.element />\r
19          </appInfo>\r
20       </annotation>\r
21       <complexType>\r
22          <sequence>\r
23             <element ref="perspective" minOccurs="0" maxOccurs="unbounded"/>\r
24          </sequence>\r
25          <attribute name="point" type="string" use="required">\r
26             <annotation>\r
27                <documentation>\r
28                   \r
29                </documentation>\r
30             </annotation>\r
31          </attribute>\r
32          <attribute name="id" type="string">\r
33             <annotation>\r
34                <documentation>\r
35                   \r
36                </documentation>\r
37             </annotation>\r
38          </attribute>\r
39          <attribute name="name" type="string">\r
40             <annotation>\r
41                <documentation>\r
42                   \r
43                </documentation>\r
44                <appInfo>\r
45                   <meta.attribute translatable="true"/>\r
46                </appInfo>\r
47             </annotation>\r
48          </attribute>\r
49       </complexType>\r
50    </element>\r
51 \r
52    <element name="perspective">\r
53       <complexType>\r
54          <attribute name="perspectiveId" type="string" use="required">\r
55             <annotation>\r
56                <documentation>\r
57                   \r
58                </documentation>\r
59             </annotation>\r
60          </attribute>\r
61          <attribute name="menuBar" type="boolean">\r
62             <annotation>\r
63                <documentation>\r
64                   \r
65                </documentation>\r
66             </annotation>\r
67          </attribute>\r
68          <attribute name="coolBar" type="boolean">\r
69             <annotation>\r
70                <documentation>\r
71                   \r
72                </documentation>\r
73             </annotation>\r
74          </attribute>\r
75          <attribute name="statusLine" type="boolean">\r
76             <annotation>\r
77                <documentation>\r
78                   \r
79                </documentation>\r
80             </annotation>\r
81          </attribute>\r
82          <attribute name="perspectiveBar" type="boolean">\r
83             <annotation>\r
84                <documentation>\r
85                   \r
86                </documentation>\r
87             </annotation>\r
88          </attribute>\r
89          <attribute name="fastViewBar" type="boolean">\r
90             <annotation>\r
91                <documentation>\r
92                   \r
93                </documentation>\r
94             </annotation>\r
95          </attribute>\r
96          <attribute name="progressIndicator" type="boolean">\r
97             <annotation>\r
98                <documentation>\r
99                   \r
100                </documentation>\r
101             </annotation>\r
102          </attribute>\r
103       </complexType>\r
104    </element>\r
105 \r
106    <annotation>\r
107       <appInfo>\r
108          <meta.section type="since"/>\r
109       </appInfo>\r
110       <documentation>\r
111          [Enter the first release in which this extension point appears.]\r
112       </documentation>\r
113    </annotation>\r
114 \r
115    <annotation>\r
116       <appInfo>\r
117          <meta.section type="examples"/>\r
118       </appInfo>\r
119       <documentation>\r
120          [Enter extension point usage example here.]\r
121       </documentation>\r
122    </annotation>\r
123 \r
124    <annotation>\r
125       <appInfo>\r
126          <meta.section type="apiinfo"/>\r
127       </appInfo>\r
128       <documentation>\r
129          [Enter API information here.]\r
130       </documentation>\r
131    </annotation>\r
132 \r
133    <annotation>\r
134       <appInfo>\r
135          <meta.section type="implementation"/>\r
136       </appInfo>\r
137       <documentation>\r
138          [Enter information about supplied implementation of this extension point.]\r
139       </documentation>\r
140    </annotation>\r
141 \r
142 \r
143 </schema>\r