changed sequence to all.

This commit is contained in:
Mark Fisher
2008-10-12 00:42:09 +00:00
parent 8896ff7053
commit 139b36de7c

View File

@@ -27,9 +27,9 @@
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="jmsInboundAdapterType">
<xsd:sequence>
<xsd:all>
<xsd:element ref="integration:poller" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
</xsd:all>
<xsd:attribute name="channel" type="xsd:string"/>
<xsd:attribute name="header-mapper" type="xsd:string"/>
</xsd:extension>