asobolev | 0802bb4 | 2007-11-09 15:04:48 +0000 | [diff] [blame] | 1 | <?xml version='1.0' encoding='UTF-8'?> |
| 2 | <!-- Schema file written by PDE --> |
| 3 | <schema targetNamespace="org.eclipse.dltk.debug.ui"> |
| 4 | <annotation> |
| 5 | <appInfo> |
| 6 | <meta.schema plugin="org.eclipse.dltk.debug.ui" id="scriptDetailFormatter" name="scriptDetailFormatter"/> |
| 7 | </appInfo> |
| 8 | <documentation> |
| 9 | [Enter description of this extension point.] |
| 10 | </documentation> |
| 11 | </annotation> |
| 12 | |
| 13 | <element name="extension"> |
| 14 | <complexType> |
| 15 | <sequence minOccurs="1" maxOccurs="unbounded"> |
| 16 | <element ref="detailFormatter" minOccurs="1" maxOccurs="unbounded"/> |
| 17 | </sequence> |
| 18 | <attribute name="point" type="string" use="required"> |
| 19 | <annotation> |
| 20 | <documentation> |
| 21 | |
| 22 | </documentation> |
| 23 | </annotation> |
| 24 | </attribute> |
| 25 | <attribute name="id" type="string"> |
| 26 | <annotation> |
| 27 | <documentation> |
| 28 | |
| 29 | </documentation> |
| 30 | </annotation> |
| 31 | </attribute> |
| 32 | <attribute name="name" type="string"> |
| 33 | <annotation> |
| 34 | <documentation> |
| 35 | |
| 36 | </documentation> |
| 37 | <appInfo> |
| 38 | <meta.attribute translatable="true"/> |
| 39 | </appInfo> |
| 40 | </annotation> |
| 41 | </attribute> |
| 42 | </complexType> |
| 43 | </element> |
| 44 | |
| 45 | <element name="detailFormatter"> |
| 46 | <annotation> |
| 47 | <appInfo> |
| 48 | <meta.element labelAttribute="type"/> |
| 49 | </appInfo> |
| 50 | </annotation> |
| 51 | <complexType> |
| 52 | <attribute name="type" type="string" use="required"> |
| 53 | <annotation> |
| 54 | <documentation> |
| 55 | |
| 56 | </documentation> |
| 57 | </annotation> |
| 58 | </attribute> |
| 59 | <attribute name="nature" type="string" use="required"> |
| 60 | <annotation> |
| 61 | <documentation> |
| 62 | |
| 63 | </documentation> |
| 64 | </annotation> |
| 65 | </attribute> |
| 66 | <attribute name="snippet" type="string" use="required"> |
| 67 | <annotation> |
| 68 | <documentation> |
| 69 | |
| 70 | </documentation> |
| 71 | </annotation> |
| 72 | </attribute> |
| 73 | </complexType> |
| 74 | </element> |
| 75 | |
| 76 | <annotation> |
| 77 | <appInfo> |
| 78 | <meta.section type="since"/> |
| 79 | </appInfo> |
| 80 | <documentation> |
| 81 | [Enter the first release in which this extension point appears.] |
| 82 | </documentation> |
| 83 | </annotation> |
| 84 | |
| 85 | <annotation> |
| 86 | <appInfo> |
| 87 | <meta.section type="examples"/> |
| 88 | </appInfo> |
| 89 | <documentation> |
| 90 | [Enter extension point usage example here.] |
| 91 | </documentation> |
| 92 | </annotation> |
| 93 | |
| 94 | <annotation> |
| 95 | <appInfo> |
| 96 | <meta.section type="apiInfo"/> |
| 97 | </appInfo> |
| 98 | <documentation> |
| 99 | [Enter API information here.] |
| 100 | </documentation> |
| 101 | </annotation> |
| 102 | |
| 103 | <annotation> |
| 104 | <appInfo> |
| 105 | <meta.section type="implementation"/> |
| 106 | </appInfo> |
| 107 | <documentation> |
| 108 | [Enter information about supplied implementation of this extension point.] |
| 109 | </documentation> |
| 110 | </annotation> |
| 111 | |
| 112 | <annotation> |
| 113 | <appInfo> |
| 114 | <meta.section type="copyright"/> |
| 115 | </appInfo> |
| 116 | <documentation> |
| 117 | |
| 118 | </documentation> |
| 119 | </annotation> |
| 120 | |
| 121 | </schema> |