XML 架构(属性)和(多个元素)
在 XML 模式中。假设我已经有一个根元素,并且这是 XML 架构中的子元素,
<car type="firebird">1970 Red Firebird</car>
如何声明该属性?
另外,如果我有多个元素并声明“minOccours”,我是否还需要声明“maxOccours”?我使用此链接作为示例。 XML 架构:如何拥有多个相同的元素?
In An XML Schema. Say I already have a root element and this is a child element
<car type="firebird">1970 Red Firebird</car>
In an XML Schema how do I declare that attribute?
Also if I have more than one element and declare "minOccours" do I need to declare "maxOccours" also? I'm using this link as an example.
XML Schema: how to have multiple identical elements?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您声明了“具有简单内容的复杂类型”
(未经测试,并且不一定正确 - 语法不太容易记住)。
You declare a "complex type with simple content"
(Not tested, and not necessarily right - the syntax isn't exactly memorable).