blob: 808228044718bd72bb750d7a14ca25cd9d7f8bf6 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Licensed to the Apache Software Foundation (ASF) under one or more
~ contributor license agreements. See the NOTICE file distributed with
~ this work for additional information regarding copyright ownership.
~ The ASF licenses this file to You under the Apache License, Version 2.0
~ (the "License"); you may not use this file except in compliance with
~ the License. You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<xsd:schema xmlns="http://shardingsphere.apache.org/schema/shardingsphere/datasource"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:beans="http://www.springframework.org/schema/beans"
targetNamespace="http://shardingsphere.apache.org/schema/shardingsphere/datasource"
elementFormDefault="qualified">
<xsd:import namespace="http://www.springframework.org/schema/beans" schemaLocation="http://www.springframework.org/schema/beans/spring-beans.xsd" />
<xsd:element name="data-source">
<xsd:complexType>
<xsd:all>
<xsd:element ref="beans:props" minOccurs="0" />
<xsd:element ref="mode" minOccurs="0" />
</xsd:all>
<xsd:attribute name="id" type="xsd:string" use="required" />
<xsd:attribute name="schema-name" type="xsd:string" default="logic_db" />
<xsd:attribute name="data-source-names" type="xsd:string"/>
<xsd:attribute name="rule-refs" type="xsd:string"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="mode">
<xsd:complexType>
<xsd:attribute name="type" type="xsd:string" use="required" />
<xsd:attribute name="repository-ref" type="xsd:string" />
<xsd:attribute name="overwrite" type="xsd:string" default="false" />
</xsd:complexType>
</xsd:element>
<xsd:element name="tx-type-annotation-driven" />
</xsd:schema>