13 lines
496 B
XML
13 lines
496 B
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!--
|
||
|
~ Copyright The WildFly Authors
|
||
|
~ SPDX-License-Identifier: Apache-2.0
|
||
|
-->
|
||
|
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
||
|
targetNamespace="urn:wildfly:microprofile-fault-tolerance-smallrye:1.0"
|
||
|
xmlns="urn:wildfly:microprofile-fault-tolerance-smallrye:1.0"
|
||
|
elementFormDefault="qualified"
|
||
|
attributeFormDefault="unqualified"
|
||
|
version="1.0">
|
||
|
<xs:element name="subsystem"/>
|
||
|
</xs:schema>
|