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"?>
|
||||
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
||||
targetNamespace="https://www.w3schools.com"
|
||||
xmlns="https://www.w3schools.com"
|
||||
elementFormDefault="qualified">
|
||||
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
||||
|
||||
<xs:element name="service">
|
||||
<xs:complexType>
|
||||
|
@ -15,4 +12,4 @@ elementFormDefault="qualified">
|
|||
</xs:complexType>
|
||||
</xs:element>
|
||||
|
||||
</xs:schema>
|
||||
</xs:schema>
|
||||
|
|
Loading…
Reference in New Issue