Skip to content

Commit

Permalink
Complete xsd definition for ConfigCenterConfig and MetadataReporterCo…
Browse files Browse the repository at this point in the history
…nfig (apache#3854)
  • Loading branch information
chickenlj authored and vio-lin committed Apr 29, 2019
1 parent 842a391 commit 5b3ab7b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1357,6 +1357,11 @@
<xsd:element name="config-center" type="configCenterType">
<xsd:annotation>
<xsd:documentation><![CDATA[ The config center config ]]></xsd:documentation>
<xsd:appinfo>
<tool:annotation>
<tool:exports type="org.apache.dubbo.config.ConfigCenterConfig"/>
</tool:annotation>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1371,12 +1371,22 @@
<xsd:element name="metadata-report" type="metadataReportType">
<xsd:annotation>
<xsd:documentation><![CDATA[ The metadataReport config ]]></xsd:documentation>
<xsd:appinfo>
<tool:annotation>
<tool:exports type="org.apache.dubbo.config.MetadataReportConfig"/>
</tool:annotation>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>

<xsd:element name="config-center" type="configCenterType">
<xsd:annotation>
<xsd:documentation><![CDATA[ The config center config ]]></xsd:documentation>
<xsd:appinfo>
<tool:annotation>
<tool:exports type="org.apache.dubbo.config.ConfigCenterConfig"/>
</tool:annotation>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>

Expand Down

0 comments on commit 5b3ab7b

Please sign in to comment.