INT-946 rolled back the change (... namespace="##local" . . . to namespace="##other") due to the failing tests in other namespaces
This commit is contained in:
@@ -934,7 +934,7 @@
|
||||
</xsd:annotation>
|
||||
<xsd:complexType>
|
||||
<xsd:choice minOccurs="1" maxOccurs="unbounded">
|
||||
<xsd:any processContents="strict" namespace="##local" minOccurs="0" maxOccurs="unbounded" />
|
||||
<xsd:any processContents="strict" namespace="##other" minOccurs="0" maxOccurs="unbounded" />
|
||||
<xsd:element ref="poller" />
|
||||
</xsd:choice>
|
||||
<xsd:attributeGroup ref="inputOutputChannelGroup"/>
|
||||
@@ -959,7 +959,7 @@
|
||||
|
||||
<xsd:complexType name="chain-type">
|
||||
<xsd:choice minOccurs="1" maxOccurs="unbounded">
|
||||
<xsd:any processContents="strict" namespace="##local" minOccurs="0" maxOccurs="unbounded" />
|
||||
<xsd:any processContents="strict" namespace="##other" minOccurs="0" maxOccurs="unbounded" />
|
||||
|
||||
<xsd:element name="service-activator" type="expressionOrInnerEndpointDefinitionAware"/>
|
||||
<xsd:element name="splitter" type="expressionOrInnerEndpointDefinitionAware"/>
|
||||
@@ -1580,7 +1580,7 @@
|
||||
|
||||
<xsd:complexType name="specialized-transformer-type">
|
||||
<xsd:choice minOccurs="1" maxOccurs="unbounded">
|
||||
<xsd:any processContents="strict" namespace="##local" minOccurs="0" maxOccurs="unbounded" />
|
||||
<xsd:any processContents="strict" namespace="##other" minOccurs="0" maxOccurs="unbounded" />
|
||||
<xsd:element ref="poller" />
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
|
||||
Reference in New Issue
Block a user