amywu | ea52d51 | 2005-12-06 17:33:33 +0000 | [diff] [blame] | 1 | <?xml version='1.0' encoding='UTF-8'?> |
| 2 | <!-- Schema file written by PDE --> |
| 3 | <schema targetNamespace="org.eclipse.wst.sse.core"> |
| 4 | <annotation> |
| 5 | <appInfo> |
| 6 | <meta.schema plugin="org.eclipse.wst.sse.core" id="documentTypes" name="Document Types Extension Point"/> |
| 7 | </appInfo> |
| 8 | <documentation> |
| 9 | <b>This extension point is internal and should not be used by any other plugins.</b> |
| 10 | </documentation> |
| 11 | </annotation> |
| 12 | |
| 13 | <element name="extension"> |
| 14 | <complexType> |
| 15 | <sequence> |
| 16 | <element ref="documentType" 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="documentType"> |
| 46 | <complexType> |
| 47 | <attribute name="elementName" type="string" use="required"> |
| 48 | <annotation> |
| 49 | <documentation> |
| 50 | |
| 51 | </documentation> |
| 52 | </annotation> |
| 53 | </attribute> |
| 54 | <attribute name="displayName" type="string"> |
| 55 | <annotation> |
| 56 | <documentation> |
| 57 | |
| 58 | </documentation> |
| 59 | <appInfo> |
| 60 | <meta.attribute translatable="true"/> |
| 61 | </appInfo> |
| 62 | </annotation> |
| 63 | </attribute> |
| 64 | <attribute name="namespaceURI" type="string" use="required"> |
| 65 | <annotation> |
| 66 | <documentation> |
| 67 | |
| 68 | </documentation> |
| 69 | </annotation> |
| 70 | </attribute> |
| 71 | <attribute name="isXHTML" type="boolean"> |
| 72 | <annotation> |
| 73 | <documentation> |
| 74 | |
| 75 | </documentation> |
| 76 | </annotation> |
| 77 | </attribute> |
| 78 | <attribute name="hasFrameset" type="boolean"> |
| 79 | <annotation> |
| 80 | <documentation> |
| 81 | |
| 82 | </documentation> |
| 83 | </annotation> |
| 84 | </attribute> |
| 85 | <attribute name="publicID" type="string" use="required"> |
| 86 | <annotation> |
| 87 | <documentation> |
| 88 | |
| 89 | </documentation> |
| 90 | </annotation> |
| 91 | </attribute> |
| 92 | <attribute name="systemID" type="string" use="required"> |
| 93 | <annotation> |
| 94 | <documentation> |
| 95 | |
| 96 | </documentation> |
| 97 | </annotation> |
| 98 | </attribute> |
| 99 | <attribute name="defaultXHTML" type="boolean"> |
| 100 | <annotation> |
| 101 | <documentation> |
| 102 | |
| 103 | </documentation> |
| 104 | </annotation> |
| 105 | </attribute> |
| 106 | <attribute name="isWML" type="boolean"> |
| 107 | <annotation> |
| 108 | <documentation> |
| 109 | |
| 110 | </documentation> |
| 111 | </annotation> |
| 112 | </attribute> |
| 113 | <attribute name="defaultWML" type="boolean"> |
| 114 | <annotation> |
| 115 | <documentation> |
| 116 | |
| 117 | </documentation> |
| 118 | </annotation> |
| 119 | </attribute> |
| 120 | </complexType> |
| 121 | </element> |
| 122 | |
| 123 | <annotation> |
| 124 | <appInfo> |
| 125 | <meta.section type="since"/> |
| 126 | </appInfo> |
| 127 | <documentation> |
| 128 | <b>This extension point is internal and should not be used by any other plugins.</b> |
| 129 | </documentation> |
| 130 | </annotation> |
| 131 | |
| 132 | <annotation> |
| 133 | <appInfo> |
| 134 | <meta.section type="examples"/> |
| 135 | </appInfo> |
| 136 | <documentation> |
| 137 | |
| 138 | </documentation> |
| 139 | </annotation> |
| 140 | |
| 141 | <annotation> |
| 142 | <appInfo> |
| 143 | <meta.section type="apiInfo"/> |
| 144 | </appInfo> |
| 145 | <documentation> |
| 146 | |
| 147 | </documentation> |
| 148 | </annotation> |
| 149 | |
| 150 | <annotation> |
| 151 | <appInfo> |
| 152 | <meta.section type="implementation"/> |
| 153 | </appInfo> |
| 154 | <documentation> |
| 155 | |
| 156 | </documentation> |
| 157 | </annotation> |
| 158 | |
| 159 | <annotation> |
| 160 | <appInfo> |
| 161 | <meta.section type="copyright"/> |
| 162 | </appInfo> |
| 163 | <documentation> |
| 164 | Copyright (c) 2005 IBM Corporation and others.<br> |
| 165 | All rights reserved. This program and the accompanying materials are made |
| 166 | available under the terms of the Eclipse Public License v1.0 which accompanies |
| 167 | this distribution, and is available at <a |
| 168 | href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a> |
| 169 | </documentation> |
| 170 | </annotation> |
| 171 | |
| 172 | </schema> |