INT-825 the <chain> element now accepts an inner poller with a "ref" attribute

This commit is contained in:
Mark Fisher
2009-10-06 23:03:41 +00:00
parent 6b341a0724
commit c00e1f1c82
4 changed files with 36 additions and 12 deletions

View File

@@ -686,7 +686,7 @@
<xsd:element ref="router" />
<xsd:element ref="delayer" />
<xsd:element ref="chain" />
<xsd:element ref="poller" />
<xsd:element name="poller" type="innerPollerType" />
</xsd:choice>
</xsd:extension>
</xsd:complexContent>

View File

@@ -698,7 +698,7 @@
<xsd:element ref="router" />
<xsd:element ref="delayer" />
<xsd:element ref="chain" />
<xsd:element ref="poller" />
<xsd:element name="poller" type="innerPollerType" />
</xsd:choice>
</xsd:extension>
</xsd:complexContent>