dang it, pycharm.
This commit is contained in:
17
schema/projects/router/networks.xsd
Normal file
17
schema/projects/router/networks.xsd
Normal file
@@ -0,0 +1,17 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user