Skip to content

Commit 6b29ff8

Browse files
committed
chore: int-aws xsd type reorder
1 parent 2cba20d commit 6b29ff8

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

int-aws/src/main/resources/org/springframework/schema/integration/aws/spring-integration-aws.xsd

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -452,6 +452,22 @@
452452
</xsd:attribute>
453453
</xsd:complexType>
454454

455+
<xsd:complexType name="outboundChannelAdapter">
456+
<xsd:sequence>
457+
<xsd:element ref="integration:poller" minOccurs="0" maxOccurs="1"/>
458+
<xsd:element name="request-handler-advice-chain" type="integration:handlerAdviceChainType" minOccurs="0" maxOccurs="1"/>
459+
<xsd:element name="transactional" type="integration:transactionalType" minOccurs="0" maxOccurs="1"/>
460+
</xsd:sequence>
461+
<xsd:attribute name="order">
462+
<xsd:annotation>
463+
<xsd:documentation><![CDATA[
464+
Specifies the order for invocation when this endpoint is connected as a
465+
subscriber to a SubscribableChannel.
466+
]]></xsd:documentation>
467+
</xsd:annotation>
468+
</xsd:attribute>
469+
</xsd:complexType>
470+
455471
<xsd:complexType name="s3InboundChannelAdapter">
456472
<xsd:complexContent>
457473
<xsd:extension base="pollingInboundChannelAdapter">
@@ -555,22 +571,6 @@
555571
</xsd:complexContent>
556572
</xsd:complexType>
557573

558-
<xsd:complexType name="outboundChannelAdapter">
559-
<xsd:sequence>
560-
<xsd:element ref="integration:poller" minOccurs="0" maxOccurs="1"/>
561-
<xsd:element name="request-handler-advice-chain" type="integration:handlerAdviceChainType" minOccurs="0" maxOccurs="1"/>
562-
<xsd:element name="transactional" type="integration:transactionalType" minOccurs="0" maxOccurs="1"/>
563-
</xsd:sequence>
564-
<xsd:attribute name="order">
565-
<xsd:annotation>
566-
<xsd:documentation><![CDATA[
567-
Specifies the order for invocation when this endpoint is connected as a
568-
subscriber to a SubscribableChannel.
569-
]]></xsd:documentation>
570-
</xsd:annotation>
571-
</xsd:attribute>
572-
</xsd:complexType>
573-
574574
<xsd:complexType name="s3OutboundChannelAdapter">
575575
<xsd:complexContent>
576576
<xsd:extension base="outboundChannelAdapter">

0 commit comments

Comments
 (0)