mirror of https://github.com/winsw/winsw
Merge branch 'xml_schema_validation' of https://github.com/buddhikac96/winsw into xml_schema_validation
commit
5caf6145bb
|
@ -1,8 +1,5 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
||||||
targetNamespace="https://www.w3schools.com"
|
|
||||||
xmlns="https://www.w3schools.com"
|
|
||||||
elementFormDefault="qualified">
|
|
||||||
|
|
||||||
<xs:element name="service">
|
<xs:element name="service">
|
||||||
<xs:complexType>
|
<xs:complexType>
|
||||||
|
|
Loading…
Reference in New Issue