adding gomodh spec
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user