2020-09-03 20:11:31 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
|
<xs:schema targetNamespace="https://go.r00t2.io/"
|
|
|
|
xmlns="https://go.r00t2.io/"
|
|
|
|
xmlns:gomodh="https://go.r00t2.io/"
|
|
|
|
xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
|
|
|
elementFormDefault="qualified"
|
|
|
|
attributeFormDefault="unqualified">
|
|
|
|
|
|
|
|
<xs:include schemaLocation="../lib/types/net.xsd"/>
|
2020-09-04 02:08:57 -04:00
|
|
|
<xs:include schemaLocation="../lib/types/gomodh.xsd"/>
|
2020-09-03 20:11:31 -04:00
|
|
|
|
|
|
|
<xs:element name="gomodh">
|
|
|
|
<xs:complexType>
|
|
|
|
<xs:choice minOccurs="1" maxOccurs="unbounded">
|
2020-09-04 02:08:57 -04:00
|
|
|
<xs:element name="mod" type="t_gomodh_mod"/>
|
|
|
|
<xs:element name="pkg" type="t_gomodh_pkg"/>
|
2020-09-03 20:11:31 -04:00
|
|
|
</xs:choice>
|
|
|
|
<xs:attribute name="baseURL" type="t_net_http_basic_uri" use="required"/>
|
|
|
|
</xs:complexType>
|
|
|
|
</xs:element>
|
2020-09-04 02:08:57 -04:00
|
|
|
|
2020-09-03 20:11:31 -04:00
|
|
|
</xs:schema>
|