upload tizen1.0 source
[sdk/ide/product.git] / org.eclipse.cdt.ui / schema / HelpInfo.exsd
1 <?xml version='1.0' encoding='UTF-8'?>
2 <!-- Schema file written by PDE -->
3 <schema targetNamespace="org.eclipse.cdt.ui">
4 <annotation>
5       <appInfo>
6          <meta.schema plugin="org.eclipse.cdt.ui" id="HelpInfo" name="Allows contributing the map files to the map-file-based CDT CHelpProvider."/>
7       </appInfo>
8       <documentation>
9          Allows contributing the map files to 
10 the map-file-based CDT CHelpProvider.
11       </documentation>
12    </annotation>
13
14    <element name="extension">
15       <complexType>
16          <sequence>
17             <element ref="helpInfo" minOccurs="1" maxOccurs="unbounded"/>
18          </sequence>
19          <attribute name="point" type="string" use="required">
20             <annotation>
21                <documentation>
22                   
23                </documentation>
24             </annotation>
25          </attribute>
26          <attribute name="id" type="string">
27             <annotation>
28                <documentation>
29                   
30                </documentation>
31             </annotation>
32          </attribute>
33          <attribute name="name" type="string">
34             <annotation>
35                <documentation>
36                   
37                </documentation>
38                <appInfo>
39                   <meta.attribute translatable="true"/>
40                </appInfo>
41             </annotation>
42          </attribute>
43       </complexType>
44    </element>
45
46    <element name="helpInfo">
47       <annotation>
48          <documentation>
49             Allows defining map-file path relative to the plugin directory.
50          </documentation>
51       </annotation>
52       <complexType>
53          <attribute name="file" type="string" use="required">
54             <annotation>
55                <documentation>
56                   Contains map-file path relative to the plugin directory.
57                </documentation>
58                <appInfo>
59                   <meta.attribute kind="resource"/>
60                </appInfo>
61             </annotation>
62          </attribute>
63          <attribute name="format" type="string">
64             <annotation>
65                <documentation>
66                   May contain ID of map file format.
67 For now, there&apos;s only one (default) help map format.
68
69                </documentation>
70             </annotation>
71          </attribute>
72       </complexType>
73    </element>
74
75    <annotation>
76       <appInfo>
77          <meta.section type="since"/>
78       </appInfo>
79       <documentation>
80          CDT 4.0.2
81       </documentation>
82    </annotation>
83
84    <annotation>
85       <appInfo>
86          <meta.section type="examples"/>
87       </appInfo>
88       <documentation>
89          &lt;extension
90   point=&quot;org.eclipse.cdt.ui.HelpInfo&quot;
91   id=&quot;org.eclipse.cdt.ui.help.cpp&quot;
92   name=&quot;C++ Help&quot;&gt;
93   &lt;helpInfo file=&quot;data1.xml&quot;/&gt;
94   &lt;helpInfo file=&quot;data2.xml&quot;/&gt;
95   &lt;helpInfo file=&quot;data3.xml&quot;/&gt;
96 &lt;/extension&gt;
97       </documentation>
98    </annotation>
99
100    <annotation>
101       <appInfo>
102          <meta.section type="apiInfo"/>
103       </appInfo>
104       <documentation>
105          [Enter API information here.]
106       </documentation>
107    </annotation>
108
109    <annotation>
110       <appInfo>
111          <meta.section type="implementation"/>
112       </appInfo>
113       <documentation>
114          [Enter information about supplied implementation of this extension point.]
115       </documentation>
116    </annotation>
117
118    <annotation>
119       <appInfo>
120          <meta.section type="copyright"/>
121       </appInfo>
122       <documentation>
123          
124       </documentation>
125    </annotation>
126
127 </schema>