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

Schemas fix

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