1 <?xml version='1.0' encoding='UTF-8'?>
2 <!-- Schema file written by PDE -->
3 <schema targetNamespace="org.simantics.db.services" xmlns="http://www.w3.org/2001/XMLSchema">
6 <meta.schema plugin="org.simantics.db.services" id="sessionService" name="Session Service"/>
9 An extension point for defining initializer classes for database session services.
10 These services are accessible through the simantics database ServiceLocator interface of the database Session interface.
14 <element name="extension">
21 <sequence minOccurs="0" maxOccurs="unbounded">
22 <element ref="service"/>
24 <attribute name="point" type="string" use="required">
31 <attribute name="id" type="string">
38 <attribute name="name" type="string">
44 <meta.attribute translatable="true"/>
51 <element name="service">
54 <meta.element labelAttribute="id"/>
58 <attribute name="id" type="string">
61 An ID for referencing this initializer elsewhere.
65 <attribute name="class" type="string" use="required">
68 The class that implements the ServiceInitializer interface.
71 <meta.attribute kind="java" basedOn=":org.simantics.db.services.ServiceInitializer"/>
80 <meta.section type="apiInfo"/>
83 [Enter API information here.]
89 <meta.section type="since"/>
92 [Enter the first release in which this extension point appears.]
98 <meta.section type="examples"/>
101 [Enter extension point usage example here.]
107 <meta.section type="implementation"/>
110 [Enter information about supplied implementation of this extension point.]