xml/config.xsd
branchv_0
changeset 249 7655df0622ee
parent 203 504c4ba56d1c
child 250 aae5009bd0af
equal deleted inserted replaced
248:7f81cfa150d0 249:7655df0622ee
    17 along with this program. If not, see <http://www.gnu.org/licenses/>.
    17 along with this program. If not, see <http://www.gnu.org/licenses/>.
    18 -->
    18 -->
    19 <xs:schema
    19 <xs:schema
    20 	xmlns:xs="http://www.w3.org/2001/XMLSchema"
    20 	xmlns:xs="http://www.w3.org/2001/XMLSchema"
    21 	elementFormDefault="qualified"
    21 	elementFormDefault="qualified"
    22 	targetNamespace="https://sql-dk.globalcode.info/xmlns/configuration"
    22 	targetNamespace="tag:globalcode.info,2018:sqldk/configuration"
    23 	xmlns:c="https://sql-dk.globalcode.info/xmlns/configuration">
    23 	xmlns:c="tag:globalcode.info,2018:sqldk/configuration">
    24 	
    24 	
    25 	<xs:element name="configuration">
    25 	<xs:element name="configuration">
    26 		<xs:complexType>
    26 		<xs:complexType>
    27 			<xs:sequence>
    27 			<xs:sequence>
    28 				<xs:element minOccurs="0" maxOccurs="unbounded" ref="c:database"/>
    28 				<xs:element minOccurs="0" maxOccurs="unbounded" ref="c:database"/>