Statistiques
| Révision :

root / tmp / org.txm.practically.rcp / schema / xmlCommandHandlers.exsd @ 840

Historique | Voir | Annoter | Télécharger (3,15 ko)

1 486 mdecorde
<?xml version='1.0' encoding='UTF-8'?>
2 486 mdecorde
<!-- Schema file written by PDE -->
3 486 mdecorde
<schema targetNamespace="EditorMacros" xmlns="http://www.w3.org/2001/XMLSchema">
4 486 mdecorde
<annotation>
5 486 mdecorde
      <appinfo>
6 486 mdecorde
         <meta.schema plugin="EditorMacros" id="com.none.macros.xmlCommandHandlers" name="XMLCommandHandlers"/>
7 486 mdecorde
      </appinfo>
8 486 mdecorde
      <documentation>
9 486 mdecorde
         This extension point is for internal use at this time.  The idea is to associate handlers for reading in previously defined commands.  Since I haven&apos;t publicized a way for others to add new commands, this is effectively a private extension.
10 486 mdecorde
      </documentation>
11 486 mdecorde
   </annotation>
12 486 mdecorde
13 486 mdecorde
   <element name="extension">
14 486 mdecorde
      <annotation>
15 486 mdecorde
         <appinfo>
16 486 mdecorde
            <meta.element />
17 486 mdecorde
         </appinfo>
18 486 mdecorde
      </annotation>
19 486 mdecorde
      <complexType>
20 486 mdecorde
         <sequence>
21 486 mdecorde
            <element ref="XMLCommandHandler" minOccurs="1" maxOccurs="unbounded"/>
22 486 mdecorde
         </sequence>
23 486 mdecorde
         <attribute name="point" type="string" use="required">
24 486 mdecorde
            <annotation>
25 486 mdecorde
               <documentation>
26 486 mdecorde
27 486 mdecorde
               </documentation>
28 486 mdecorde
            </annotation>
29 486 mdecorde
         </attribute>
30 486 mdecorde
         <attribute name="id" type="string">
31 486 mdecorde
            <annotation>
32 486 mdecorde
               <documentation>
33 486 mdecorde
34 486 mdecorde
               </documentation>
35 486 mdecorde
            </annotation>
36 486 mdecorde
         </attribute>
37 486 mdecorde
         <attribute name="name" type="string">
38 486 mdecorde
            <annotation>
39 486 mdecorde
               <documentation>
40 486 mdecorde
41 486 mdecorde
               </documentation>
42 486 mdecorde
               <appinfo>
43 486 mdecorde
                  <meta.attribute translatable="true"/>
44 486 mdecorde
               </appinfo>
45 486 mdecorde
            </annotation>
46 486 mdecorde
         </attribute>
47 486 mdecorde
      </complexType>
48 486 mdecorde
   </element>
49 486 mdecorde
50 486 mdecorde
   <element name="XMLCommandHandler">
51 486 mdecorde
      <complexType>
52 486 mdecorde
         <attribute name="class" type="string" use="required">
53 486 mdecorde
            <annotation>
54 486 mdecorde
               <documentation>
55 486 mdecorde
56 486 mdecorde
               </documentation>
57 486 mdecorde
               <appinfo>
58 486 mdecorde
                  <meta.attribute kind="java" basedOn=":practicallymacro.commands.IMacroCommand"/>
59 486 mdecorde
               </appinfo>
60 486 mdecorde
            </annotation>
61 486 mdecorde
         </attribute>
62 486 mdecorde
         <attribute name="type" type="string" use="required">
63 486 mdecorde
            <annotation>
64 486 mdecorde
               <documentation>
65 486 mdecorde
66 486 mdecorde
               </documentation>
67 486 mdecorde
            </annotation>
68 486 mdecorde
         </attribute>
69 486 mdecorde
      </complexType>
70 486 mdecorde
   </element>
71 486 mdecorde
72 486 mdecorde
   <annotation>
73 486 mdecorde
      <appinfo>
74 486 mdecorde
         <meta.section type="since"/>
75 486 mdecorde
      </appinfo>
76 486 mdecorde
      <documentation>
77 486 mdecorde
         [Enter the first release in which this extension point appears.]
78 486 mdecorde
      </documentation>
79 486 mdecorde
   </annotation>
80 486 mdecorde
81 486 mdecorde
   <annotation>
82 486 mdecorde
      <appinfo>
83 486 mdecorde
         <meta.section type="examples"/>
84 486 mdecorde
      </appinfo>
85 486 mdecorde
      <documentation>
86 486 mdecorde
         [Enter extension point usage example here.]
87 486 mdecorde
      </documentation>
88 486 mdecorde
   </annotation>
89 486 mdecorde
90 486 mdecorde
   <annotation>
91 486 mdecorde
      <appinfo>
92 486 mdecorde
         <meta.section type="apiinfo"/>
93 486 mdecorde
      </appinfo>
94 486 mdecorde
      <documentation>
95 486 mdecorde
         [Enter API information here.]
96 486 mdecorde
      </documentation>
97 486 mdecorde
   </annotation>
98 486 mdecorde
99 486 mdecorde
   <annotation>
100 486 mdecorde
      <appinfo>
101 486 mdecorde
         <meta.section type="implementation"/>
102 486 mdecorde
      </appinfo>
103 486 mdecorde
      <documentation>
104 486 mdecorde
         [Enter information about supplied implementation of this extension point.]
105 486 mdecorde
      </documentation>
106 486 mdecorde
   </annotation>
107 486 mdecorde
108 486 mdecorde
109 486 mdecorde
</schema>