adding router project subdir
This commit is contained in:
parent
eb933e7f81
commit
38755fd648
@ -6,7 +6,7 @@
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified">
|
||||
|
||||
<xs:include schemaLocation="../lib/elements/he_ipv6.xsd"/>
|
||||
<xs:include schemaLocation="../../lib/elements/he_ipv6.xsd"/>
|
||||
|
||||
<!-- ROOT -->
|
||||
<xs:element name="heIPv6">
|
17
schema/projects/router/networks.xml
Normal file
17
schema/projects/router/networks.xml
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>
|
Loading…
Reference in New Issue
Block a user