adding gomodh spec

This commit is contained in:
brent s
2020-09-04 02:08:57 -04:00
parent 9d24eceefc
commit 5f3be54ec8
3 changed files with 78 additions and 10 deletions

View File

@@ -7,21 +7,16 @@
attributeFormDefault="unqualified">
<xs:include schemaLocation="../lib/types/net.xsd"/>
<xs:include schemaLocation="../lib/types/unix.xsd"/>
<xs:include schemaLocation="../lib/types/gomodh.xsd"/>
<xs:element name="gomodh">
<xs:complexType>
<xs:choice minOccurs="1" maxOccurs="unbounded">
<xs:element name="mod">
<xs:complexType>
<xs:attribute name="name" type="t_unix_portablePosixFilename" use="required"/>
</xs:complexType>
</xs:element>
<xs:element name="pkg">
</xs:element>
<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>