oops
This commit is contained in:
22
schema/projects/gomodh.xsd
Normal file
22
schema/projects/gomodh.xsd
Normal file
@@ -0,0 +1,22 @@
|
||||
<?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"/>
|
||||
<xs:include schemaLocation="../lib/types/gomodh.xsd"/>
|
||||
|
||||
<xs:element name="gomodh">
|
||||
<xs:complexType>
|
||||
<xs:choice minOccurs="1" maxOccurs="unbounded">
|
||||
<xs:element name="mod" type="t_gomodh_mod"/>
|
||||
<xs:element name="pkg" type="t_gomodh_pkg"/>
|
||||
</xs:choice>
|
||||
<xs:attribute name="baseURL" type="t_net_http_basic_uri" use="required"/>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
|
||||
</xs:schema>
|
||||
Reference in New Issue
Block a user