enforcing name uniqueness

This commit is contained in:
2020-09-05 11:23:40 -04:00
parent 97ebe7fd93
commit 191883158b
2 changed files with 5 additions and 1 deletions

View File

@@ -15,7 +15,7 @@
<xs:complexContent>
<xs:extension base="t_gomodh_base">
<xs:all>
<xs:element name="realUrl" type="t_gomodh_vcs_uri"/>
<xs:element name="realUrl" type="t_gomodh_vcs_uri" minOccurs="1"/>
</xs:all>
<xs:attribute name="vcsType" type="t_gomodh_vcs" use="required"/>
</xs:extension>