The <concurrency/> and <schedule/> elements may now appear in any order. Each has a cardinality of 0..1 (INT-159).

This commit is contained in:
Mark Fisher
2008-05-21 16:25:56 +00:00
parent 631c71b6d0
commit 8941a82ba1

View File

@@ -364,10 +364,10 @@
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="beans:identifiedType">
<xsd:sequence>
<xsd:all>
<xsd:element ref="schedule" minOccurs="0" maxOccurs="1"/>
<xsd:element name="concurrency" type="concurrencyType" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
</xsd:all>
<xsd:attribute name="input-channel" type="xsd:string" use="required"/>
<xsd:attribute name="error-handler" type="xsd:string"/>
<xsd:attribute name="selector" type="xsd:string"/>