web-2/wildfly/docs/schema/jboss-as-jsf_1_0.xsd

23 lines
658 B
XML
Raw Permalink Normal View History

2024-10-15 03:01:27 +03:00
<?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:jboss:domain:jsf:1.0"
xmlns="urn:jboss:domain:jsf:1.0"
elementFormDefault="qualified"
attributeFormDefault="unqualified"
version="1.0">
<!-- The naming subsystem root element -->
<xs:element name="subsystem" type="subsystem"/>
<xs:complexType name="subsystem">
<xs:attribute name="default-jsf-impl-slot" type="xs:string" use="optional"/>
</xs:complexType>
</xs:schema>