16 lines
522 B
XML
16 lines
522 B
XML
|
<!--
|
||
|
~ Copyright The WildFly Authors
|
||
|
~ SPDX-License-Identifier: Apache-2.0
|
||
|
-->
|
||
|
|
||
|
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
||
|
targetNamespace="urn:wildfly:microprofile-reactive-messaging-smallrye:1.0"
|
||
|
xmlns="urn:wildfly:microprofile-reactive-messaging-smallrye:1.0"
|
||
|
elementFormDefault="qualified"
|
||
|
attributeFormDefault="unqualified"
|
||
|
version="1.0">
|
||
|
|
||
|
<!-- The subsystem root element -->
|
||
|
<xs:element name="subsystem">
|
||
|
</xs:element>
|
||
|
</xs:schema>
|