有有效Maven开发人员角色的规则吗?

有有效Maven开发人员角色的规则吗?,第1张

有有效Maven开发人员角色规则吗?

这就是我在XSD中看到的。角色只是简单的

xs:string
,主要用于文档

<xs:element name="roles" minOccurs="0">  <xs:annotation>    <xs:documentation source="version">3.0.0+</xs:documentation>    <xs:documentation source="description">        The roles the contributor plays in the project. Each role is described by a <pre>role</pre> element, the body of which is a role name. This can also be used to describe the contribution.    </xs:documentation>  </xs:annotation>  <xs:complexType>    <xs:sequence>      <xs:element name="role" minOccurs="0" maxOccurs="unbounded" type="xs:string"/>    </xs:sequence>  </xs:complexType></xs:element>


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/5616413.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-12-15
下一篇 2022-12-15

发表评论

登录后才能评论

评论列表(0条)

保存