Update examples/windowsservice.xsd

Co-Authored-By: Next Turn <45985406+NextTurn@users.noreply.github.com>
pull/460/merge^2
Buddhika Chathuranga 2020-04-13 11:06:22 +05:30 committed by GitHub
parent 6140e9fe56
commit 6abbf6ff2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 5 deletions

View File

@ -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>