| <?xml version='1.0' encoding='UTF-8'?> | |
| <!-- Schema file written by PDE --> | |
| <schema targetNamespace="org.eclipse.core.filebuffers"> | |
| <annotation> | |
| <appInfo> | |
| <meta.schema plugin="org.eclipse.core.filebuffers" id="documentCreation" name="Document Creation"/> | |
| </appInfo> | |
| <documentation> | |
| This extension point is interesting for your if you want the file buffer manager to instantiate a specific document implementation for certain file extensions. | |
| </documentation> | |
| </annotation> | |
| <element name="extension"> | |
| <complexType> | |
| <sequence> | |
| <element ref="factory"/> | |
| </sequence> | |
| <attribute name="point" type="string" use="required"> | |
| <annotation> | |
| <documentation> | |
| </documentation> | |
| </annotation> | |
| </attribute> | |
| <attribute name="id" type="string"> | |
| <annotation> | |
| <documentation> | |
| </documentation> | |
| </annotation> | |
| </attribute> | |
| <attribute name="name" type="string"> | |
| <annotation> | |
| <documentation> | |
| </documentation> | |
| </annotation> | |
| </attribute> | |
| </complexType> | |
| </element> | |
| <element name="factory"> | |
| <complexType> | |
| <attribute name="class" type="string" use="required"> | |
| <annotation> | |
| <documentation> | |
| </documentation> | |
| <appInfo> | |
| <meta.attribute kind="java"/> | |
| </appInfo> | |
| </annotation> | |
| </attribute> | |
| <attribute name="extensions" type="string" use="required"> | |
| <annotation> | |
| <documentation> | |
| </documentation> | |
| </annotation> | |
| </attribute> | |
| </complexType> | |
| </element> | |
| <annotation> | |
| <appInfo> | |
| <meta.section type="since"/> | |
| </appInfo> | |
| <documentation> | |
| 3.0 | |
| </documentation> | |
| </annotation> | |
| <annotation> | |
| <appInfo> | |
| <meta.section type="examples"/> | |
| </appInfo> | |
| <documentation> | |
| [Enter extension point usage example here.] | |
| </documentation> | |
| </annotation> | |
| <annotation> | |
| <appInfo> | |
| <meta.section type="apiInfo"/> | |
| </appInfo> | |
| <documentation> | |
| [Enter API information here.] | |
| </documentation> | |
| </annotation> | |
| <annotation> | |
| <appInfo> | |
| <meta.section type="implementation"/> | |
| </appInfo> | |
| <documentation> | |
| [Enter information about supplied implementation of this extension point.] | |
| </documentation> | |
| </annotation> | |
| <annotation> | |
| <appInfo> | |
| <meta.section type="copyright"/> | |
| </appInfo> | |
| <documentation> | |
| <p> | |
| <a href="hglegal.htm"> | |
| <img SRC="ngibmcpy.gif" | |
| ALT="Copyright (c) 2000, 2003 IBM Corporation and others. All Rights Reserved." | |
| BORDER="0" height="14" width="324"></a> | |
| </p> | |
| </documentation> | |
| </annotation> | |
| </schema> |