i'm an idiot. i spent like 15 minutes debugging this.
This commit is contained in:
parent
dab60ad6f5
commit
8486ca0ecb
@ -1,13 +1,14 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" ?>
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||||||
<xs:schema targetNamespace="https://tunnelbroker.net/tunnelInfo.php"
|
<xs:schema targetNamespace="https://tunnelbroker.net/tunnelInfo.php"
|
||||||
xmlns="https://tunnelbroker.net/tunnelInfo.php"
|
xmlns="https://tunnelbroker.net/tunnelInfo.php"
|
||||||
xmlns:tunnels="https://tunelbroker.net/tunnelInfo.php"
|
xmlns:tunnels="https://tunnelbroker.net/tunnelInfo.php"
|
||||||
xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
||||||
elementFormDefault="qualified"
|
elementFormDefault="qualified"
|
||||||
attributeFormDefault="unqualified">
|
attributeFormDefault="unqualified">
|
||||||
|
|
||||||
<xs:include schemaLocation="../lib/types/net.xsd"/>
|
<xs:include schemaLocation="../lib/types/net.xsd"/>
|
||||||
|
|
||||||
|
<!-- ROOT -->
|
||||||
<xs:element name="tunnels">
|
<xs:element name="tunnels">
|
||||||
<xs:complexType>
|
<xs:complexType>
|
||||||
<xs:sequence>
|
<xs:sequence>
|
||||||
|
Loading…
Reference in New Issue
Block a user