18 lines
496 B
XML
18 lines
496 B
XML
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||
|
<xs:schema targetNamespace="https://router.r00t2.io/network/"
|
||
|
xmlns="https://router.r00t2.io/network/"
|
||
|
xmlns:networks="https://router.r00t2.io/network/"
|
||
|
xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
||
|
elementFormDefault="qualified"
|
||
|
attributeFormDefault="unqualified">
|
||
|
|
||
|
<xs:element name="networks">
|
||
|
<xs:complexType>
|
||
|
<xs:all>
|
||
|
|
||
|
</xs:all>
|
||
|
</xs:complexType>
|
||
|
</xs:element>
|
||
|
|
||
|
</xs:schema>
|