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