提交 15f67a26 编写于 作者: J jurgen

Schemas fix

Former-commit-id: 04671470
上级 de6d69e4
...@@ -37,7 +37,6 @@ Export-Package: org.jkiss.dbeaver, ...@@ -37,7 +37,6 @@ Export-Package: org.jkiss.dbeaver,
org.jkiss.dbeaver.model.navigator, org.jkiss.dbeaver.model.navigator,
org.jkiss.dbeaver.model.net, org.jkiss.dbeaver.model.net,
org.jkiss.dbeaver.model.project, org.jkiss.dbeaver.model.project,
org.jkiss.dbeaver.model.properties,
org.jkiss.dbeaver.model.qm, org.jkiss.dbeaver.model.qm,
org.jkiss.dbeaver.model.qm.meta, org.jkiss.dbeaver.model.qm.meta,
org.jkiss.dbeaver.model.runtime, org.jkiss.dbeaver.model.runtime,
......
...@@ -47,11 +47,10 @@ ...@@ -47,11 +47,10 @@
</complexType> </complexType>
</element> </element>
<element name="provider"> <element name="manager">
<complexType> <complexType>
<sequence minOccurs="1" maxOccurs="unbounded"> <sequence minOccurs="1" maxOccurs="unbounded">
<element ref="type" minOccurs="1" maxOccurs="unbounded"/> <element ref="supports" minOccurs="0" maxOccurs="unbounded"/>
<element ref="datasource" minOccurs="0" maxOccurs="unbounded"/>
</sequence> </sequence>
<attribute name="id" type="string" use="required"> <attribute name="id" type="string" use="required">
<annotation> <annotation>
...@@ -70,51 +69,19 @@ ...@@ -70,51 +69,19 @@
</appInfo> </appInfo>
</annotation> </annotation>
</attribute> </attribute>
<attribute name="description" type="string">
<annotation>
<documentation>
</documentation>
<appInfo>
<meta.attribute translatable="true"/>
</appInfo>
</annotation>
</attribute>
<attribute name="label" type="string">
<annotation>
<documentation>
</documentation>
<appInfo>
<meta.attribute translatable="true"/>
</appInfo>
</annotation>
</attribute>
</complexType> </complexType>
</element> </element>
<element name="datasource"> <element name="supports">
<complexType> <complexType>
<attribute name="id" type="string" use="required"> <attribute name="kind" type="string">
<annotation> <annotation>
<documentation> <documentation>
</documentation> </documentation>
</annotation> </annotation>
</attribute> </attribute>
</complexType> <attribute name="datasource" type="string">
</element>
<element name="type">
<complexType>
<attribute name="standard" type="string">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
<attribute name="name" type="string">
<annotation> <annotation>
<documentation> <documentation>
......
...@@ -37,66 +37,15 @@ ...@@ -37,66 +37,15 @@
</complexType> </complexType>
</element> </element>
<element name="handler"> <element name="service">
<complexType> <complexType>
<attribute name="id" type="string"> <attribute name="class" type="string">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
<attribute name="label" type="string">
<annotation>
<documentation>
</documentation>
<appInfo>
<meta.attribute translatable="true"/>
</appInfo>
</annotation>
</attribute>
<attribute name="description" type="string">
<annotation>
<documentation>
</documentation>
<appInfo>
<meta.attribute translatable="true"/>
</appInfo>
</annotation>
</attribute>
<attribute name="type" type="string" use="required">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
<attribute name="secured" type="boolean">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
<attribute name="handlerClass" type="string">
<annotation>
<documentation>
</documentation>
<appInfo>
<meta.attribute kind="java" basedOn=":org.jkiss.dbeaver.model.net.DBWNetworkHandler"/>
</appInfo>
</annotation>
</attribute>
<attribute name="uiClass" type="string">
<annotation> <annotation>
<documentation> <documentation>
</documentation> </documentation>
<appInfo> <appInfo>
<meta.attribute kind="java" basedOn=":org.jkiss.dbeaver.ui.IObjectPropertyConfigurator"/> <meta.attribute kind="java" basedOn=":org.jkiss.dbeaver.runtime.IPluginService"/>
</appInfo> </appInfo>
</annotation> </annotation>
</attribute> </attribute>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册